Package org.mlflow.api.proto
Interface MlflowArtifacts.MultipartUploadCredentialOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlflowArtifacts.MultipartUploadCredential,MlflowArtifacts.MultipartUploadCredential.Builder
- Enclosing class:
- MlflowArtifacts
public static interface MlflowArtifacts.MultipartUploadCredentialOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsHeaders(String key) map<string, string> headers = 3;Deprecated.intmap<string, string> headers = 3;map<string, string> headers = 3;getHeadersOrDefault(String key, String defaultValue) map<string, string> headers = 3;getHeadersOrThrow(String key) map<string, string> headers = 3;longoptional int64 part_number = 2;getUrl()optional string url = 1;com.google.protobuf.ByteStringoptional string url = 1;booleanoptional int64 part_number = 2;booleanhasUrl()optional string url = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUrl
boolean hasUrl()optional string url = 1;- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()optional string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()optional string url = 1;- Returns:
- The bytes for url.
-
hasPartNumber
boolean hasPartNumber()optional int64 part_number = 2;- Returns:
- Whether the partNumber field is set.
-
getPartNumber
long getPartNumber()optional int64 part_number = 2;- Returns:
- The partNumber.
-
getHeadersCount
int getHeadersCount()map<string, string> headers = 3; -
containsHeaders
map<string, string> headers = 3; -
getHeaders
Deprecated.UsegetHeadersMap()instead. -
getHeadersMap
map<string, string> headers = 3; -
getHeadersOrDefault
map<string, string> headers = 3; -
getHeadersOrThrow
map<string, string> headers = 3;
-