Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ListColumnSpecsResponse.
Response message for AutoMl.ListColumnSpecs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_specs
def column_specs() -> ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>
Returns
- (::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>) — The column specs read.
#column_specs=
def column_specs=(value) -> ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>
Parameter
- value (::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>) — The column specs read.
Returns
- (::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>) — The column specs read.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass to ListColumnSpecsRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass to ListColumnSpecsRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve next page of results. Pass to ListColumnSpecsRequest.page_token to obtain that page.