#[non_exhaustive]pub struct DescribeTrialOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeTrialOutput
.
Implementations§
source§impl DescribeTrialOutputBuilder
impl DescribeTrialOutputBuilder
sourcepub fn trial_name(self, input: impl Into<String>) -> Self
pub fn trial_name(self, input: impl Into<String>) -> Self
The name of the trial.
sourcepub fn set_trial_name(self, input: Option<String>) -> Self
pub fn set_trial_name(self, input: Option<String>) -> Self
The name of the trial.
sourcepub fn get_trial_name(&self) -> &Option<String>
pub fn get_trial_name(&self) -> &Option<String>
The name of the trial.
sourcepub fn trial_arn(self, input: impl Into<String>) -> Self
pub fn trial_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trial.
sourcepub fn set_trial_arn(self, input: Option<String>) -> Self
pub fn set_trial_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trial.
sourcepub fn get_trial_arn(&self) -> &Option<String>
pub fn get_trial_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the trial.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
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 trial as displayed. If DisplayName
isn't specified, TrialName
is displayed.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is displayed.
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 the trial is part of.
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 the trial is part of.
sourcepub fn get_experiment_name(&self) -> &Option<String>
pub fn get_experiment_name(&self) -> &Option<String>
The name of the experiment the trial is part of.
sourcepub fn source(self, input: TrialSource) -> Self
pub fn source(self, input: TrialSource) -> Self
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
sourcepub fn set_source(self, input: Option<TrialSource>) -> Self
pub fn set_source(self, input: Option<TrialSource>) -> Self
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
sourcepub fn get_source(&self) -> &Option<TrialSource>
pub fn get_source(&self) -> &Option<TrialSource>
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the trial was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the trial was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the trial was created.
sourcepub fn created_by(self, input: UserContext) -> Self
pub fn created_by(self, input: UserContext) -> Self
Who created the trial.
sourcepub fn set_created_by(self, input: Option<UserContext>) -> Self
pub fn set_created_by(self, input: Option<UserContext>) -> Self
Who created the trial.
sourcepub fn get_created_by(&self) -> &Option<UserContext>
pub fn get_created_by(&self) -> &Option<UserContext>
Who created the trial.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
When the trial 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 trial was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
When the trial 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 trial.
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 trial.
sourcepub fn get_last_modified_by(&self) -> &Option<UserContext>
pub fn get_last_modified_by(&self) -> &Option<UserContext>
Who last modified the trial.
sourcepub fn metadata_properties(self, input: MetadataProperties) -> Self
pub fn metadata_properties(self, input: MetadataProperties) -> Self
Metadata properties of the tracking entity, trial, or trial component.
sourcepub fn set_metadata_properties(self, input: Option<MetadataProperties>) -> Self
pub fn set_metadata_properties(self, input: Option<MetadataProperties>) -> Self
Metadata properties of the tracking entity, trial, or trial component.
sourcepub fn get_metadata_properties(&self) -> &Option<MetadataProperties>
pub fn get_metadata_properties(&self) -> &Option<MetadataProperties>
Metadata properties of the tracking entity, trial, or trial component.
sourcepub fn build(self) -> DescribeTrialOutput
pub fn build(self) -> DescribeTrialOutput
Consumes the builder and constructs a DescribeTrialOutput
.
Trait Implementations§
source§impl Clone for DescribeTrialOutputBuilder
impl Clone for DescribeTrialOutputBuilder
source§fn clone(&self) -> DescribeTrialOutputBuilder
fn clone(&self) -> DescribeTrialOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeTrialOutputBuilder
impl Debug for DescribeTrialOutputBuilder
source§impl Default for DescribeTrialOutputBuilder
impl Default for DescribeTrialOutputBuilder
source§fn default() -> DescribeTrialOutputBuilder
fn default() -> DescribeTrialOutputBuilder
source§impl PartialEq<DescribeTrialOutputBuilder> for DescribeTrialOutputBuilder
impl PartialEq<DescribeTrialOutputBuilder> for DescribeTrialOutputBuilder
source§fn eq(&self, other: &DescribeTrialOutputBuilder) -> bool
fn eq(&self, other: &DescribeTrialOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.