Discovery Engine v1beta API - Class TrainCustomModelResponse (1.0.0-beta12)

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.

Inheritance

object > TrainCustomModelResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

TrainCustomModelResponse()

public TrainCustomModelResponse()

TrainCustomModelResponse(TrainCustomModelResponse)

public TrainCustomModelResponse(TrainCustomModelResponse other)
Parameter
NameDescription
otherTrainCustomModelResponse

Properties

ErrorConfig

public ImportErrorConfig ErrorConfig { get; set; }

Echoes the destination for the complete errors in the request if set.

Property Value
TypeDescription
ImportErrorConfig

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the data.

Property Value
TypeDescription
RepeatedFieldStatus

Metrics

public MapField<string, double> Metrics { get; }

The metrics of the trained model.

Property Value
TypeDescription
MapFieldstringdouble

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 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.
Property Value
TypeDescription
string