pub struct VertexAi {
pub datasets: Option<Vec<Dataset>>,
pub pipelines: Option<Vec<Pipeline>>,
}Expand description
Vertex AI-related information associated with the finding.
This type is not used in any activity, and only used as part of another schema.
Fields§
§datasets: Option<Vec<Dataset>>Datasets associated with the finding.
pipelines: Option<Vec<Pipeline>>Pipelines associated with the finding.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VertexAi
impl<'de> Deserialize<'de> for VertexAi
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for VertexAi
Auto Trait Implementations§
impl Freeze for VertexAi
impl RefUnwindSafe for VertexAi
impl Send for VertexAi
impl Sync for VertexAi
impl Unpin for VertexAi
impl UnwindSafe for VertexAi
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