Class ListInstructionsResponse (1.6.1)

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

Results of listing instructions under a project.

Attributes

NameDescription
instructions Sequence[google.cloud.datalabeling_v1beta1.types.Instruction]
The list of Instructions to return.
next_page_token str
A token to retrieve next page of results.

Inheritance

builtins.object > proto.message.Message > ListInstructionsResponse