Class GoogleCloudAiplatformV1beta1EvaluationDataset
The dataset used for evaluation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1EvaluationDataset : IDirectResponseSchema
Properties
BigquerySource
BigQuery source holds the dataset.
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudAiplatformV1beta1BigQuerySource BigquerySource { get; set; }
Property Value
Type | Description |
---|---|
Google |
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.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1beta1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
Google |