Struct aws_sdk_comprehend::input::update_endpoint_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateEndpointInput
Implementations
The Amazon Resource Number (ARN) of the endpoint being updated.
The Amazon Resource Number (ARN) of the endpoint being updated.
The ARN of the new model to use when updating an existing endpoint.
The ARN of the new model to use when updating an existing endpoint.
The desired number of inference units to be used by the model using this endpoint.
Each inference unit represents of a throughput of 100 characters per second.
The desired number of inference units to be used by the model using this endpoint.
Each inference unit represents of a throughput of 100 characters per second.
Data access role ARN to use in case the new model is encrypted with a customer CMK.
Data access role ARN to use in case the new model is encrypted with a customer CMK.
Consumes the builder and constructs a UpdateEndpointInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
