Package org.mlflow.api.proto
Interface MlflowArtifacts.CompleteMultipartUploadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlflowArtifacts.CompleteMultipartUpload
,MlflowArtifacts.CompleteMultipartUpload.Builder
- Enclosing class:
MlflowArtifacts
public static interface MlflowArtifacts.CompleteMultipartUploadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParts
(int index) repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
int
repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
getPartsOrBuilder
(int index) repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
List
<? extends MlflowArtifacts.MultipartUploadPartOrBuilder> repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
getPath()
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.
-
getPartsList
List<MlflowArtifacts.MultipartUploadPart> getPartsList()repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
-
getParts
repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
-
getPartsCount
int getPartsCount()repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
-
getPartsOrBuilderList
List<? extends MlflowArtifacts.MultipartUploadPartOrBuilder> getPartsOrBuilderList()repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
-
getPartsOrBuilder
repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
-