Struct aws_sdk_sagemaker::client::fluent_builders::CreateHumanTaskUi [−][src]
pub struct CreateHumanTaskUi<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateHumanTaskUi
.
Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.
Implementations
impl<C, M, R> CreateHumanTaskUi<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateHumanTaskUi<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateHumanTaskUiOutput, SdkError<CreateHumanTaskUiError>> where
R::Policy: SmithyRetryPolicy<CreateHumanTaskUiInputOperationOutputAlias, CreateHumanTaskUiOutput, CreateHumanTaskUiError, CreateHumanTaskUiInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateHumanTaskUiOutput, SdkError<CreateHumanTaskUiError>> where
R::Policy: SmithyRetryPolicy<CreateHumanTaskUiInputOperationOutputAlias, CreateHumanTaskUiOutput, CreateHumanTaskUiError, CreateHumanTaskUiInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the user interface you are creating.
The name of the user interface you are creating.
The Liquid template for the worker user interface.
The Liquid template for the worker user interface.
Appends an item to Tags
.
To override the contents of this collection use set_tags
.
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.
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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateHumanTaskUi<C, M, R>
impl<C, M, R> Send for CreateHumanTaskUi<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateHumanTaskUi<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateHumanTaskUi<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateHumanTaskUi<C, M, R>
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