public sealed class EvaluationDataset : IMessage<EvaluationDataset>, IEquatable<EvaluationDataset>, IDeepCloneable<EvaluationDataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class EvaluationDataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `EvaluationDataset` class represents a dataset used for evaluation within the Vertex AI v1beta1 API, and it is available in version 1.0.0-beta21."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`EvaluationDataset` objects can be constructed using a default constructor or by copying data from another `EvaluationDataset` object."],["The dataset for evaluation can be sourced from either BigQuery via the `BigquerySource` property or Google Cloud Storage via the `GcsSource` property."],["The `SourceCase` property determines if a BigQuery source or a GCS source is being used, identifying where the evaluation dataset is stored."]]],[]]