public sealed class TrainCustomModelResponse : IMessage<TrainCustomModelResponse>, IEquatable<TrainCustomModelResponse>, IDeepCloneable<TrainCustomModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class TrainCustomModelResponse.
Response of the [TrainCustomModelRequest][google.cloud.discoveryengine.v1beta.TrainCustomModelRequest]. This message is returned by the google.longrunning.Operations.response field.
Implements
IMessageTrainCustomModelResponse, IEquatableTrainCustomModelResponse, IDeepCloneableTrainCustomModelResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
TrainCustomModelResponse()
public TrainCustomModelResponse()
TrainCustomModelResponse(TrainCustomModelResponse)
public TrainCustomModelResponse(TrainCustomModelResponse other)
Parameter | |
---|---|
Name | Description |
other | TrainCustomModelResponse |
Properties
ErrorConfig
public ImportErrorConfig ErrorConfig { get; set; }
Echoes the destination for the complete errors in the request if set.
Property Value | |
---|---|
Type | Description |
ImportErrorConfig |
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the data.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
ModelStatus
public string ModelStatus { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |