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

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

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

Overview

Specifies information about the specified endpoint.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation date and time of the endpoint.

Returns:

  • (Time)

    The creation date and time of the endpoint.

#current_inference_unitsInteger

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

Returns:

  • (Integer)

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

#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.

Returns:

  • (String)

    The Amazon Resource Number (ARN) of the endpoint.

#last_modified_timeTime

The date and time that the endpoint was last modified.

Returns:

  • (Time)

    The date and time that the endpoint was last modified.

#messageString

Specifies a reason for failure in cases of Failed status.

Returns:

  • (String)

    Specifies a reason for failure in cases of Failed status.

#model_arnString

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

Returns:

  • (String)

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

#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.

Possible values:

  • CREATING
  • DELETING
  • FAILED
  • IN_SERVICE
  • UPDATING

Returns:

  • (String)

    Specifies the status of the endpoint.