CreateModelVersionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The model ID.

Link copied to clipboard

The model type.

Link copied to clipboard
val tags: List<Tag>?

A collection of key and value pairs.

Link copied to clipboard

The training data schema.

Link copied to clipboard

The training data source location in Amazon S3.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String