Interface DatabricksArtifacts.GetCredentialsForLoggedModelUploadOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getModelId()
      The ID of the LoggedModel for which to fetch artifact write credentials
      com.google.protobuf.ByteString getModelIdBytes()
      The ID of the LoggedModel for which to fetch artifact write credentials
      java.lang.String getPageToken()
      Token specifying the page of credentials to fetch for large requests that require pagination
      com.google.protobuf.ByteString getPageTokenBytes()
      Token specifying the page of credentials to fetch for large requests that require pagination
      java.lang.String getPaths​(int index)
      The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials
      com.google.protobuf.ByteString getPathsBytes​(int index)
      The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials
      int getPathsCount()
      The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials
      java.util.List<java.lang.String> getPathsList()
      The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials
      boolean hasModelId()
      The ID of the LoggedModel for which to fetch artifact write credentials
      boolean hasPageToken()
      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 Detail

      • hasModelId

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

        java.lang.String getModelId()
         The ID of the LoggedModel for which to fetch artifact write 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 write credentials
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for modelId.
      • getPathsList

        java.util.List<java.lang.String> getPathsList()
         The artifact paths, relative to the LoggedModel's artifact root location,
         for which to fetch artifact write 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 write credentials
         
        repeated string paths = 2;
        Returns:
        The count of paths.
      • getPaths

        java.lang.String getPaths​(int index)
         The artifact paths, relative to the LoggedModel's artifact root location,
         for which to fetch artifact write 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 write 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

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