Returns an Evaluation that includes metadata as well as the current status of the Evaluation
Returns an Evaluation
that includes metadata as well as the current
status of the Evaluation
.
machinelearning_get_evaluation(EvaluationId)
EvaluationId |
[required] The ID of the |
A list with the following syntax:
list( EvaluationId = "string", MLModelId = "string", EvaluationDataSourceId = "string", InputDataLocationS3 = "string", CreatedByIamUser = "string", CreatedAt = as.POSIXct( "2015-01-01" ), LastUpdatedAt = as.POSIXct( "2015-01-01" ), Name = "string", Status = "PENDING"|"INPROGRESS"|"FAILED"|"COMPLETED"|"DELETED", PerformanceMetrics = list( Properties = list( "string" ) ), LogUri = "string", Message = "string", ComputeTime = 123, FinishedAt = as.POSIXct( "2015-01-01" ), StartedAt = as.POSIXct( "2015-01-01" ) )
svc$get_evaluation( EvaluationId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.