Class: Google::Cloud::Translate::V3::Dataset

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

A dataset that hosts the examples (sentence pairs) used for translation models.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#example_count::Integer (readonly)



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_language_code::String



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_language_code::String



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#test_example_count::Integer (readonly)



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#train_example_count::Integer (readonly)



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_example_count::Integer (readonly)



333
334
335
336
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 333

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end