Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::GetDatasetSchemaRequest.
Request for GetDatasetSchema
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
Returns
- (::String) — Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
#visible_fields_only
def visible_fields_only() -> ::Boolean
Returns
- (::Boolean) — If set, only returns the visible fields of the schema.
#visible_fields_only=
def visible_fields_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set, only returns the visible fields of the schema.
Returns
- (::Boolean) — If set, only returns the visible fields of the schema.