public sealed class GetExampleRequest : IMessage<GetExampleRequest>, IEquatable<GetExampleRequest>, IDeepCloneable<GetExampleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GetExampleRequest.
Request message for GetExample
Implements
IMessageGetExampleRequest, IEquatableGetExampleRequest, IDeepCloneableGetExampleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
GetExampleRequest()
public GetExampleRequest()
GetExampleRequest(GetExampleRequest)
public GetExampleRequest(GetExampleRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetExampleRequest |
Properties
ExampleName
public ExampleName ExampleName { get; set; }
ExampleName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ExampleName |
Filter
public string Filter { get; set; }
Optional. An expression for filtering Examples. Filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}"
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. Name of example, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
Property Value | |
---|---|
Type | Description |
string |