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

Get Predictions For CSVText

Prev Next
Step Details
Introduced in Version8.0.0
Last Modified in Version9.0.0
LocationIntegration > Amazon AWS > Sagemaker

The Get Predictions For CSVText step is used to send model data from a CSV text to SageMaker which will return a prediction.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
Csv ContentsContents of a CSV file to predict for.String
Optional SettingsList of settings that can be established to set specific parameters.
Int32
Sagemaker SettingsMandatory settings to establish in order to effectively predict CSV Text.
Int32

Outputs

PropertyDescriptionData Type
DoneList of resulting outputted prediction.List of SagemakerResult


Common Errors

Endpoint __________ of Account 000000000000 not found.

If the inputted enpoint found under Sagemaker Settings does not exist, the step will cause an error.

To correct this, change the endpoint input to be one that matches an endpoint inside a designated SageMaker domain.

Exception Message:

DecisionsFramework.BusinessRuleException: [BusinessRule] Error running Sagemaker model
 ---> System.AggregateException: One or more errors occurred. (Endpoint LastName of account 230575086277 not found.)
 ---> Amazon.SageMakerRuntime.Model.ValidationErrorException: Endpoint LastName of account 230575086277 not found.
 ---> 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

AWS Module