Struct aws_sdk_sagemaker::output::DescribeArtifactOutput
source · #[non_exhaustive]pub struct DescribeArtifactOutput { /* private fields */ }
Implementations§
source§impl DescribeArtifactOutput
impl DescribeArtifactOutput
sourcepub fn artifact_name(&self) -> Option<&str>
pub fn artifact_name(&self) -> Option<&str>
The name of the artifact.
sourcepub fn artifact_arn(&self) -> Option<&str>
pub fn artifact_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the artifact.
sourcepub fn source(&self) -> Option<&ArtifactSource>
pub fn source(&self) -> Option<&ArtifactSource>
The source of the artifact.
sourcepub fn artifact_type(&self) -> Option<&str>
pub fn artifact_type(&self) -> Option<&str>
The type of the artifact.
sourcepub fn properties(&self) -> Option<&HashMap<String, String>>
pub fn properties(&self) -> Option<&HashMap<String, String>>
A list of the artifact's properties.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the artifact was created.
sourcepub fn created_by(&self) -> Option<&UserContext>
pub fn 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) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
When the artifact was last modified.
sourcepub fn last_modified_by(&self) -> Option<&UserContext>
pub fn 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) -> Option<&MetadataProperties>
pub fn metadata_properties(&self) -> Option<&MetadataProperties>
Metadata properties of the tracking entity, trial, or trial component.
sourcepub fn lineage_group_arn(&self) -> Option<&str>
pub fn lineage_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the lineage group.
source§impl DescribeArtifactOutput
impl DescribeArtifactOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeArtifactOutput
.
Trait Implementations§
source§impl Clone for DescribeArtifactOutput
impl Clone for DescribeArtifactOutput
source§fn clone(&self) -> DescribeArtifactOutput
fn clone(&self) -> DescribeArtifactOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeArtifactOutput
impl Debug for DescribeArtifactOutput
source§impl PartialEq<DescribeArtifactOutput> for DescribeArtifactOutput
impl PartialEq<DescribeArtifactOutput> for DescribeArtifactOutput
source§fn eq(&self, other: &DescribeArtifactOutput) -> bool
fn eq(&self, other: &DescribeArtifactOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.