Interface DatabricksArtifacts.GetCredentialsForLoggedModelDownloadOrBuilder

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

public static interface DatabricksArtifacts.GetCredentialsForLoggedModelDownloadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the LoggedModel for which to fetch artifact read credentials
    com.google.protobuf.ByteString
    The ID of the LoggedModel for which to fetch artifact read credentials
    Token specifying the page of credentials to fetch for large requests that require pagination
    com.google.protobuf.ByteString
    Token specifying the page of credentials to fetch for large requests that require pagination
    getPaths(int index)
    The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact read credentials
    com.google.protobuf.ByteString
    getPathsBytes(int index)
    The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact read credentials
    int
    The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact read credentials
    The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact read credentials
    boolean
    The ID of the LoggedModel for which to fetch artifact read credentials
    boolean
    Token specifying the page of credentials to fetch for large requests that require pagination

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasModelId

      boolean hasModelId()
       The ID of the LoggedModel for which to fetch artifact read credentials
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the modelId field is set.
    • getModelId

      String getModelId()
       The ID of the LoggedModel for which to fetch artifact read credentials
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The modelId.
    • getModelIdBytes

      com.google.protobuf.ByteString getModelIdBytes()
       The ID of the LoggedModel for which to fetch artifact read credentials
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for modelId.
    • getPathsList

      List<String> getPathsList()
       The artifact paths, relative to the LoggedModel's artifact root location,
       for which to fetch artifact read credentials
       
      repeated string paths = 2;
      Returns:
      A list containing the paths.
    • getPathsCount

      int getPathsCount()
       The artifact paths, relative to the LoggedModel's artifact root location,
       for which to fetch artifact read credentials
       
      repeated string paths = 2;
      Returns:
      The count of paths.
    • getPaths

      String getPaths(int index)
       The artifact paths, relative to the LoggedModel's artifact root location,
       for which to fetch artifact read credentials
       
      repeated string paths = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paths at the given index.
    • getPathsBytes

      com.google.protobuf.ByteString getPathsBytes(int index)
       The artifact paths, relative to the LoggedModel's artifact root location,
       for which to fetch artifact read credentials
       
      repeated string paths = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the paths at the given index.
    • hasPageToken

      boolean hasPageToken()
       Token specifying the page of credentials to fetch for large requests that require pagination
       
      optional string page_token = 3;
      Returns:
      Whether the pageToken field is set.
    • getPageToken

      String getPageToken()
       Token specifying the page of credentials to fetch for large requests that require pagination
       
      optional string page_token = 3;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       Token specifying the page of credentials to fetch for large requests that require pagination
       
      optional string page_token = 3;
      Returns:
      The bytes for pageToken.