public sealed class SearchExampleComparisonsRequest : IMessage<SearchExampleComparisonsRequest>, IEquatable<SearchExampleComparisonsRequest>, IDeepCloneable<SearchExampleComparisonsRequest>, IBufferMessage, IMessage, IPageRequest
Request message of SearchExampleComparisons.
Implements
IMessage<SearchExampleComparisonsRequest>, IEquatable<SearchExampleComparisonsRequest>, IDeepCloneable<SearchExampleComparisonsRequest>, 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 |
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 | |
---|---|
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 |