Struct aws_sdk_sagemaker::operation::describe_experiment::builders::DescribeExperimentOutputBuilder
source · #[non_exhaustive]pub struct DescribeExperimentOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeExperimentOutput
.
Implementations§
source§impl DescribeExperimentOutputBuilder
impl DescribeExperimentOutputBuilder
sourcepub fn experiment_name(self, input: impl Into<String>) -> Self
pub fn experiment_name(self, input: impl Into<String>) -> Self
The name of the experiment.
sourcepub fn set_experiment_name(self, input: Option<String>) -> Self
pub fn set_experiment_name(self, input: Option<String>) -> Self
The name of the experiment.
sourcepub fn get_experiment_name(&self) -> &Option<String>
pub fn get_experiment_name(&self) -> &Option<String>
The name of the experiment.
sourcepub fn experiment_arn(self, input: impl Into<String>) -> Self
pub fn experiment_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the experiment.
sourcepub fn set_experiment_arn(self, input: Option<String>) -> Self
pub fn set_experiment_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the experiment.
sourcepub fn get_experiment_arn(&self) -> &Option<String>
pub fn get_experiment_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the experiment.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The name of the experiment as displayed. If DisplayName
isn't specified, ExperimentName
is displayed.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The name of the experiment as displayed. If DisplayName
isn't specified, ExperimentName
is displayed.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
The name of the experiment as displayed. If DisplayName
isn't specified, ExperimentName
is displayed.
sourcepub fn source(self, input: ExperimentSource) -> Self
pub fn source(self, input: ExperimentSource) -> Self
The Amazon Resource Name (ARN) of the source and, optionally, the type.
sourcepub fn set_source(self, input: Option<ExperimentSource>) -> Self
pub fn set_source(self, input: Option<ExperimentSource>) -> Self
The Amazon Resource Name (ARN) of the source and, optionally, the type.
sourcepub fn get_source(&self) -> &Option<ExperimentSource>
pub fn get_source(&self) -> &Option<ExperimentSource>
The Amazon Resource Name (ARN) of the source and, optionally, the type.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the experiment.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the experiment.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the experiment.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the experiment was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the experiment was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the experiment was created.
sourcepub fn created_by(self, input: UserContext) -> Self
pub fn created_by(self, input: UserContext) -> Self
Who created the experiment.
sourcepub fn set_created_by(self, input: Option<UserContext>) -> Self
pub fn set_created_by(self, input: Option<UserContext>) -> Self
Who created the experiment.
sourcepub fn get_created_by(&self) -> &Option<UserContext>
pub fn get_created_by(&self) -> &Option<UserContext>
Who created the experiment.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
When the experiment was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
When the experiment was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
When the experiment was last modified.
sourcepub fn last_modified_by(self, input: UserContext) -> Self
pub fn last_modified_by(self, input: UserContext) -> Self
Who last modified the experiment.
sourcepub fn set_last_modified_by(self, input: Option<UserContext>) -> Self
pub fn set_last_modified_by(self, input: Option<UserContext>) -> Self
Who last modified the experiment.
sourcepub fn get_last_modified_by(&self) -> &Option<UserContext>
pub fn get_last_modified_by(&self) -> &Option<UserContext>
Who last modified the experiment.
sourcepub fn build(self) -> DescribeExperimentOutput
pub fn build(self) -> DescribeExperimentOutput
Consumes the builder and constructs a DescribeExperimentOutput
.
Trait Implementations§
source§impl Clone for DescribeExperimentOutputBuilder
impl Clone for DescribeExperimentOutputBuilder
source§fn clone(&self) -> DescribeExperimentOutputBuilder
fn clone(&self) -> DescribeExperimentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeExperimentOutputBuilder
impl Default for DescribeExperimentOutputBuilder
source§fn default() -> DescribeExperimentOutputBuilder
fn default() -> DescribeExperimentOutputBuilder
source§impl PartialEq for DescribeExperimentOutputBuilder
impl PartialEq for DescribeExperimentOutputBuilder
source§fn eq(&self, other: &DescribeExperimentOutputBuilder) -> bool
fn eq(&self, other: &DescribeExperimentOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.