Package org.mlflow.api.proto
Interface MlflowArtifacts.CreateMultipartUpload.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlflowArtifacts.CreateMultipartUpload.Response,MlflowArtifacts.CreateMultipartUpload.Response.Builder
- Enclosing class:
- MlflowArtifacts.CreateMultipartUpload
public static interface MlflowArtifacts.CreateMultipartUpload.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCredentials(int index) repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;intrepeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;getCredentialsOrBuilder(int index) repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;optional string upload_id = 1;com.google.protobuf.ByteStringoptional string upload_id = 1;booleanoptional string upload_id = 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
-
hasUploadId
boolean hasUploadId()optional string upload_id = 1;- Returns:
- Whether the uploadId field is set.
-
getUploadId
String getUploadId()optional string upload_id = 1;- Returns:
- The uploadId.
-
getUploadIdBytes
com.google.protobuf.ByteString getUploadIdBytes()optional string upload_id = 1;- Returns:
- The bytes for uploadId.
-
getCredentialsList
List<MlflowArtifacts.MultipartUploadCredential> getCredentialsList()repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2; -
getCredentials
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2; -
getCredentialsCount
int getCredentialsCount()repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2; -
getCredentialsOrBuilderList
List<? extends MlflowArtifacts.MultipartUploadCredentialOrBuilder> getCredentialsOrBuilderList()repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2; -
getCredentialsOrBuilder
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
-