Class GoogleCloudAiplatformV1EvaluateDatasetRun
Evaluate Dataset Run Result for Tuning Job.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluateDatasetRun : IDirectResponseSchema
Properties
CheckpointId
Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.
Declaration
[JsonProperty("checkpointId")]
public virtual string CheckpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Output only. The error of the evaluation run if any.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
EvaluateDatasetResponse
Output only. Results for EvaluationService.
Declaration
[JsonProperty("evaluateDatasetResponse")]
public virtual GoogleCloudAiplatformV1EvaluateDatasetResponse EvaluateDatasetResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluateDatasetResponse |
EvaluationRun
Output only. The resource name of the evaluation run. Format:
projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.
Declaration
[JsonProperty("evaluationRun")]
public virtual string EvaluationRun { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperationName
Output only. Deprecated: The updated architecture uses evaluation_run instead.
Declaration
[JsonProperty("operationName")]
public virtual string OperationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |