Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Dataset::GCSManagedConfig.
Configuration specific to the Cloud Storage-based implementation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_prefix
def gcs_prefix() -> ::Google::Cloud::DocumentAI::V1beta3::GcsPrefix
Returns
- (::Google::Cloud::DocumentAI::V1beta3::GcsPrefix) — Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
#gcs_prefix=
def gcs_prefix=(value) -> ::Google::Cloud::DocumentAI::V1beta3::GcsPrefix
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::GcsPrefix) — Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::GcsPrefix) — Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.