frauddetector_create_model_version: Creates a version of the model using the specified model type...

View source: R/frauddetector_operations.R

frauddetector_create_model_versionR 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 trainingDataSource is EXTERNAL_EVENTS.

ingestedEventsDetail

Details of the ingested events data used for model version training. Required if trainingDataSource is INGESTED_EVENTS.

tags

A collection of key and value pairs.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.