Class TrainCustomModelResponse (0.11.10)

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

Response of the TrainCustomModelRequest. This message is returned by the google.longrunning.Operations.response field.

Attributes

NameDescription
error_samples MutableSequence[google.rpc.status_pb2.Status]
A sample of errors encountered while processing the data.
error_config google.cloud.discoveryengine_v1beta.types.ImportErrorConfig
Echoes the destination for the complete errors in the request if set.
model_status str
The trained model status. Possible values are: - **bad-data**: The training data quality is bad. - **no-improvement**: Tuning didn't improve performance. Won't deploy. - **in-progress**: Model training is in progress. - **ready**: The model is ready for serving.