Class: Google::Cloud::AutoML::V1::DocumentInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::DocumentInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/io.rb
Overview
Input configuration of a Document.
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::AutoML::V1::GcsSource
The Google Cloud Storage location of the document file.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::AutoML::V1::GcsSource
Returns The Google Cloud Storage location of the document file. Only a single path should be given.
Max supported size: 512MB.
Supported extensions: .PDF.
958 959 960 961 |
# File 'proto_docs/google/cloud/automl/v1/io.rb', line 958 class DocumentInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |