frauddetector_create_model_version {paws.machine.learning} | R Documentation |
Creates a version of the model using the specified model type and model id
Description
Creates a version of the model using the specified model type and model id.
See https://www.paws-r-sdk.com/docs/frauddetector_create_model_version/ for full documentation.
Usage
frauddetector_create_model_version(
modelId,
modelType,
trainingDataSource,
trainingDataSchema,
externalEventsDetail = NULL,
ingestedEventsDetail = NULL,
tags = NULL
)
Arguments
modelId |
[required] The model ID. |
modelType |
[required] The model type. |
trainingDataSource |
[required] The training data source location in Amazon S3. |
trainingDataSchema |
[required] The training data schema. |
externalEventsDetail |
Details of the external events data used for model version training.
Required if |
ingestedEventsDetail |
Details of the ingested events data used for model version training.
Required if |
tags |
A collection of key and value pairs. |
[Package paws.machine.learning version 0.7.0 Index]