google_ai_rs/proto/
dataset.rs

1/// Inline data or a reference to the data.
2#[derive(Clone, PartialEq, ::prost::Oneof)]
3pub enum Dataset {
4    /// Optional. Inline examples with simple input/output text.
5    #[prost(message, tag = "1")]
6    Examples(super::TuningExamples),
7}