Package org.mlflow.api.proto
Interface MlflowArtifacts.AbortMultipartUploadOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlflowArtifacts.AbortMultipartUpload
,MlflowArtifacts.AbortMultipartUpload.Builder
- Enclosing class:
- MlflowArtifacts
public static interface MlflowArtifacts.AbortMultipartUploadOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPath()
optional string path = 1;
com.google.protobuf.ByteString
getPathBytes()
optional string path = 1;
java.lang.String
getUploadId()
optional string upload_id = 2;
com.google.protobuf.ByteString
getUploadIdBytes()
optional string upload_id = 2;
boolean
hasPath()
optional string path = 1;
boolean
hasUploadId()
optional string upload_id = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
optional string path = 1;
- Returns:
- Whether the path field is set.
-
getPath
java.lang.String getPath()
optional string path = 1;
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
optional string path = 1;
- Returns:
- The bytes for path.
-
hasUploadId
boolean hasUploadId()
optional string upload_id = 2;
- Returns:
- Whether the uploadId field is set.
-
getUploadId
java.lang.String getUploadId()
optional string upload_id = 2;
- Returns:
- The uploadId.
-
getUploadIdBytes
com.google.protobuf.ByteString getUploadIdBytes()
optional string upload_id = 2;
- Returns:
- The bytes for uploadId.
-
-