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
Modifier and TypeMethodDescriptiongetPath()
optional string path = 1;
com.google.protobuf.ByteString
optional string path = 1;
optional string upload_id = 2;
com.google.protobuf.ByteString
optional string upload_id = 2;
boolean
hasPath()
optional string path = 1;
boolean
optional string upload_id = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPath
boolean hasPath()optional string path = 1;
- Returns:
- Whether the path field is set.
-
getPath
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
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.
-