Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::UpdateDatasetSchemaRequest.
Request for UpdateDatasetSchema
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_schema
def dataset_schema() -> ::Google::Cloud::DocumentAI::V1beta3::DatasetSchema
Returns
-
(::Google::Cloud::DocumentAI::V1beta3::DatasetSchema) — Required. The name field of the
DatasetSchema
is used to identify the resource to be updated.
#dataset_schema=
def dataset_schema=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DatasetSchema
Parameter
-
value (::Google::Cloud::DocumentAI::V1beta3::DatasetSchema) — Required. The name field of the
DatasetSchema
is used to identify the resource to be updated.
Returns
-
(::Google::Cloud::DocumentAI::V1beta3::DatasetSchema) — Required. The name field of the
DatasetSchema
is used to identify the resource to be updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The update mask applies to the resource.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The update mask applies to the resource.
Returns
- (::Google::Protobuf::FieldMask) — The update mask applies to the resource.