public interface UnmanagedContainerModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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 explanations
|
PredictSchemataOrBuilder |
getPredictSchemataOrBuilder()
Contains the schemata used in Model's predictions and explanations
|
boolean |
hasContainerSpec()
Input only.
|
boolean |
hasPredictSchemata()
Contains the schemata used in Model's predictions and explanations
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getArtifactUri()
The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 1;com.google.protobuf.ByteString getArtifactUriBytes()
The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 1;boolean hasPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;PredictSchemata getPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;PredictSchemataOrBuilder getPredictSchemataOrBuilder()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 2;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];
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];
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];
Copyright © 2023 Google LLC. All rights reserved.