Struct aws_sdk_sagemaker::input::render_ui_template_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for RenderUiTemplateInput
Implementations
A Template
object containing the worker UI template to render.
A Template
object containing the worker UI template to render.
A RenderableTask
object containing a representative task to render.
A RenderableTask
object containing a representative task to render.
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig
.
The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig
.
Consumes the builder and constructs a RenderUiTemplateInput
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