Class: Google::Cloud::AutoML::V1beta1::ListTableSpecsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb

Overview

Response message for AutoML::ListTableSpecs.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns A token to retrieve next page of results. Pass to ListTableSpecsRequest#page_token to obtain that page.

Returns:



155
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 155

class ListTableSpecsResponse; end

#table_specsArray<Google::Cloud::AutoML::V1beta1::TableSpec>

Returns The table specs read.

Returns:



155
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 155

class ListTableSpecsResponse; end