Interface DatabricksArtifacts.GetCredentialsForWriteOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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 getPath​(int index)
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.
      com.google.protobuf.ByteString getPathBytes​(int index)
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.
      int getPathCount()
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.
      java.util.List<java.lang.String> getPathList()
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.
      java.lang.String getRunId()
      The ID of the MLflow Run for which to fetch artifact write credentials
      com.google.protobuf.ByteString getRunIdBytes()
      The ID of the MLflow Run for which to fetch artifact write credentials
      boolean hasPageToken()
      Token specifying the page of credentials to fetch for large requests that require pagination
      boolean hasRunId()
      The ID of the MLflow Run for which to fetch artifact write credentials
      • 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

      • hasRunId

        boolean hasRunId()
         The ID of the MLflow Run for which to fetch artifact write credentials
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the runId field is set.
      • getRunId

        java.lang.String getRunId()
         The ID of the MLflow Run for which to fetch artifact write credentials
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
         The ID of the MLflow Run for which to fetch artifact write credentials
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for runId.
      • getPathList

        java.util.List<java.lang.String> getPathList()
         The artifact paths, relative to the Run's artifact root location, for which to
         fetch artifact write credentials. Must not be empty.
         
        repeated string path = 2;
        Returns:
        A list containing the path.
      • getPathCount

        int getPathCount()
         The artifact paths, relative to the Run's artifact root location, for which to
         fetch artifact write credentials. Must not be empty.
         
        repeated string path = 2;
        Returns:
        The count of path.
      • getPath

        java.lang.String getPath​(int index)
         The artifact paths, relative to the Run's artifact root location, for which to
         fetch artifact write credentials. Must not be empty.
         
        repeated string path = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The path at the given index.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes​(int index)
         The artifact paths, relative to the Run's artifact root location, for which to
         fetch artifact write credentials. Must not be empty.
         
        repeated string path = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the path 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.