See: Description
Class | Description |
---|---|
GetMLModelRequest |
Returns an
MLModel that includes detailed metadata, data source
information, and the current status of the MLModel . |
GetMLModelResult |
Represents the output of a
GetMLModel operation, and provides
detailed information about a MLModel . |
Prediction |
The output from a
Predict operation: |
PredictRequest |
Generates a prediction for the observation using the specified
ML Model . |
PredictResult | |
RealtimeEndpointInfo |
Describes the real-time endpoint information for an
MLModel . |
Enum | Description |
---|---|
EntityStatus |
Object status with the following possible values:
|
MLModelType |
MLModel Type
|
RealtimeEndpointStatus |
Realtime Endpoint Status
|
Exception | Description |
---|---|
InternalServerException |
An error on the server occurred when trying to process a request.
|
InvalidInputException |
An error on the client occurred.
|
LimitExceededException |
The subscriber exceeded the maximum number of operations.
|
PredictorNotMountedException |
The exception is thrown when a predict request is made to an unmounted
MLModel . |
ResourceNotFoundException |
A specified resource cannot be located.
|
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.