Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::VertexModelSpec.
Specification for vertex model resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_image_uri
def container_image_uri() -> ::String
Returns
- (::String) — URI of the Docker image to be used as the custom container for serving predictions.
#container_image_uri=
def container_image_uri=(value) -> ::String
Parameter
- value (::String) — URI of the Docker image to be used as the custom container for serving predictions.
Returns
- (::String) — URI of the Docker image to be used as the custom container for serving predictions.
#version_aliases
def version_aliases() -> ::Array<::String>
Returns
- (::Array<::String>) — User provided version aliases so that a model version can be referenced via alias
#version_aliases=
def version_aliases=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — User provided version aliases so that a model version can be referenced via alias
Returns
- (::Array<::String>) — User provided version aliases so that a model version can be referenced via alias
#version_description
def version_description() -> ::String
Returns
- (::String) — The description of this version.
#version_description=
def version_description=(value) -> ::String
Parameter
- value (::String) — The description of this version.
Returns
- (::String) — The description of this version.
#version_id
def version_id() -> ::String
Returns
- (::String) — The version ID of the model.
#version_id=
def version_id=(value) -> ::String
Parameter
- value (::String) — The version ID of the model.
Returns
- (::String) — The version ID of the model.
#vertex_model_source_info
def vertex_model_source_info() -> ::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo
Returns
- (::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo) — Source of a Vertex model.
#vertex_model_source_info=
def vertex_model_source_info=(value) -> ::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo
Parameter
- value (::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo) — Source of a Vertex model.
Returns
- (::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo) — Source of a Vertex model.