CreateSolutionVersionRequest

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the solution version.

Link copied to clipboard

The Amazon Resource Name (ARN) of the solution containing the training configuration information.

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

A list of tags to apply to the solution version.

Link copied to clipboard

The scope of training to be performed when creating the solution version. The default is FULL. This creates a completely new model based on the entirety of the training data from the datasets in your dataset group.

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