public sealed class SearchExampleComparisonsRequest : IMessage<SearchExampleComparisonsRequest>, IEquatable<SearchExampleComparisonsRequest>, IDeepCloneable<SearchExampleComparisonsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Labeling v1beta1 API class SearchExampleComparisonsRequest.
Request message of SearchExampleComparisons.
Implements
IMessageSearchExampleComparisonsRequest, IEquatableSearchExampleComparisonsRequest, IDeepCloneableSearchExampleComparisonsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
SearchExampleComparisonsRequest()
public SearchExampleComparisonsRequest()
SearchExampleComparisonsRequest(SearchExampleComparisonsRequest)
public SearchExampleComparisonsRequest(SearchExampleComparisonsRequest other)
Parameter | |
---|---|
Name | Description |
other |
SearchExampleComparisonsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
Property Value | |
---|---|
Type | Description |
int |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsEvaluationName
public EvaluationName ParentAsEvaluationName { get; set; }
EvaluationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EvaluationName |