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

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

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
TypeDescription
string