Class GetAnnotationSpecRequest (1.15.1)

  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 google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > GetAnnotationSpecRequest