Class: Google::Cloud::DataCatalog::V1::VertexModelSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::VertexModelSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification for vertex model resources.
Instance Attribute Summary collapse
-
#container_image_uri ⇒ ::String
URI of the Docker image to be used as the custom container for serving predictions.
-
#version_aliases ⇒ ::Array<::String>
User provided version aliases so that a model version can be referenced via alias.
-
#version_description ⇒ ::String
The description of this version.
-
#version_id ⇒ ::String
The version ID of the model.
-
#vertex_model_source_info ⇒ ::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo
Source of a Vertex model.
Instance Attribute Details
#container_image_uri ⇒ ::String
Returns URI of the Docker image to be used as the custom container for serving predictions.
943 944 945 946 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 943 class VertexModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_aliases ⇒ ::Array<::String>
Returns User provided version aliases so that a model version can be referenced via alias.
943 944 945 946 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 943 class VertexModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_description ⇒ ::String
Returns The description of this version.
943 944 945 946 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 943 class VertexModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_id ⇒ ::String
Returns The version ID of the model.
943 944 945 946 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 943 class VertexModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vertex_model_source_info ⇒ ::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo
Returns Source of a Vertex model.
943 944 945 946 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 943 class VertexModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |