Class: Google::Cloud::Translate::V3::DatasetInputConfig::InputFile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcs_source::Google::Cloud::Translate::V3::GcsInputSource

Returns Google Cloud Storage file source.

Returns:



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.

Returns:

  • (::String)

    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