Struct aws_sdk_comprehend::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder
source · pub struct StartFlywheelIterationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to StartFlywheelIteration.
Start the flywheel iteration.This operation uses any new datasets to train a new model version. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
Implementations§
source§impl StartFlywheelIterationFluentBuilder
impl StartFlywheelIterationFluentBuilder
sourcepub fn as_input(&self) -> &StartFlywheelIterationInputBuilder
pub fn as_input(&self) -> &StartFlywheelIterationInputBuilder
Access the StartFlywheelIteration as a reference.
sourcepub async fn send(
self
) -> Result<StartFlywheelIterationOutput, SdkError<StartFlywheelIterationError, HttpResponse>>
pub async fn send( self ) -> Result<StartFlywheelIterationOutput, SdkError<StartFlywheelIterationError, HttpResponse>>
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 async fn customize(
self
) -> Result<CustomizableOperation<StartFlywheelIterationOutput, StartFlywheelIterationError>, SdkError<StartFlywheelIterationError>>
pub async fn customize( self ) -> Result<CustomizableOperation<StartFlywheelIterationOutput, StartFlywheelIterationError>, SdkError<StartFlywheelIterationError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn flywheel_arn(self, input: impl Into<String>) -> Self
pub fn flywheel_arn(self, input: impl Into<String>) -> Self
The ARN of the flywheel.
sourcepub fn set_flywheel_arn(self, input: Option<String>) -> Self
pub fn set_flywheel_arn(self, input: Option<String>) -> Self
The ARN of the flywheel.
sourcepub fn get_flywheel_arn(&self) -> &Option<String>
pub fn get_flywheel_arn(&self) -> &Option<String>
The ARN of the flywheel.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
Trait Implementations§
source§impl Clone for StartFlywheelIterationFluentBuilder
impl Clone for StartFlywheelIterationFluentBuilder
source§fn clone(&self) -> StartFlywheelIterationFluentBuilder
fn clone(&self) -> StartFlywheelIterationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more