Struct aws_sdk_sagemaker::output::QueryLineageOutput
source ·
[−]#[non_exhaustive]pub struct QueryLineageOutput {
pub vertices: Option<Vec<Vertex>>,
pub edges: Option<Vec<Edge>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.vertices: Option<Vec<Vertex>>
A list of vertices connected to the start entity(ies) in the lineage graph.
edges: Option<Vec<Edge>>
A list of edges that connect vertices in the response.
next_token: Option<String>
Limits the number of vertices in the response. Use the NextToken
in a response to to retrieve the next page of results.
Implementations
A list of vertices connected to the start entity(ies) in the lineage graph.
Limits the number of vertices in the response. Use the NextToken
in a response to to retrieve the next page of results.
Creates a new builder-style object to manufacture QueryLineageOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for QueryLineageOutput
impl Send for QueryLineageOutput
impl Sync for QueryLineageOutput
impl Unpin for QueryLineageOutput
impl UnwindSafe for QueryLineageOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more