Send feedback
Class VertexModelSpec (1.36.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.36.0 keyboard_arrow_down
public final class VertexModelSpec extends GeneratedMessageV3 implements VertexModelSpecOrBuilder
Specification for vertex model resources.
Protobuf type google.cloud.datacatalog.v1.VertexModelSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
CONTAINER_IMAGE_URI_FIELD_NUMBER
public static final int CONTAINER_IMAGE_URI_FIELD_NUMBER
Field Value Type Description int
VERSION_ALIASES_FIELD_NUMBER
public static final int VERSION_ALIASES_FIELD_NUMBER
Field Value Type Description int
VERSION_DESCRIPTION_FIELD_NUMBER
public static final int VERSION_DESCRIPTION_FIELD_NUMBER
Field Value Type Description int
VERSION_ID_FIELD_NUMBER
public static final int VERSION_ID_FIELD_NUMBER
Field Value Type Description int
VERTEX_MODEL_SOURCE_INFO_FIELD_NUMBER
public static final int VERTEX_MODEL_SOURCE_INFO_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static VertexModelSpec getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static VertexModelSpec . Builder newBuilder ()
newBuilder(VertexModelSpec prototype)
public static VertexModelSpec . Builder newBuilder ( VertexModelSpec prototype )
public static VertexModelSpec parseDelimitedFrom ( InputStream input )
public static VertexModelSpec parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static VertexModelSpec parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VertexModelSpec parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static VertexModelSpec parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VertexModelSpec parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static VertexModelSpec parseFrom ( CodedInputStream input )
public static VertexModelSpec parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static VertexModelSpec parseFrom ( InputStream input )
public static VertexModelSpec parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static VertexModelSpec parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VertexModelSpec parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<VertexModelSpec> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getContainerImageUri()
public String getContainerImageUri ()
URI of the Docker image to be used as the custom container for serving
predictions.
string container_image_uri = 5;
Returns Type Description String
The containerImageUri.
getContainerImageUriBytes()
public ByteString getContainerImageUriBytes ()
URI of the Docker image to be used as the custom container for serving
predictions.
string container_image_uri = 5;
Returns Type Description ByteString
The bytes for containerImageUri.
getDefaultInstanceForType()
public VertexModelSpec getDefaultInstanceForType ()
getParserForType()
public Parser<VertexModelSpec> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getVersionAliases(int index)
public String getVersionAliases ( int index )
User provided version aliases so that a model version can be referenced via
alias
repeated string version_aliases = 2;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The versionAliases at the given index.
getVersionAliasesBytes(int index)
public ByteString getVersionAliasesBytes ( int index )
User provided version aliases so that a model version can be referenced via
alias
repeated string version_aliases = 2;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the versionAliases at the given index.
getVersionAliasesCount()
public int getVersionAliasesCount ()
User provided version aliases so that a model version can be referenced via
alias
repeated string version_aliases = 2;
Returns Type Description int
The count of versionAliases.
getVersionAliasesList()
public ProtocolStringList getVersionAliasesList ()
User provided version aliases so that a model version can be referenced via
alias
repeated string version_aliases = 2;
getVersionDescription()
public String getVersionDescription ()
The description of this version.
string version_description = 3;
Returns Type Description String
The versionDescription.
getVersionDescriptionBytes()
public ByteString getVersionDescriptionBytes ()
The description of this version.
string version_description = 3;
Returns Type Description ByteString
The bytes for versionDescription.
getVersionId()
public String getVersionId ()
The version ID of the model.
string version_id = 1;
Returns Type Description String
The versionId.
getVersionIdBytes()
public ByteString getVersionIdBytes ()
The version ID of the model.
string version_id = 1;
Returns Type Description ByteString
The bytes for versionId.
getVertexModelSourceInfo()
public VertexModelSourceInfo getVertexModelSourceInfo ()
Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;
getVertexModelSourceInfoOrBuilder()
public VertexModelSourceInfoOrBuilder getVertexModelSourceInfoOrBuilder ()
Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;
hasVertexModelSourceInfo()
public boolean hasVertexModelSourceInfo ()
Source of a Vertex model.
.google.cloud.datacatalog.v1.VertexModelSourceInfo vertex_model_source_info = 4;
Returns Type Description boolean
Whether the vertexModelSourceInfo field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public VertexModelSpec . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VertexModelSpec . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public VertexModelSpec . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]