Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetPresignedUploadPartUrl.ResponseOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.GetPresignedUploadPartUrl.Response,- DatabricksArtifacts.GetPresignedUploadPartUrl.Response.Builder
 - Enclosing class:
- DatabricksArtifacts.GetPresignedUploadPartUrl
 
 public static interface DatabricksArtifacts.GetPresignedUploadPartUrl.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.ArtifactCredentialInfogetUploadCredentialInfo()Credential for uploading the partDatabricksArtifacts.ArtifactCredentialInfoOrBuildergetUploadCredentialInfoOrBuilder()Credential for uploading the partbooleanhasUploadCredentialInfo()Credential for uploading the part- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasUploadCredentialInfoboolean hasUploadCredentialInfo() Credential for uploading the part optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;- Returns:
- Whether the uploadCredentialInfo field is set.
 
 - 
getUploadCredentialInfoDatabricksArtifacts.ArtifactCredentialInfo getUploadCredentialInfo() Credential for uploading the part optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;- Returns:
- The uploadCredentialInfo.
 
 - 
getUploadCredentialInfoOrBuilderDatabricksArtifacts.ArtifactCredentialInfoOrBuilder getUploadCredentialInfoOrBuilder() Credential for uploading the part optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
 
- 
 
-