Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetCredentialsForWriteOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.GetCredentialsForWrite,- DatabricksArtifacts.GetCredentialsForWrite.Builder
 - Enclosing class:
- DatabricksArtifacts
 
 public static interface DatabricksArtifacts.GetCredentialsForWriteOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPageToken()Token specifying the page of credentials to fetch for large requests that require paginationcom.google.protobuf.ByteStringgetPageTokenBytes()Token specifying the page of credentials to fetch for large requests that require paginationjava.lang.StringgetPath(int index)The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.com.google.protobuf.ByteStringgetPathBytes(int index)The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.intgetPathCount()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.StringgetRunId()The ID of the MLflow Run for which to fetch artifact write credentialscom.google.protobuf.ByteStringgetRunIdBytes()The ID of the MLflow Run for which to fetch artifact write credentialsbooleanhasPageToken()Token specifying the page of credentials to fetch for large requests that require paginationbooleanhasRunId()The ID of the MLflow Run for which to fetch artifact write credentials- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasRunIdboolean 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.
 
 - 
getRunIdjava.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.
 
 - 
getRunIdBytescom.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.
 
 - 
getPathListjava.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.
 
 - 
getPathCountint 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.
 
 - 
getPathjava.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.
 
 - 
getPathBytescom.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.
 
 - 
hasPageTokenboolean 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.
 
 - 
getPageTokenjava.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.
 
 - 
getPageTokenBytescom.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.
 
 
- 
 
-