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
- Struct
- Aws::MachineLearning::Types::RealtimeEndpointInfo
- Defined in:
- (unknown)
Overview
Describes the real-time endpoint information for an MLModel
.
Returned by:
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time that the request to create the real-time endpoint for the
MLModel
was received. -
#endpoint_status ⇒ String
The current status of the real-time endpoint for the
MLModel
. -
#endpoint_url ⇒ String
The URI that specifies where to send real-time prediction requests for the
MLModel
. -
#peak_requests_per_second ⇒ Integer
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.
Instance Attribute Details
#created_at ⇒ Time
The time that the request to create the real-time endpoint for the
MLModel
was received. The time is expressed in epoch time.
#endpoint_status ⇒ String
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
#endpoint_url ⇒ String
The URI that specifies where to send real-time prediction requests for
the MLModel
.
#peak_requests_per_second ⇒ Integer
The maximum processing rate for the real-time endpoint for MLModel
,
measured in incoming requests per second.