public sealed class ListExamplesRequest : IMessage<ListExamplesRequest>, IEquatable<ListExamplesRequest>, IDeepCloneable<ListExamplesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Labeling v1beta1 API class ListExamplesRequest.
Request message for ListExamples.
Implements
IMessageListExamplesRequest, IEquatableListExamplesRequest, IDeepCloneableListExamplesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListExamplesRequest()
public ListExamplesRequest()
ListExamplesRequest(ListExamplesRequest)
public ListExamplesRequest(ListExamplesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListExamplesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. An expression for filtering Examples. For annotated datasets that have annotation spec set, filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}"
Property Value | |
---|---|
Type | Description |
string |
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 [ListExamplesResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListExamplesResponse.next_page_token] of the previous [DataLabelingService.ListExamples] call. Return first page if empty.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Example resource parent.
Property Value | |
---|---|
Type | Description |
string |
ParentAsAnnotatedDatasetName
public AnnotatedDatasetName ParentAsAnnotatedDatasetName { get; set; }
AnnotatedDatasetName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
AnnotatedDatasetName |