Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class GetAnnotationSpecRequest.
Request message for DatasetService.GetAnnotationSpec .
Generated from protobuf message google.cloud.aiplatform.v1.GetAnnotationSpecRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the AnnotationSpec resource. Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
↳ read_mask
getName
Required. The name of the AnnotationSpec resource.
Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
string
setName
Required. The name of the AnnotationSpec resource.
Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
var
string
$this
getReadMask
Mask specifying which fields to read.
hasReadMask
clearReadMask
setReadMask
Mask specifying which fields to read.
$this
static::build
name
string
Required. The name of the AnnotationSpec resource.
Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
Please see DatasetServiceClient::annotationSpecName()
for help formatting this field.

