Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationDataset

The dataset used for evaluation.

Inheritance
object
GoogleCloudAiplatformV1EvaluationDataset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX