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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MlflowArtifacts.MultipartUploadCredential
getCredentials(int index)
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
int
getCredentialsCount()
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
java.util.List<MlflowArtifacts.MultipartUploadCredential>
getCredentialsList()
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
MlflowArtifacts.MultipartUploadCredentialOrBuilder
getCredentialsOrBuilder(int index)
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
java.util.List<? extends MlflowArtifacts.MultipartUploadCredentialOrBuilder>
getCredentialsOrBuilderList()
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
java.lang.String
getUploadId()
optional string upload_id = 1;
com.google.protobuf.ByteString
getUploadIdBytes()
optional string upload_id = 1;
boolean
hasUploadId()
optional string upload_id = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUploadId
boolean hasUploadId()
optional string upload_id = 1;
- Returns:
- Whether the uploadId field is set.
-
getUploadId
java.lang.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
java.util.List<MlflowArtifacts.MultipartUploadCredential> getCredentialsList()
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
-
getCredentials
MlflowArtifacts.MultipartUploadCredential getCredentials(int index)
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
-
getCredentialsCount
int getCredentialsCount()
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
-
getCredentialsOrBuilderList
java.util.List<? extends MlflowArtifacts.MultipartUploadCredentialOrBuilder> getCredentialsOrBuilderList()
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
-
getCredentialsOrBuilder
MlflowArtifacts.MultipartUploadCredentialOrBuilder getCredentialsOrBuilder(int index)
repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
-
-