Class: Aws::Comprehend::Types::EndpointProperties

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

Overview

Specifies information about the specified endpoint. For information about endpoints, see [Managing endpoints].

[1]: docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation date and time of the endpoint.

Returns:

  • (Time)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#current_inference_unitsInteger

The number of inference units currently used by the model using this endpoint.

Returns:

  • (Integer)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_access_role_arnString

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to trained custom models encrypted with a customer managed key (ModelKmsKeyId).

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#desired_data_access_role_arnString

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

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :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)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#desired_model_arnString

ARN of the new model to use for updating an existing endpoint. This ARN is going to be different from the model ARN when the update is in progress

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_arnString

The Amazon Resource Number (ARN) of the endpoint.

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#flywheel_arnString

The Amazon Resource Number (ARN) of the flywheel

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The date and time that the endpoint was last modified.

Returns:

  • (Time)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Specifies a reason for failure in cases of ‘Failed` status.

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so customers will need to wait for the endpoint to be ‘Ready` status before making inference requests.

Returns:

  • (String)


3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-comprehend/types.rb', line 3719

class EndpointProperties < Struct.new(
  :endpoint_arn,
  :status,
  :message,
  :model_arn,
  :desired_model_arn,
  :desired_inference_units,
  :current_inference_units,
  :creation_time,
  :last_modified_time,
  :data_access_role_arn,
  :desired_data_access_role_arn,
  :flywheel_arn)
  SENSITIVE = []
  include Aws::Structure
end