Class GoogleCloudAiplatformV1EvaluationDataset
The dataset used for evaluation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationDataset : IDirectResponseSchema
Properties
BigquerySource
BigQuery source holds the dataset.
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudAiplatformV1BigQuerySource BigquerySource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1BigQuerySource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GcsSource |