pub struct Builder { /* private fields */ }
Expand description
A builder for ModelCardExportArtifacts
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_export_artifacts(self, input: impl Into<String>) -> Self
pub fn s3_export_artifacts(self, input: impl Into<String>) -> Self
The Amazon S3 URI of the exported model artifacts.
sourcepub fn set_s3_export_artifacts(self, input: Option<String>) -> Self
pub fn set_s3_export_artifacts(self, input: Option<String>) -> Self
The Amazon S3 URI of the exported model artifacts.
sourcepub fn build(self) -> ModelCardExportArtifacts
pub fn build(self) -> ModelCardExportArtifacts
Consumes the builder and constructs a ModelCardExportArtifacts
.