Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::EvaluationDataset.
The dataset used for evaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_source
def bigquery_source() -> ::Google::Cloud::AIPlatform::V1::BigQuerySource-
(::Google::Cloud::AIPlatform::V1::BigQuerySource) — BigQuery source holds the dataset.
Note: The following fields are mutually exclusive:
bigquery_source,gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::AIPlatform::V1::BigQuerySource-
value (::Google::Cloud::AIPlatform::V1::BigQuerySource) — BigQuery source holds the dataset.
Note: The following fields are mutually exclusive:
bigquery_source,gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::BigQuerySource) — BigQuery source holds the dataset.
Note: The following fields are mutually exclusive:
bigquery_source,gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_source
def gcs_source() -> ::Google::Cloud::AIPlatform::V1::GcsSource-
(::Google::Cloud::AIPlatform::V1::GcsSource) — Cloud storage source holds the dataset. Currently only one Cloud Storage
file path is supported.
Note: The following fields are mutually exclusive:
gcs_source,bigquery_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::AIPlatform::V1::GcsSource-
value (::Google::Cloud::AIPlatform::V1::GcsSource) — Cloud storage source holds the dataset. Currently only one Cloud Storage
file path is supported.
Note: The following fields are mutually exclusive:
gcs_source,bigquery_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::GcsSource) — Cloud storage source holds the dataset. Currently only one Cloud Storage
file path is supported.
Note: The following fields are mutually exclusive:
gcs_source,bigquery_source. If a field in that set is populated, all other fields in the set will automatically be cleared.