Struct aws_sdk_comprehend::input::UpdateEndpointInput
source · #[non_exhaustive]pub struct UpdateEndpointInput { /* private fields */ }Implementations§
source§impl UpdateEndpointInput
impl UpdateEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEndpoint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEndpointInput.
source§impl UpdateEndpointInput
impl UpdateEndpointInput
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the endpoint being updated.
sourcepub fn desired_model_arn(&self) -> Option<&str>
pub fn desired_model_arn(&self) -> Option<&str>
The ARN of the new model to use when updating an existing endpoint.
sourcepub fn desired_inference_units(&self) -> Option<i32>
pub fn desired_inference_units(&self) -> 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.
sourcepub fn desired_data_access_role_arn(&self) -> Option<&str>
pub fn desired_data_access_role_arn(&self) -> Option<&str>
Data access role ARN to use in case the new model is encrypted with a customer CMK.
Trait Implementations§
source§impl Clone for UpdateEndpointInput
impl Clone for UpdateEndpointInput
source§fn clone(&self) -> UpdateEndpointInput
fn clone(&self) -> UpdateEndpointInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateEndpointInput
impl Debug for UpdateEndpointInput
source§impl PartialEq<UpdateEndpointInput> for UpdateEndpointInput
impl PartialEq<UpdateEndpointInput> for UpdateEndpointInput
source§fn eq(&self, other: &UpdateEndpointInput) -> bool
fn eq(&self, other: &UpdateEndpointInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.