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.
frauddetector_create_model_version(
modelId,
modelType,
trainingDataSource,
trainingDataSchema,
externalEventsDetail = NULL,
ingestedEventsDetail = NULL,
tags = NULL
)
[required] The model ID.
[required] The model type.
[required] The training data source location in Amazon S3.
[required] The training data schema.
Details of the external events data used for model version training.
Required if trainingDataSource
is EXTERNAL_EVENTS
.
Details of the ingested events data used for model version training.
Required if trainingDataSource
is INGESTED_EVENTS
.
A collection of key and value pairs.