Class: Google::Cloud::DiscoveryEngine::V1::ListCustomModelsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/search_tuning_service.rb

Overview

Request message for SearchTuningService.ListCustomModels method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_store::String

Returns Required. The resource name of the parent Data Store, such as projects/*/locations/global/collections/default_collection/dataStores/default_data_store. This field is used to identify the data store where to fetch the models from.

Returns:

  • (::String)

    Required. The resource name of the parent Data Store, such as projects/*/locations/global/collections/default_collection/dataStores/default_data_store. This field is used to identify the data store where to fetch the models from.



33
34
35
36
# File 'proto_docs/google/cloud/discoveryengine/v1/search_tuning_service.rb', line 33

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