Class: Google::Cloud::DocumentAI::V1beta3::Dataset::GCSManagedConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::Dataset::GCSManagedConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/dataset.rb
 
Overview
Configuration specific to the Cloud Storage-based implementation.
Instance Attribute Summary collapse
Instance Attribute Details
#gcs_prefix ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsPrefix
Returns Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
      70 71 72 73  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 70 class GCSManagedConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |