Package com.google.cloud.datacatalog.v1
Interface VertexModelSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VertexModelSpec,VertexModelSpec.Builder
@Generated
public interface VertexModelSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionURI of the Docker image to be used as the custom container for serving predictions.com.google.protobuf.ByteStringURI of the Docker image to be used as the custom container for serving predictions.getVersionAliases(int index) User provided version aliases so that a model version can be referenced via aliascom.google.protobuf.ByteStringgetVersionAliasesBytes(int index) User provided version aliases so that a model version can be referenced via aliasintUser provided version aliases so that a model version can be referenced via aliasUser provided version aliases so that a model version can be referenced via aliasThe description of this version.com.google.protobuf.ByteStringThe description of this version.The version ID of the model.com.google.protobuf.ByteStringThe version ID of the model.Source of a Vertex model.Source of a Vertex model.booleanSource of a Vertex model.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVersionId
String getVersionId()The version ID of the model.
string version_id = 1;- Returns:
- The versionId.
-
getVersionIdBytes
com.google.protobuf.ByteString getVersionIdBytes()The version ID of the model.
string version_id = 1;- Returns:
- The bytes for versionId.
-
getVersionAliasesList
User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;- Returns:
- A list containing the versionAliases.
-
getVersionAliasesCount
int getVersionAliasesCount()User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;- Returns:
- The count of versionAliases.
-
getVersionAliases
User provided version aliases so that a model version can be referenced via alias
repeated string version_aliases = 2;- Parameters:
index- The index of the element to return.- Returns:
- The versionAliases at the given index.
-
getVersionAliasesBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the versionAliases at the given index.
-
getVersionDescription
String getVersionDescription()The description of this version.
string version_description = 3;- Returns:
- The versionDescription.
-
getVersionDescriptionBytes
com.google.protobuf.ByteString getVersionDescriptionBytes()The description of this version.
string version_description = 3;- Returns:
- The bytes for versionDescription.
-
hasVertexModelSourceInfo
boolean hasVertexModelSourceInfo()Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;- Returns:
- Whether the vertexModelSourceInfo field is set.
-
getVertexModelSourceInfo
VertexModelSourceInfo getVertexModelSourceInfo()Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;- Returns:
- The vertexModelSourceInfo.
-
getVertexModelSourceInfoOrBuilder
VertexModelSourceInfoOrBuilder getVertexModelSourceInfoOrBuilder()Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4; -
getContainerImageUri
String getContainerImageUri()URI of the Docker image to be used as the custom container for serving predictions.
string container_image_uri = 5;- Returns:
- The containerImageUri.
-
getContainerImageUriBytes
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;- Returns:
- The bytes for containerImageUri.
-