Struct aws_sdk_sagemaker::output::render_ui_template_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RenderUiTemplateOutput
Implementations
A Liquid template that renders the HTML for the worker UI.
A Liquid template that renders the HTML for the worker UI.
Appends an item to errors
.
To override the contents of this collection use set_errors
.
A list of one or more RenderingError
objects if any were encountered
while rendering the template. If there were no errors, the list is empty.
A list of one or more RenderingError
objects if any were encountered
while rendering the template. If there were no errors, the list is empty.
Consumes the builder and constructs a RenderUiTemplateOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more