Struct aws_sdk_sagemaker::model::ModelClientConfig [−][src]
#[non_exhaustive]pub struct ModelClientConfig {
pub invocations_timeout_in_seconds: Option<i32>,
pub invocations_max_retries: Option<i32>,
}
Expand description
Configures the timeout and maximum number of retries for processing a transform job invocation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.invocations_timeout_in_seconds: Option<i32>
The timeout value in seconds for an invocation request.
invocations_max_retries: Option<i32>
The maximum number of retries when invocation requests are failing.
Implementations
The timeout value in seconds for an invocation request.
The maximum number of retries when invocation requests are failing.
Creates a new builder-style object to manufacture ModelClientConfig
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 ModelClientConfig
impl Send for ModelClientConfig
impl Sync for ModelClientConfig
impl Unpin for ModelClientConfig
impl UnwindSafe for ModelClientConfig
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