View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse (google_api_discovery_engine v0.5.0)
Response of the TrainCustomModelRequest. This message is returned by the google.longrunning.Operations.response field.
Attributes
-
errorConfig(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportErrorConfig.t, default:nil) - Echoes the destination for the complete errors in the request if set. -
errorSamples(type:list(GoogleApi.DiscoveryEngine.V1beta.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. -
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 is in progress. ready: The model is ready for serving.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse{ errorConfig: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportErrorConfig.t() | nil, errorSamples: [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil, metrics: map() | nil, modelStatus: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.