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

Class: Aws::MachineLearning::Types::RealtimeEndpointInfo

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time that the request to create the real-time endpoint for the MLModel was received. The time is expressed in epoch time.

Returns:

  • (Time)

    The time that the request to create the real-time endpoint for the MLModel was received.

#endpoint_statusString

The current status of the real-time endpoint for the MLModel. This element can have one of the following values:

  • NONE - Endpoint does not exist or was previously deleted.
  • READY - Endpoint is ready to be used for real-time predictions.
  • UPDATING - Updating/creating the endpoint.

    Possible values:

    • NONE
    • READY
    • UPDATING
    • FAILED

Returns:

  • (String)

    The current status of the real-time endpoint for the MLModel.

#endpoint_urlString

The URI that specifies where to send real-time prediction requests for the MLModel.

Note The application must wait until the real-time endpoint is ready before using this URI.

Returns:

  • (String)

    The URI that specifies where to send real-time prediction requests for the MLModel.

#peak_requests_per_secondInteger

The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests per second.

Returns:

  • (Integer)

    The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests per second.