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 Details

    • hasUploadCredentialInfo

      boolean hasUploadCredentialInfo()
       Credential for uploading the part
       
      optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
      Returns:
      Whether the uploadCredentialInfo field is set.
    • getUploadCredentialInfo

       Credential for uploading the part
       
      optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
      Returns:
      The uploadCredentialInfo.
    • getUploadCredentialInfoOrBuilder

      DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getUploadCredentialInfoOrBuilder()
       Credential for uploading the part
       
      optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;