Class: Google::Cloud::DiscoveryEngine::V1beta::TrainCustomModelRequest::GcsTrainingInput
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::TrainCustomModelRequest::GcsTrainingInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb
Overview
Cloud Storage training data input.
Instance Attribute Summary collapse
-
#corpus_data_path ⇒ ::String
The Cloud Storage corpus data which could be associated in train data.
-
#query_data_path ⇒ ::String
The gcs query data which could be associated in train data.
-
#test_data_path ⇒ ::String
Cloud Storage test data.
-
#train_data_path ⇒ ::String
Cloud Storage training data path whose format should be
gs://<bucket_to_data>/<tsv_file_name>.
Instance Attribute Details
#corpus_data_path ⇒ ::String
82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 82 class GcsTrainingInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_data_path ⇒ ::String
82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 82 class GcsTrainingInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_data_path ⇒ ::String
82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 82 class GcsTrainingInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#train_data_path ⇒ ::String
82 83 84 85 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 82 class GcsTrainingInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |