Struct aws_sdk_sagemaker::operation::describe_artifact::builders::DescribeArtifactOutputBuilder
source · #[non_exhaustive]pub struct DescribeArtifactOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeArtifactOutput
.
Implementations§
source§impl DescribeArtifactOutputBuilder
impl DescribeArtifactOutputBuilder
sourcepub fn artifact_name(self, input: impl Into<String>) -> Self
pub fn artifact_name(self, input: impl Into<String>) -> Self
The name of the artifact.
sourcepub fn set_artifact_name(self, input: Option<String>) -> Self
pub fn set_artifact_name(self, input: Option<String>) -> Self
The name of the artifact.
sourcepub fn get_artifact_name(&self) -> &Option<String>
pub fn get_artifact_name(&self) -> &Option<String>
The name of the artifact.
sourcepub fn artifact_arn(self, input: impl Into<String>) -> Self
pub fn artifact_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the artifact.
sourcepub fn set_artifact_arn(self, input: Option<String>) -> Self
pub fn set_artifact_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the artifact.
sourcepub fn get_artifact_arn(&self) -> &Option<String>
pub fn get_artifact_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the artifact.
sourcepub fn source(self, input: ArtifactSource) -> Self
pub fn source(self, input: ArtifactSource) -> Self
The source of the artifact.
sourcepub fn set_source(self, input: Option<ArtifactSource>) -> Self
pub fn set_source(self, input: Option<ArtifactSource>) -> Self
The source of the artifact.
sourcepub fn get_source(&self) -> &Option<ArtifactSource>
pub fn get_source(&self) -> &Option<ArtifactSource>
The source of the artifact.
sourcepub fn artifact_type(self, input: impl Into<String>) -> Self
pub fn artifact_type(self, input: impl Into<String>) -> Self
The type of the artifact.
sourcepub fn set_artifact_type(self, input: Option<String>) -> Self
pub fn set_artifact_type(self, input: Option<String>) -> Self
The type of the artifact.
sourcepub fn get_artifact_type(&self) -> &Option<String>
pub fn get_artifact_type(&self) -> &Option<String>
The type of the artifact.
sourcepub fn properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to properties
.
To override the contents of this collection use set_properties
.
A list of the artifact's properties.
sourcepub fn set_properties(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_properties(self, input: Option<HashMap<String, String>>) -> Self
A list of the artifact's properties.
sourcepub fn get_properties(&self) -> &Option<HashMap<String, String>>
pub fn get_properties(&self) -> &Option<HashMap<String, String>>
A list of the artifact's properties.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the artifact was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the artifact was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the artifact was created.
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
When the artifact 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 artifact was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
When the artifact was last modified.
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 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 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 build(self) -> DescribeArtifactOutput
pub fn build(self) -> DescribeArtifactOutput
Consumes the builder and constructs a DescribeArtifactOutput
.
Trait Implementations§
source§impl Clone for DescribeArtifactOutputBuilder
impl Clone for DescribeArtifactOutputBuilder
source§fn clone(&self) -> DescribeArtifactOutputBuilder
fn clone(&self) -> DescribeArtifactOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeArtifactOutputBuilder
impl Default for DescribeArtifactOutputBuilder
source§fn default() -> DescribeArtifactOutputBuilder
fn default() -> DescribeArtifactOutputBuilder
source§impl PartialEq<DescribeArtifactOutputBuilder> for DescribeArtifactOutputBuilder
impl PartialEq<DescribeArtifactOutputBuilder> for DescribeArtifactOutputBuilder
source§fn eq(&self, other: &DescribeArtifactOutputBuilder) -> bool
fn eq(&self, other: &DescribeArtifactOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.