Class: Google::Cloud::Translate::V3::DatasetInputConfig::InputFile
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DatasetInputConfig::InputFile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
An input file.
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::Translate::V3::GcsInputSource
Google Cloud Storage file source.
-
#usage ⇒ ::String
Optional.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::Translate::V3::GcsInputSource
Returns Google Cloud Storage file source.
53 54 55 56 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 53 class InputFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#usage ⇒ ::String
Returns Optional. Usage of the file contents. Options are TRAIN|VALIDATION|TEST, or UNASSIGNED (by default) for auto split.
53 54 55 56 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 53 class InputFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |