Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::EvaluationDataset (v1.40.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.