public interface VertexModelSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerImageUri()
URI of the Docker image to be used as the custom container for serving
predictions.
|
com.google.protobuf.ByteString |
getContainerImageUriBytes()
URI of the Docker image to be used as the custom container for serving
predictions.
|
String |
getVersionAliases(int index)
User provided version aliases so that a model version can be referenced via
alias
|
com.google.protobuf.ByteString |
getVersionAliasesBytes(int index)
User provided version aliases so that a model version can be referenced via
alias
|
int |
getVersionAliasesCount()
User provided version aliases so that a model version can be referenced via
alias
|
List<String> |
getVersionAliasesList()
User provided version aliases so that a model version can be referenced via
alias
|
String |
getVersionDescription()
The description of this version.
|
com.google.protobuf.ByteString |
getVersionDescriptionBytes()
The description of this version.
|
String |
getVersionId()
The version ID of the model.
|
com.google.protobuf.ByteString |
getVersionIdBytes()
The version ID of the model.
|
VertexModelSourceInfo |
getVertexModelSourceInfo()
Source of a Vertex model.
|
VertexModelSourceInfoOrBuilder |
getVertexModelSourceInfoOrBuilder()
Source of a Vertex model.
|
boolean |
hasVertexModelSourceInfo()
Source of a Vertex model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersionId()
The version ID of the model.
string version_id = 1;com.google.protobuf.ByteString getVersionIdBytes()
The version ID of the model.
string version_id = 1;List<String> getVersionAliasesList()
User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;int getVersionAliasesCount()
User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;String getVersionAliases(int index)
User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;index - The index of the element to return.com.google.protobuf.ByteString getVersionAliasesBytes(int index)
User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;index - The index of the value to return.String getVersionDescription()
The description of this version.
string version_description = 3;com.google.protobuf.ByteString getVersionDescriptionBytes()
The description of this version.
string version_description = 3;boolean hasVertexModelSourceInfo()
Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;VertexModelSourceInfo getVertexModelSourceInfo()
Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;VertexModelSourceInfoOrBuilder getVertexModelSourceInfoOrBuilder()
Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;String getContainerImageUri()
URI of the Docker image to be used as the custom container for serving predictions.
string container_image_uri = 5;com.google.protobuf.ByteString getContainerImageUriBytes()
URI of the Docker image to be used as the custom container for serving predictions.
string container_image_uri = 5;Copyright © 2023 Google LLC. All rights reserved.