Class ListTableSpecsRequest (2.10.0)

ListTableSpecsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AutoMl.ListTableSpecs.

Attributes

NameDescription
parent str
Required. The resource name of the dataset to list table specs from.
field_mask google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.
filter str
Filter expression, see go/filtering.
page_size int
Requested page size. The server can return fewer results than requested. If unspecified, the server will pick a default size.
page_token str
A token identifying a page of results for the server to return. Typically obtained from the ListTableSpecsResponse.next_page_token field of the previous AutoMl.ListTableSpecs call.