View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TrainCustomModelResponse (google_api_discovery_engine v0.22.0)
Response of the TrainCustomModelRequest. This message is returned by the google.longrunning.Operations.response field.
Attributes
-
errorConfig
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t
, default:nil
) - Echoes the destination for the complete errors in the request if set. -
errorSamples
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t)
, default:nil
) - A sample of errors encountered while processing the data. -
metrics
(type:map()
, default:nil
) - The metrics of the trained model. -
modelName
(type:String.t
, default:nil
) - Fully qualified name of the CustomTuningModel. -
modelStatus
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TrainCustomModelResponse{ errorConfig: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t() | nil, errorSamples: [GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t()] | nil, metrics: map() | nil, modelName: String.t() | nil, modelStatus: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.