GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest (google_api_data_labeling v0.2.1) View Source

Request message of SearchExampleComparisons.

Attributes

  • pageSize (type: integer(), default: nil) - Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
  • pageToken (type: String.t, default: nil) - Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken of the response to a previous search rquest. If you don't specify this field, the API call requests the first page of the search.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest{
    pageSize: integer(),
    pageToken: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.