Class: Google::Cloud::AutoML::V1beta1::ListColumnSpecsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ListColumnSpecsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Response message for AutoMl.ListColumnSpecs.
Instance Attribute Summary collapse
-
#column_specs ⇒ ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>
The column specs read.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#column_specs ⇒ ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>
Returns The column specs read.
250 251 252 253 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 250 class ListColumnSpecsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListColumnSpecsRequest.page_token to obtain that page.
250 251 252 253 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 250 class ListColumnSpecsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |