pub struct Builder { /* private fields */ }
Expand description
A builder for ModelCardExportOutputConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_output_path(self, input: impl Into<String>) -> Self
pub fn s3_output_path(self, input: impl Into<String>) -> Self
The Amazon S3 output path to export your model card PDF.
sourcepub fn set_s3_output_path(self, input: Option<String>) -> Self
pub fn set_s3_output_path(self, input: Option<String>) -> Self
The Amazon S3 output path to export your model card PDF.
sourcepub fn build(self) -> ModelCardExportOutputConfig
pub fn build(self) -> ModelCardExportOutputConfig
Consumes the builder and constructs a ModelCardExportOutputConfig
.