public sealed class EvaluationDataset : IMessage<EvaluationDataset>, IEquatable<EvaluationDataset>, IDeepCloneable<EvaluationDataset>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class EvaluationDataset.
The dataset used for evaluation.
Implements
IMessageEvaluationDataset, IEquatableEvaluationDataset, IDeepCloneableEvaluationDataset, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
EvaluationDataset()
public EvaluationDataset()EvaluationDataset(EvaluationDataset)
public EvaluationDataset(EvaluationDataset other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationDataset |
Properties
BigquerySource
public BigQuerySource BigquerySource { get; set; }BigQuery source holds the dataset.
| Property Value | |
|---|---|
| Type | Description |
BigQuerySource |
|
GcsSource
public GcsSource GcsSource { get; set; }Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
| Property Value | |
|---|---|
| Type | Description |
GcsSource |
|
SourceCase
public EvaluationDataset.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
EvaluationDatasetSourceOneofCase |
|