Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EvaluationDataset.
The dataset used for evaluation.
Generated from protobuf message google.cloud.aiplatform.v1.EvaluationDataset
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_source |
GcsSource
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported. |
↳ bigquery_source |
BigQuerySource
BigQuery source holds the dataset. |
getGcsSource
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
| Returns | |
|---|---|
| Type | Description |
GcsSource|null |
|
hasGcsSource
setGcsSource
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
| Parameter | |
|---|---|
| Name | Description |
var |
GcsSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBigquerySource
BigQuery source holds the dataset.
| Returns | |
|---|---|
| Type | Description |
BigQuerySource|null |
|
hasBigquerySource
setBigquerySource
BigQuery source holds the dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
BigQuerySource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
| Returns | |
|---|---|
| Type | Description |
string |
|