Class GetAnnotationSpecRequest (0.4.0)

GetAnnotationSpecRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DatasetService.GetAnnotationSpec.

Attributes

Name Description
name str
Required. The name of the AnnotationSpec resource. Format: ``projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}``
read_mask `.field_mask.FieldMask`
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > GetAnnotationSpecRequest