machinelearning_predict {paws.machine.learning}R Documentation

Generates a prediction for the observation using the specified ML Model

Description

Generates a prediction for the observation using the specified ⁠ML Model⁠.

See https://www.paws-r-sdk.com/docs/machinelearning_predict/ for full documentation.

Usage

machinelearning_predict(MLModelId, Record, PredictEndpoint)

Arguments

MLModelId

[required] A unique identifier of the MLModel.

Record

[required]

PredictEndpoint

[required]


[Package paws.machine.learning version 0.7.0 Index]