Class GoogleCloudAiplatformV1beta1EvaluationRunDataSource
The data source for the evaluation run.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1EvaluationRunDataSource : IDirectResponseSchema
Properties
BigqueryRequestSet
Evaluation data in bigquery.
Declaration
[JsonProperty("bigqueryRequestSet")]
public virtual GoogleCloudAiplatformV1beta1BigQueryRequestSet BigqueryRequestSet { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1BigQueryRequestSet |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationSet
The EvaluationSet resource name. Format:
projects/{project}/locations/{location}/evaluationSets/{evaluation_set}
Declaration
[JsonProperty("evaluationSet")]
public virtual string EvaluationSet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |