Data Labeling v1beta1 API - Class GetAnnotatedDatasetRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class GetAnnotatedDatasetRequest.

Request message for GetAnnotatedDataset.

Inheritance

object > GetAnnotatedDatasetRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

GetAnnotatedDatasetRequest()

public GetAnnotatedDatasetRequest()

GetAnnotatedDatasetRequest(GetAnnotatedDatasetRequest)

public GetAnnotatedDatasetRequest(GetAnnotatedDatasetRequest other)
Parameter
NameDescription
otherGetAnnotatedDatasetRequest

Properties

AnnotatedDatasetName

public AnnotatedDatasetName AnnotatedDatasetName { get; set; }

AnnotatedDatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
AnnotatedDatasetName

Name

public string Name { get; set; }

Required. Name of the annotated dataset to get, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}

Property Value
TypeDescription
string