Package com.google.cloud.aiplatform.v1
Interface UnmanagedContainerModelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnmanagedContainerModel
,UnmanagedContainerModel.Builder
public interface UnmanagedContainerModelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getArtifactUri()
The path to the directory containing the Model artifact and any of its supporting files.com.google.protobuf.ByteString
getArtifactUriBytes()
The path to the directory containing the Model artifact and any of its supporting files.ModelContainerSpec
getContainerSpec()
Input only.ModelContainerSpecOrBuilder
getContainerSpecOrBuilder()
Input only.PredictSchemata
getPredictSchemata()
Contains the schemata used in Model's predictions and explanationsPredictSchemataOrBuilder
getPredictSchemataOrBuilder()
Contains the schemata used in Model's predictions and explanationsboolean
hasContainerSpec()
Input only.boolean
hasPredictSchemata()
Contains the schemata used in Model's predictions and explanations-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArtifactUri
String getArtifactUri()
The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 1;
- Returns:
- The artifactUri.
-
getArtifactUriBytes
com.google.protobuf.ByteString getArtifactUriBytes()
The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 1;
- Returns:
- The bytes for artifactUri.
-
hasPredictSchemata
boolean hasPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;
- Returns:
- Whether the predictSchemata field is set.
-
getPredictSchemata
PredictSchemata getPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;
- Returns:
- The predictSchemata.
-
getPredictSchemataOrBuilder
PredictSchemataOrBuilder getPredictSchemataOrBuilder()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;
-
hasContainerSpec
boolean hasContainerSpec()
Input only. The specification of the container that is to be used when deploying this Model.
.google.cloud.aiplatform.v1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
- Returns:
- Whether the containerSpec field is set.
-
getContainerSpec
ModelContainerSpec getContainerSpec()
Input only. The specification of the container that is to be used when deploying this Model.
.google.cloud.aiplatform.v1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
- Returns:
- The containerSpec.
-
getContainerSpecOrBuilder
ModelContainerSpecOrBuilder getContainerSpecOrBuilder()
Input only. The specification of the container that is to be used when deploying this Model.
.google.cloud.aiplatform.v1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
-
-