Struct aws_sdk_comprehend::input::UpdateEndpointInput
source · [−]#[non_exhaustive]pub struct UpdateEndpointInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for UpdateEndpointInput
impl Clone for UpdateEndpointInput
sourcefn clone(&self) -> UpdateEndpointInput
fn clone(&self) -> UpdateEndpointInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateEndpointInput
impl Debug for UpdateEndpointInput
sourceimpl PartialEq<UpdateEndpointInput> for UpdateEndpointInput
impl PartialEq<UpdateEndpointInput> for UpdateEndpointInput
sourcefn eq(&self, other: &UpdateEndpointInput) -> bool
fn eq(&self, other: &UpdateEndpointInput) -> bool
impl StructuralPartialEq for UpdateEndpointInput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more