Struct aws_sdk_sagemaker::output::DescribeContextOutput [−][src]
#[non_exhaustive]pub struct DescribeContextOutput {
pub context_name: Option<String>,
pub context_arn: Option<String>,
pub source: Option<ContextSource>,
pub context_type: Option<String>,
pub description: Option<String>,
pub properties: Option<HashMap<String, String>>,
pub creation_time: Option<DateTime>,
pub created_by: Option<UserContext>,
pub last_modified_time: Option<DateTime>,
pub last_modified_by: Option<UserContext>,
}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.context_name: Option<String>The name of the context.
context_arn: Option<String>The Amazon Resource Name (ARN) of the context.
source: Option<ContextSource>The source of the context.
context_type: Option<String>The type of the context.
description: Option<String>The description of the context.
properties: Option<HashMap<String, String>>A list of the context's properties.
creation_time: Option<DateTime>When the context was created.
created_by: Option<UserContext>Information about the user who created or modified an experiment, trial, trial component, or project.
last_modified_time: Option<DateTime>When the context was last modified.
last_modified_by: Option<UserContext>Information about the user who created or modified an experiment, trial, trial component, or project.
Implementations
The name of the context.
The Amazon Resource Name (ARN) of the context.
The source of the context.
The type of the context.
The description of the context.
A list of the context's properties.
When the context was created.
Information about the user who created or modified an experiment, trial, trial component, or project.
When the context was last modified.
Information about the user who created or modified an experiment, trial, trial component, or project.
Creates a new builder-style object to manufacture DescribeContextOutput
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 DescribeContextOutput
impl Send for DescribeContextOutput
impl Sync for DescribeContextOutput
impl Unpin for DescribeContextOutput
impl UnwindSafe for DescribeContextOutput
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