Class: Google::Cloud::Translate::V3::DatasetOutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DatasetOutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Output configuration for datasets.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::Google::Cloud::Translate::V3::GcsOutputDestination
Google Cloud Storage destination to write the output.
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::Translate::V3::GcsOutputDestination
Returns Google Cloud Storage destination to write the output.
94 95 96 97 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 94 class DatasetOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |