RealtimeEndpointInfo
Describes the real-time endpoint information for an MLModel
.
Contents
- CreatedAt
-
The time that the request to create the real-time endpoint for the
MLModel
was received. The time is expressed in epoch time.Type: Timestamp
Required: No
- EndpointStatus
-
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.
Type: String
Valid Values:
NONE | READY | UPDATING | FAILED
Required: No
-
- EndpointUrl
-
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.
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
https://[a-zA-Z0-9-.]*\.amazon(aws)?\.com[/]?
Required: No
- PeakRequestsPerSecond
-
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: