Struct aws_sdk_sagemaker::input::CreateHumanTaskUiInput [−][src]
#[non_exhaustive]pub struct CreateHumanTaskUiInput {
pub human_task_ui_name: Option<String>,
pub ui_template: Option<UiTemplate>,
pub tags: Option<Vec<Tag>>,
}
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.human_task_ui_name: Option<String>
The name of the user interface you are creating.
ui_template: Option<UiTemplate>
The Liquid template for the worker user interface.
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHumanTaskUi, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHumanTaskUi, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateHumanTaskUi
>
Creates a new builder-style object to manufacture CreateHumanTaskUiInput
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 CreateHumanTaskUiInput
impl Send for CreateHumanTaskUiInput
impl Sync for CreateHumanTaskUiInput
impl Unpin for CreateHumanTaskUiInput
impl UnwindSafe for CreateHumanTaskUiInput
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