Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class TrainCustomModelResponse.
Response of the TrainCustomModelRequest .
This message is returned by the google.longrunning.Operations.response field.
Generated from protobuf message google.cloud.discoveryengine.v1.TrainCustomModelResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ error_samples
↳ error_config
↳ model_status
string
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 job creation is in progress. * * training: Model is actively training. * * evaluating: The model is evaluating trained metrics. * * indexing: The model trained metrics are indexing. * * ready: The model is ready for serving.
↳ metrics
↳ model_name
string
Fully qualified name of the CustomTuningModel.
getErrorSamples
A sample of errors encountered while processing the data.
setErrorSamples
A sample of errors encountered while processing the data.
$this
getErrorConfig
Echoes the destination for the complete errors in the request if set.
hasErrorConfig
clearErrorConfig
setErrorConfig
Echoes the destination for the complete errors in the request if set.
$this
getModelStatus
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 job creation is in progress.
- training: Model is actively training.
- evaluating: The model is evaluating trained metrics.
- indexing: The model trained metrics are indexing.
- ready: The model is ready for serving.
string
setModelStatus
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 job creation is in progress.
- training: Model is actively training.
- evaluating: The model is evaluating trained metrics.
- indexing: The model trained metrics are indexing.
- ready: The model is ready for serving.
var
string
$this
getMetrics
The metrics of the trained model.
setMetrics
The metrics of the trained model.
$this
getModelName
Fully qualified name of the CustomTuningModel.
string
setModelName
Fully qualified name of the CustomTuningModel.
var
string
$this