Class ListColumnSpecsRequest (2.0.0)

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

Request message for AutoMl.ListColumnSpecs.

Attributes

NameDescription
parent str
Required. The resource name of the table spec to list column specs from.
field_mask .gp_field_mask.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 ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.