Class: Aws::Comprehend::Types::UpdateEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::UpdateEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_data_access_role_arn ⇒ String
Data access role ARN to use in case the new model is encrypted with a customer CMK.
-
#desired_inference_units ⇒ Integer
The desired number of inference units to be used by the model using this endpoint.
-
#desired_model_arn ⇒ String
The ARN of the new model to use when updating an existing endpoint.
-
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being updated.
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
Instance Attribute Details
#desired_data_access_role_arn ⇒ String
Data access role ARN to use in case the new model is encrypted with a customer CMK.
8828 8829 8830 8831 8832 8833 8834 8835 8836 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8828 class UpdateEndpointRequest < Struct.new( :endpoint_arn, :desired_model_arn, :desired_inference_units, :desired_data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#desired_inference_units ⇒ Integer
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.
8828 8829 8830 8831 8832 8833 8834 8835 8836 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8828 class UpdateEndpointRequest < Struct.new( :endpoint_arn, :desired_model_arn, :desired_inference_units, :desired_data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#desired_model_arn ⇒ String
The ARN of the new model to use when updating an existing endpoint.
8828 8829 8830 8831 8832 8833 8834 8835 8836 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8828 class UpdateEndpointRequest < Struct.new( :endpoint_arn, :desired_model_arn, :desired_inference_units, :desired_data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being updated.
8828 8829 8830 8831 8832 8833 8834 8835 8836 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8828 class UpdateEndpointRequest < Struct.new( :endpoint_arn, :desired_model_arn, :desired_inference_units, :desired_data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel
8828 8829 8830 8831 8832 8833 8834 8835 8836 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8828 class UpdateEndpointRequest < Struct.new( :endpoint_arn, :desired_model_arn, :desired_inference_units, :desired_data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |