Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Predict Using Model

Prev Next
Step Details
Introduced in Version9.0.0
Last Modified in Version9.0.0
LocationIntegration > Amazon AWS > Machine Learning

The Predict Using Model step is used to use a specified model to predict an outcome based on how the specified model was trained.

Prerequisites 

AWS Machine Learning is only available to preexisting customers that previously had access to this process. If access to the Machine Learning process is unavailable, consider using Amazon SageMaker as an alternative.

Properties

Inputs

PropertyDescriptionData Type
Model DataList of data constructed in correlation with the model for predicting.List of MachineLearningModelData
Model IdId of the model to use for predicting.String
Predict EndpointIntended point for the prediction to be calculated to.String
RegionThe Amazon AWS Region the model is located in.
Amazon AWSRegion

Outputs

PropertyDescriptionData Type
Done


OutputOutputted complete prediction made from the inputted information.String


Common Errors

The Security Token Included in the Request is Invalid

If the token being used is expired or does not exist, the step will cause an error.

To correct this, input an active Machine Learning token. 

Exception Message:

DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Delete Model 1[DeleteModel] in flow [Machine Learning Steps Flow]: Exception invoking method DeleteModel on class MachineLearningSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method DeleteModel on class MachineLearningSteps
 ---> Amazon.MachineLearning.AmazonMachineLearningException: The security token included in the request is invalid.
 ---> Amazon.Runtime.Internal.HttpErrorResponseException: Exception of type 'Amazon.Runtime.Internal.HttpErrorResponseException' was thrown. at Amazon.Runtime.HttpWebRequestMessage.ProcessHttpResponseMessage(HttpResponseMessage responseMessage)
 at Amazon.Runtime.HttpWebRequestMessage.GetResponseAsync(CancellationToken cancellationToken)
 at Amazon.Runtime.Internal.HttpHandler`1.InvokeAsync[T](IExecutionContext executionContext)
 at Amazon.Runtime.Internal.Unmarshaller.InvokeAsync[T](IExecutionContext executionContext)
 at Amazon.Runtime.Internal.ErrorHandler.InvokeAsync[T](IExecutionContext executionContext)
   --- End of inner exception stack trace ---

Related Information


Related Article:

AWS SageMaker