public sealed class GetAnnotatedDatasetRequest : IMessage<GetAnnotatedDatasetRequest>, IEquatable<GetAnnotatedDatasetRequest>, IDeepCloneable<GetAnnotatedDatasetRequest>, IBufferMessage, IMessage
Request message for GetAnnotatedDataset.
Implements
IMessage<GetAnnotatedDatasetRequest>, IEquatable<GetAnnotatedDatasetRequest>, IDeepCloneable<GetAnnotatedDatasetRequest>, 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 |