Class: Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/dataset.rb
Overview
Dataset documents that the batch operation will be applied to.
Defined Under Namespace
Classes: IndividualDocumentIds
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter matching the documents.
-
#individual_document_ids ⇒ ::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments::IndividualDocumentIds
Document identifiers.
Instance Attribute Details
#filter ⇒ ::String
Returns A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
Note: The following fields are mutually exclusive: filter
, individual_document_ids
. If a field in that set is populated, all other fields in the set will automatically be cleared.
199 200 201 202 203 204 205 206 207 208 209 210 211 212 |
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 199 class BatchDatasetDocuments include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # List of individual DocumentIds. # @!attribute [rw] document_ids # @return [::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentId>] # Required. List of Document IDs indicating where the actual documents are # stored. class IndividualDocumentIds include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#individual_document_ids ⇒ ::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments::IndividualDocumentIds
Returns Document identifiers.
Note: The following fields are mutually exclusive: individual_document_ids
, filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
199 200 201 202 203 204 205 206 207 208 209 210 211 212 |
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 199 class BatchDatasetDocuments include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # List of individual DocumentIds. # @!attribute [rw] document_ids # @return [::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentId>] # Required. List of Document IDs indicating where the actual documents are # stored. class IndividualDocumentIds include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |