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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_data_access_role_arnString

Data access role ARN to use in case the new model is encrypted with a customer CMK.

Returns:

  • (String)


8828
8829
8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-comprehend/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_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)


8828
8829
8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-comprehend/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_arnString

The ARN of the new model to use when updating an existing endpoint.

Returns:

  • (String)


8828
8829
8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-comprehend/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_arnString

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

Returns:

  • (String)


8828
8829
8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-comprehend/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_arnString

The Amazon Resource Number (ARN) of the flywheel

Returns:

  • (String)


8828
8829
8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-comprehend/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