Struct aws_sdk_sagemaker::operation::create_human_task_ui::builders::CreateHumanTaskUiFluentBuilder
source · pub struct CreateHumanTaskUiFluentBuilder { /* private fields */ }
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§
source§impl CreateHumanTaskUiFluentBuilder
impl CreateHumanTaskUiFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateHumanTaskUi, AwsResponseRetryClassifier>, SdkError<CreateHumanTaskUiError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateHumanTaskUi, AwsResponseRetryClassifier>, SdkError<CreateHumanTaskUiError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateHumanTaskUiOutput, SdkError<CreateHumanTaskUiError>>
pub async fn send( self ) -> Result<CreateHumanTaskUiOutput, SdkError<CreateHumanTaskUiError>>
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.
sourcepub fn human_task_ui_name(self, input: impl Into<String>) -> Self
pub fn human_task_ui_name(self, input: impl Into<String>) -> Self
The name of the user interface you are creating.
sourcepub fn set_human_task_ui_name(self, input: Option<String>) -> Self
pub fn set_human_task_ui_name(self, input: Option<String>) -> Self
The name of the user interface you are creating.
sourcepub fn ui_template(self, input: UiTemplate) -> Self
pub fn ui_template(self, input: UiTemplate) -> Self
The Liquid template for the worker user interface.
sourcepub fn set_ui_template(self, input: Option<UiTemplate>) -> Self
pub fn set_ui_template(self, input: Option<UiTemplate>) -> Self
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§
source§impl Clone for CreateHumanTaskUiFluentBuilder
impl Clone for CreateHumanTaskUiFluentBuilder
source§fn clone(&self) -> CreateHumanTaskUiFluentBuilder
fn clone(&self) -> CreateHumanTaskUiFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more