Struct aws_sdk_sagemaker::operation::describe_lineage_group::builders::DescribeLineageGroupOutputBuilder
source · #[non_exhaustive]pub struct DescribeLineageGroupOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeLineageGroupOutput
.
Implementations§
source§impl DescribeLineageGroupOutputBuilder
impl DescribeLineageGroupOutputBuilder
sourcepub fn lineage_group_name(self, input: impl Into<String>) -> Self
pub fn lineage_group_name(self, input: impl Into<String>) -> Self
The name of the lineage group.
sourcepub fn set_lineage_group_name(self, input: Option<String>) -> Self
pub fn set_lineage_group_name(self, input: Option<String>) -> Self
The name of the lineage group.
sourcepub fn get_lineage_group_name(&self) -> &Option<String>
pub fn get_lineage_group_name(&self) -> &Option<String>
The name of the lineage group.
sourcepub fn lineage_group_arn(self, input: impl Into<String>) -> Self
pub fn lineage_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the lineage group.
sourcepub fn set_lineage_group_arn(self, input: Option<String>) -> Self
pub fn set_lineage_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the lineage group.
sourcepub fn get_lineage_group_arn(&self) -> &Option<String>
pub fn get_lineage_group_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the lineage group.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The display name of the lineage group.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The display name of the lineage group.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
The display name of the lineage group.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the lineage group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the lineage group.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the lineage group.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time of lineage group.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time of lineage group.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation time of lineage group.
sourcepub fn created_by(self, input: UserContext) -> Self
pub fn created_by(self, input: UserContext) -> Self
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn set_created_by(self, input: Option<UserContext>) -> Self
pub fn set_created_by(self, input: Option<UserContext>) -> Self
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn get_created_by(&self) -> &Option<UserContext>
pub fn get_created_by(&self) -> &Option<UserContext>
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time of the lineage group.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time of the lineage group.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The last modified time of the lineage group.
sourcepub fn last_modified_by(self, input: UserContext) -> Self
pub fn last_modified_by(self, input: UserContext) -> Self
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn set_last_modified_by(self, input: Option<UserContext>) -> Self
pub fn set_last_modified_by(self, input: Option<UserContext>) -> Self
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn get_last_modified_by(&self) -> &Option<UserContext>
pub fn get_last_modified_by(&self) -> &Option<UserContext>
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn build(self) -> DescribeLineageGroupOutput
pub fn build(self) -> DescribeLineageGroupOutput
Consumes the builder and constructs a DescribeLineageGroupOutput
.
Trait Implementations§
source§impl Clone for DescribeLineageGroupOutputBuilder
impl Clone for DescribeLineageGroupOutputBuilder
source§fn clone(&self) -> DescribeLineageGroupOutputBuilder
fn clone(&self) -> DescribeLineageGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeLineageGroupOutputBuilder
impl Default for DescribeLineageGroupOutputBuilder
source§fn default() -> DescribeLineageGroupOutputBuilder
fn default() -> DescribeLineageGroupOutputBuilder
source§impl PartialEq for DescribeLineageGroupOutputBuilder
impl PartialEq for DescribeLineageGroupOutputBuilder
source§fn eq(&self, other: &DescribeLineageGroupOutputBuilder) -> bool
fn eq(&self, other: &DescribeLineageGroupOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.