Class: Google::Cloud::AutoML::V1beta1::GetColumnSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::GetColumnSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Request message for AutoMl.GetColumnSpec.
Instance Attribute Summary collapse
-
#field_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#field_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
212 213 214 215 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 212 class GetColumnSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the column spec to retrieve.
212 213 214 215 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 212 class GetColumnSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |