Class GetExampleRequest (1.0.0-beta03)

public sealed class GetExampleRequest : IMessage<GetExampleRequest>, IEquatable<GetExampleRequest>, IDeepCloneable<GetExampleRequest>, IBufferMessage, IMessage

Request message for GetExample

Inheritance

Object > GetExampleRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

GetExampleRequest()

public GetExampleRequest()

GetExampleRequest(GetExampleRequest)

public GetExampleRequest(GetExampleRequest other)
Parameter
NameDescription
otherGetExampleRequest

Properties

ExampleName

public ExampleName ExampleName { get; set; }

ExampleName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
String