Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class UpdateDataSchemaRequest.
Request message for UpdateDataSchema.
Generated from protobuf message google.cloud.visionai.v1.UpdateDataSchemaRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_schema
DataSchema
Required. The data schema's name
field is used to identify the data schema to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}
↳ update_mask
getDataSchema
Required. The data schema's name
field is used to identify the data
schema to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}
hasDataSchema
clearDataSchema
setDataSchema
Required. The data schema's name
field is used to identify the data
schema to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}
$this
getUpdateMask
The list of fields to be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
$this
static::build
dataSchema
DataSchema
Required. The data schema's name
field is used to identify the data
schema to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/dataSchemas/{data_schema}
updateMask

