Class ListColumnSpecsRequest (2.8.2)

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 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 ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.

Inheritance

builtins.object > proto.message.Message > ListColumnSpecsRequest