pub struct CreateEvalLogsDataSourceConfig {
pub type: String,
pub metadata: CreateEvalLogsDataSourceConfig_Metadata,
}Expand description
A data source config which specifies the metadata property of your stored completions query.
Fields§
§type: StringThe type of data source.
metadata: CreateEvalLogsDataSourceConfig_MetadataMetadata filters for the logs data source.
Trait Implementations§
Source§impl Clone for CreateEvalLogsDataSourceConfig
impl Clone for CreateEvalLogsDataSourceConfig
Source§fn clone(&self) -> CreateEvalLogsDataSourceConfig
fn clone(&self) -> CreateEvalLogsDataSourceConfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CreateEvalLogsDataSourceConfig
impl RefUnwindSafe for CreateEvalLogsDataSourceConfig
impl Send for CreateEvalLogsDataSourceConfig
impl Sync for CreateEvalLogsDataSourceConfig
impl Unpin for CreateEvalLogsDataSourceConfig
impl UnwindSafe for CreateEvalLogsDataSourceConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more