Struct aws_sdk_sagemaker::model::ModelCardExportArtifacts
source · #[non_exhaustive]pub struct ModelCardExportArtifacts { /* private fields */ }
Expand description
The artifacts of the model card export job.
Implementations§
source§impl ModelCardExportArtifacts
impl ModelCardExportArtifacts
sourcepub fn s3_export_artifacts(&self) -> Option<&str>
pub fn s3_export_artifacts(&self) -> Option<&str>
The Amazon S3 URI of the exported model artifacts.
source§impl ModelCardExportArtifacts
impl ModelCardExportArtifacts
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModelCardExportArtifacts
.
Trait Implementations§
source§impl Clone for ModelCardExportArtifacts
impl Clone for ModelCardExportArtifacts
source§fn clone(&self) -> ModelCardExportArtifacts
fn clone(&self) -> ModelCardExportArtifacts
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 ModelCardExportArtifacts
impl Debug for ModelCardExportArtifacts
source§impl PartialEq<ModelCardExportArtifacts> for ModelCardExportArtifacts
impl PartialEq<ModelCardExportArtifacts> for ModelCardExportArtifacts
source§fn eq(&self, other: &ModelCardExportArtifacts) -> bool
fn eq(&self, other: &ModelCardExportArtifacts) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.