class Aws::Comprehend::Types::UpdateEndpointRequest

@note When making an API call, you may pass UpdateEndpointRequest

data as a hash:

    {
      endpoint_arn: "ComprehendEndpointArn", # required
      desired_inference_units: 1, # required
    }

@!attribute [rw] endpoint_arn

The Amazon Resource Number (ARN) of the endpoint being updated.
@return [String]

@!attribute [rw] desired_inference_units

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/UpdateEndpointRequest AWS API Documentation

Constants

SENSITIVE