View source: R/frauddetector_operations.R
frauddetector_create_model_version | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.