Class: Google::Cloud::AutoML::V1beta1::GetColumnSpecRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#field_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



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.

Returns:

  • (::String)

    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