Google Cloud Datalabeling V1beta1 Client - Class CreateAnnotationSpecSetRequest (0.5.5)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class CreateAnnotationSpecSetRequest.

Request message for CreateAnnotationSpecSet.

Generated from protobuf message google.cloud.datalabeling.v1beta1.CreateAnnotationSpecSetRequest

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. AnnotationSpecSet resource parent, format: projects/{project_id}

↳ annotation_spec_set Google\Cloud\DataLabeling\V1beta1\AnnotationSpecSet

Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.

getParent

Required. AnnotationSpecSet resource parent, format: projects/{project_id}

Returns
Type Description
string

setParent

Required. AnnotationSpecSet resource parent, format: projects/{project_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getAnnotationSpecSet

Required. Annotation spec set to create. Annotation specs must be included.

Only one annotation spec will be accepted for annotation specs with same display_name.

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\AnnotationSpecSet|null

hasAnnotationSpecSet

clearAnnotationSpecSet

setAnnotationSpecSet

Required. Annotation spec set to create. Annotation specs must be included.

Only one annotation spec will be accepted for annotation specs with same display_name.

Parameter
Name Description
var Google\Cloud\DataLabeling\V1beta1\AnnotationSpecSet
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. AnnotationSpecSet resource parent, format: projects/{project_id} Please see Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::projectName() for help formatting this field.

annotationSpecSet Google\Cloud\DataLabeling\V1beta1\AnnotationSpecSet

Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\CreateAnnotationSpecSetRequest