Class TrainCustomModelRequest (0.11.10)

TrainCustomModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SearchTuningService.TrainCustomModel method.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gcs_training_input google.cloud.discoveryengine_v1alpha.types.TrainCustomModelRequest.GcsTrainingInput
Cloud Storage training input. This field is a member of oneof_ training_input.
data_store str
Required. The resource name of the 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 train the models.
model_type str
Model to be trained. Supported values are: - **search-tuning**: Fine tuning the search system based on data provided.
error_config google.cloud.discoveryengine_v1alpha.types.ImportErrorConfig
The desired location of errors incurred during the data ingestion and training.

Classes

GcsTrainingInput

GcsTrainingInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Cloud Storage training data input.