Interface DatabricksArtifacts.GetPresignedUploadPartUrl.ResponseOrBuilder

    • Method Detail

      • hasUploadCredentialInfo

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

        DatabricksArtifacts.ArtifactCredentialInfo getUploadCredentialInfo()
         Credential for uploading the part
         
        optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
        Returns:
        The uploadCredentialInfo.