Class GoogleCloudAiplatformV1EvaluationResult
Evaluation result.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationResult : IDirectResponseSchema
Properties
CandidateResults
Optional. The results for the metric.
Declaration
[JsonProperty("candidateResults")]
public virtual IList<GoogleCloudAiplatformV1CandidateResult> CandidateResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1CandidateResult> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationRequest
Required. The request item that was evaluated. Format: projects/{project}/locations/{location}/evaluationItems/{evaluation_item}
Declaration
[JsonProperty("evaluationRequest")]
public virtual string EvaluationRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationRun
Required. The evaluation run that was used to generate the result. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}
Declaration
[JsonProperty("evaluationRun")]
public virtual string EvaluationRun { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Optional. Metadata about the evaluation result.
Declaration
[JsonProperty("metadata")]
public virtual object Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Metric
Required. The metric that was evaluated.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Request
Required. The request that was evaluated.
Declaration
[JsonProperty("request")]
public virtual GoogleCloudAiplatformV1EvaluationRequest Request { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationRequest |