Struct aws_sdk_comprehend::input::UpdateEndpointInput [−][src]
#[non_exhaustive]pub struct UpdateEndpointInput {
pub endpoint_arn: Option<String>,
pub desired_model_arn: Option<String>,
pub desired_inference_units: Option<i32>,
pub desired_data_access_role_arn: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.endpoint_arn: Option<String>The Amazon Resource Number (ARN) of the endpoint being updated.
desired_model_arn: Option<String>The ARN of the new model to use when updating an existing endpoint.
desired_inference_units: Option<i32>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.
desired_data_access_role_arn: Option<String>Data access role ARN to use in case the new model is encrypted with a customer CMK.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpoint, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpoint, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateEndpoint>
Creates a new builder-style object to manufacture UpdateEndpointInput
The Amazon Resource Number (ARN) of the endpoint being updated.
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.
Data access role ARN to use in case the new model is encrypted with a customer CMK.
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 UpdateEndpointInput
impl Send for UpdateEndpointInput
impl Sync for UpdateEndpointInput
impl Unpin for UpdateEndpointInput
impl UnwindSafe for UpdateEndpointInput
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
