Interface DatabricksArtifacts.GetCredentialsForLoggedModelUpload.ResponseOrBuilder

    • Method Detail

      • getCredentialsCount

        int getCredentialsCount()
         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

        java.lang.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.