Class SearchExampleComparisonsRequest (1.0.0-beta03)

public sealed class SearchExampleComparisonsRequest : IMessage<SearchExampleComparisonsRequest>, IEquatable<SearchExampleComparisonsRequest>, IDeepCloneable<SearchExampleComparisonsRequest>, IBufferMessage, IMessage, IPageRequest

Request message of SearchExampleComparisons.

Inheritance

Object > SearchExampleComparisonsRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

SearchExampleComparisonsRequest()

public SearchExampleComparisonsRequest()

SearchExampleComparisonsRequest(SearchExampleComparisonsRequest)

public SearchExampleComparisonsRequest(SearchExampleComparisonsRequest other)
Parameter
NameDescription
otherSearchExampleComparisonsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results for the server to return. Typically obtained by the [nextPageToken][SearchExampleComparisons.next_page_token] 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.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example comparisons from. Format:

"projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id}</var>"

Property Value
TypeDescription
String

ParentAsEvaluationName

public EvaluationName ParentAsEvaluationName { get; set; }

EvaluationName-typed view over the Parent resource name property.

Property Value
TypeDescription
EvaluationName