Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListCustomModelsRequest.
Request message for SearchTuningService.ListCustomModels method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_store
def data_store() -> ::String
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.
#data_store=
def data_store=(value) -> ::String
Parameter
-
value (::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.
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.