You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::UpdateEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateEndpointRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#desired_inference_unitsInteger

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.

Returns:

  • (Integer)

    The desired number of inference units to be used by the model using this endpoint.

#endpoint_arnString

The Amazon Resource Number (ARN) of the endpoint being updated.

Returns:

  • (String)

    The Amazon Resource Number (ARN) of the endpoint being updated.