class Aws::Comprehend::Types::EndpointProperties

Specifies information about the specified endpoint.

@!attribute [rw] endpoint_arn

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

@!attribute [rw] status

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

@!attribute [rw] message

Specifies a reason for failure in cases of `Failed` status.
@return [String]

@!attribute [rw] model_arn

The Amazon Resource Number (ARN) of the model to which the endpoint
is attached.
@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]

@!attribute [rw] current_inference_units

The number of inference units currently used by the model using this
endpoint.
@return [Integer]

@!attribute [rw] creation_time

The creation date and time of the endpoint.
@return [Time]

@!attribute [rw] last_modified_time

The date and time that the endpoint was last modified.
@return [Time]

@!attribute [rw] data_access_role_arn

The Amazon Resource Name (ARN) of the AWS identity and Access
Management (IAM) role that grants Amazon Comprehend read access to
trained custom models encrypted with a customer managed key
(ModelKmsKeyId).
@return [String]

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

Constants

SENSITIVE