Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetCredentialsForLoggedModelUploadOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.GetCredentialsForLoggedModelUpload,- DatabricksArtifacts.GetCredentialsForLoggedModelUpload.Builder
 - Enclosing class:
- DatabricksArtifacts
 
 public static interface DatabricksArtifacts.GetCredentialsForLoggedModelUploadOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetModelId()The ID of the LoggedModel for which to fetch artifact write credentialscom.google.protobuf.ByteStringgetModelIdBytes()The ID of the LoggedModel for which to fetch artifact write credentialsjava.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.StringgetPaths(int index)The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentialscom.google.protobuf.ByteStringgetPathsBytes(int index)The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentialsintgetPathsCount()The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentialsjava.util.List<java.lang.String>getPathsList()The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentialsbooleanhasModelId()The ID of the LoggedModel for which to fetch artifact write credentialsbooleanhasPageToken()Token specifying the page of credentials to fetch for large requests that require pagination- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasModelIdboolean hasModelId() The ID of the LoggedModel for which to fetch artifact write credentials optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the modelId field is set.
 
 - 
getModelIdjava.lang.String getModelId() The ID of the LoggedModel for which to fetch artifact write credentials optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The modelId.
 
 - 
getModelIdBytescom.google.protobuf.ByteString getModelIdBytes() The ID of the LoggedModel for which to fetch artifact write credentials optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for modelId.
 
 - 
getPathsListjava.util.List<java.lang.String> getPathsList() The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials repeated string paths = 2;- Returns:
- A list containing the paths.
 
 - 
getPathsCountint getPathsCount() The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials repeated string paths = 2;- Returns:
- The count of paths.
 
 - 
getPathsjava.lang.String getPaths(int index) The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials repeated string paths = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The paths at the given index.
 
 - 
getPathsBytescom.google.protobuf.ByteString getPathsBytes(int index) The artifact paths, relative to the LoggedModel's artifact root location, for which to fetch artifact write credentials repeated string paths = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the paths 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.
 
 
- 
 
-