Creates a version of the model using the specified model type and model id
Source:R/frauddetector_operations.R
frauddetector_create_model_version.RdCreates 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
trainingDataSourceisEXTERNAL_EVENTS.- ingestedEventsDetail
Details of the ingested events data used for model version training. Required if
trainingDataSourceisINGESTED_EVENTS.A collection of key and value pairs.