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.
Implements
IMessageGetAnnotatedDatasetRequest, IEquatableGetAnnotatedDatasetRequest, IDeepCloneableGetAnnotatedDatasetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
GetAnnotatedDatasetRequest()
public GetAnnotatedDatasetRequest()
GetAnnotatedDatasetRequest(GetAnnotatedDatasetRequest)
public GetAnnotatedDatasetRequest(GetAnnotatedDatasetRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAnnotatedDatasetRequest |
Properties
AnnotatedDatasetName
public AnnotatedDatasetName AnnotatedDatasetName { get; set; }
AnnotatedDatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |