Jump to Content

Interface CreateModelVersionRequest

Hierarchy

Properties

externalEventsDetail?: ExternalEventsDetail

Details of the external events data used for model version training. Required if trainingDataSource is EXTERNAL_EVENTS.

ingestedEventsDetail?: IngestedEventsDetail

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

modelId: undefined | string

The model ID.

modelType: undefined | string

The model type.

tags?: Tag[]

A collection of key and value pairs.

trainingDataSchema: undefined | TrainingDataSchema

The training data schema.

trainingDataSource: undefined | string

The training data source location in Amazon S3.