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
965 966 967 968 |
# File 'proto_docs/google/cloud/automl/v1/io.rb', line 965 class DocumentInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |