Struct aws_sdk_sagemaker::output::DescribeExperimentOutput
source · [−]#[non_exhaustive]pub struct DescribeExperimentOutput {
pub experiment_name: Option<String>,
pub experiment_arn: Option<String>,
pub display_name: Option<String>,
pub source: Option<ExperimentSource>,
pub description: Option<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.experiment_name: Option<String>
The name of the experiment.
experiment_arn: Option<String>
The Amazon Resource Name (ARN) of the experiment.
display_name: Option<String>
The name of the experiment as displayed. If DisplayName
isn't specified, ExperimentName
is displayed.
source: Option<ExperimentSource>
The ARN of the source and, optionally, the type.
description: Option<String>
The description of the experiment.
creation_time: Option<DateTime>
When the experiment was created.
created_by: Option<UserContext>
Who created the experiment.
last_modified_time: Option<DateTime>
When the experiment was last modified.
last_modified_by: Option<UserContext>
Who last modified the experiment.
Implementations
The name of the experiment.
The Amazon Resource Name (ARN) of the experiment.
The name of the experiment as displayed. If DisplayName
isn't specified, ExperimentName
is displayed.
The ARN of the source and, optionally, the type.
The description of the experiment.
When the experiment was created.
Who created the experiment.
When the experiment was last modified.
Who last modified the experiment.
Creates a new builder-style object to manufacture DescribeExperimentOutput
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 DescribeExperimentOutput
impl Send for DescribeExperimentOutput
impl Sync for DescribeExperimentOutput
impl Unpin for DescribeExperimentOutput
impl UnwindSafe for DescribeExperimentOutput
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