Struct aws_sdk_sagemaker::input::RenderUiTemplateInput [−][src]
#[non_exhaustive]pub struct RenderUiTemplateInput {
pub ui_template: Option<UiTemplate>,
pub task: Option<RenderableTask>,
pub role_arn: Option<String>,
pub human_task_ui_arn: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.ui_template: Option<UiTemplate>
A Template
object containing the worker UI template to render.
task: Option<RenderableTask>
A RenderableTask
object containing a representative task to
render.
role_arn: Option<String>
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
human_task_ui_arn: Option<String>
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.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RenderUiTemplate, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RenderUiTemplate, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RenderUiTemplate
>
Creates a new builder-style object to manufacture RenderUiTemplateInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RenderUiTemplateInput
impl Send for RenderUiTemplateInput
impl Sync for RenderUiTemplateInput
impl Unpin for RenderUiTemplateInput
impl UnwindSafe for RenderUiTemplateInput
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