Class: Google::Cloud::DataCatalog::V1::ModelSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ModelSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification that applies to a model. Valid only for
entries with the MODEL
type.
Instance Attribute Summary collapse
-
#vertex_model_spec ⇒ ::Google::Cloud::DataCatalog::V1::VertexModelSpec
Specification for vertex model resources.
Instance Attribute Details
#vertex_model_spec ⇒ ::Google::Cloud::DataCatalog::V1::VertexModelSpec
Returns Specification for vertex model resources.
1012 1013 1014 1015 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1012 class ModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |