GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EvaluationDataset (google_api_ai_platform v0.27.0)
View SourceThe dataset used for evaluation.
Attributes
-
bigquerySource(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQuerySource.t, default:nil) - BigQuery source holds the dataset. -
gcsSource(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsSource.t, default:nil) - Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EvaluationDataset{ bigquerySource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQuerySource.t() | nil, gcsSource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsSource.t() | nil }