Interface DatabricksArtifacts.GetCredentialsForReadOrBuilder

    • 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 read credentials.
      com.google.protobuf.ByteString getPathBytes​(int index)
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact read credentials.
      int getPathCount()
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact read credentials.
      java.util.List<java.lang.String> getPathList()
      The artifact paths, relative to the Run's artifact root location, for which to fetch artifact read credentials.
      java.lang.String getRunId()
      The ID of the MLflow Run for which to fetch artifact read credentials
      com.google.protobuf.ByteString getRunIdBytes()
      The ID of the MLflow Run for which to fetch artifact read 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 read 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 read credentials
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
      • getRunId

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

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

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

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

        java.lang.String getPath​(int index)
         The artifact paths, relative to the Run's artifact root location, for which to
         fetch artifact read credentials. Must not be empty.
         
        repeated string path = 2;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes​(int index)
         The artifact paths, relative to the Run's artifact root location, for which to
         fetch artifact read credentials. Must not be empty.
         
        repeated string path = 2;
      • hasPageToken

        boolean hasPageToken()
         Token specifying the page of credentials to fetch for large requests that require pagination
         
        optional string page_token = 3;
      • getPageToken

        java.lang.String getPageToken()
         Token specifying the page of credentials to fetch for large requests that require pagination
         
        optional string page_token = 3;
      • 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;