Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaTrainCustomModelResponse

Response of the TrainCustomModelRequest. This message is returned by the google.longrunning.Operations.response field.

Inheritance
object
GoogleCloudDiscoveryengineV1betaTrainCustomModelResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaTrainCustomModelResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorConfig

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

Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1betaImportErrorConfig ErrorConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaImportErrorConfig

ErrorSamples

A sample of errors encountered while processing the data.

Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

Metrics

The metrics of the trained model.

Declaration
[JsonProperty("metrics")]
public virtual IDictionary<string, double?> Metrics { get; set; }
Property Value
Type Description
IDictionary<string, double?>

ModelName

Fully qualified name of the CustomTuningModel.

Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type Description
string

ModelStatus

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.

Declaration
[JsonProperty("modelStatus")]
public virtual string ModelStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX