Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetCredentialsForReadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabricksArtifacts.GetCredentialsForRead
,DatabricksArtifacts.GetCredentialsForRead.Builder
- Enclosing class:
DatabricksArtifacts
public static interface DatabricksArtifacts.GetCredentialsForReadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionToken specifying the page of credentials to fetch for large requests that require paginationcom.google.protobuf.ByteString
Token specifying the page of credentials to fetch for large requests that require paginationgetPath
(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
The artifact paths, relative to the Run's artifact root location, for which to fetch artifact read credentials.The artifact paths, relative to the Run's artifact root location, for which to fetch artifact read credentials.getRunId()
The ID of the MLflow Run for which to fetch artifact read credentialscom.google.protobuf.ByteString
The ID of the MLflow Run for which to fetch artifact read credentialsboolean
Token specifying the page of credentials to fetch for large requests that require paginationboolean
hasRunId()
The ID of the MLflow Run for which to fetch artifact read credentialsMethods 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
-
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];
- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()The ID of the MLflow Run for which to fetch artifact read 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 read credentials
optional string run_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- The bytes for runId.
-
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;
- 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 read credentials. Must not be empty.
repeated string path = 2;
- Returns:
- The count of path.
-
getPath
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;
- 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 read 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
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.
-