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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MlflowArtifacts.MultipartUploadCredentialgetCredentials(int index)repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;intgetCredentialsCount()repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;java.util.List<MlflowArtifacts.MultipartUploadCredential>getCredentialsList()repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;MlflowArtifacts.MultipartUploadCredentialOrBuildergetCredentialsOrBuilder(int index)repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;java.util.List<? extends MlflowArtifacts.MultipartUploadCredentialOrBuilder>getCredentialsOrBuilderList()repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;java.lang.StringgetUploadId()optional string upload_id = 1;com.google.protobuf.ByteStringgetUploadIdBytes()optional string upload_id = 1;booleanhasUploadId()optional string upload_id = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasUploadIdboolean hasUploadId() optional string upload_id = 1;- Returns:
- Whether the uploadId field is set.
 
 - 
getUploadIdjava.lang.String getUploadId() optional string upload_id = 1;- Returns:
- The uploadId.
 
 - 
getUploadIdBytescom.google.protobuf.ByteString getUploadIdBytes() optional string upload_id = 1;- Returns:
- The bytes for uploadId.
 
 - 
getCredentialsListjava.util.List<MlflowArtifacts.MultipartUploadCredential> getCredentialsList() repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
 - 
getCredentialsMlflowArtifacts.MultipartUploadCredential getCredentials(int index) repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
 - 
getCredentialsCountint getCredentialsCount() repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
 - 
getCredentialsOrBuilderListjava.util.List<? extends MlflowArtifacts.MultipartUploadCredentialOrBuilder> getCredentialsOrBuilderList() repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
 - 
getCredentialsOrBuilderMlflowArtifacts.MultipartUploadCredentialOrBuilder getCredentialsOrBuilder(int index) repeated .mlflow.artifacts.MultipartUploadCredential credentials = 2;
 
- 
 
-