Interface DatabricksArtifacts.GetCredentialsForLoggedModelUpload.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DatabricksArtifacts.GetCredentialsForLoggedModelUpload.Response, DatabricksArtifacts.GetCredentialsForLoggedModelUpload.Response.Builder
Enclosing class:
DatabricksArtifacts.GetCredentialsForLoggedModelUpload

public static interface DatabricksArtifacts.GetCredentialsForLoggedModelUpload.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCredentialsList

       Credentials for writing to the specified artifact locations
       
      repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
    • getCredentials

       Credentials for writing to the specified artifact locations
       
      repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
    • getCredentialsCount

      int getCredentialsCount()
       Credentials for writing to the specified artifact locations
       
      repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
    • getCredentialsOrBuilderList

      List<? extends DatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder> getCredentialsOrBuilderList()
       Credentials for writing to the specified artifact locations
       
      repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
    • getCredentialsOrBuilder

       Credentials for writing to the specified artifact locations
       
      repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
    • hasNextPageToken

      boolean hasNextPageToken()
       Token used to fetch the next page of credentials for large requests that require pagination
       
      optional string next_page_token = 2;
      Returns:
      Whether the nextPageToken field is set.
    • getNextPageToken

      String getNextPageToken()
       Token used to fetch the next page of credentials for large requests that require pagination
       
      optional string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Token used to fetch the next page of credentials for large requests that require pagination
       
      optional string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.