Class GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse
Response of the TrainCustomModelRequest. This message is returned by the google.longrunning.Operations.response field.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse : 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 GoogleCloudDiscoveryengineV1alphaImportErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaImportErrorConfig |
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 |