Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::UpdateDatasetRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::Google::Cloud::DocumentAI::V1beta3::Dataset
Returns
-
(::Google::Cloud::DocumentAI::V1beta3::Dataset) — Required. The
name
field of theDataset
is used to identify the resource to be updated.
#dataset=
def dataset=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Dataset
Parameter
-
value (::Google::Cloud::DocumentAI::V1beta3::Dataset) — Required. The
name
field of theDataset
is used to identify the resource to be updated.
Returns
-
(::Google::Cloud::DocumentAI::V1beta3::Dataset) — Required. The
name
field of theDataset
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.