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 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 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
The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials.getRunId()
The ID of the MLflow Run for which to fetch artifact write credentialscom.google.protobuf.ByteString
The ID of the MLflow Run for which to fetch artifact write 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 write 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 write 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 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
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
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
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.
-