ModelPackageValidationProfile

data class ModelPackageValidationProfile(val profileName: String, val transformJobDefinition: ModelPackageTransformJobDefinition)

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

Constructors

Link copied to clipboard
constructor(profileName: String, transformJobDefinition: ModelPackageTransformJobDefinition)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the profile for the model package.

Link copied to clipboard

The TransformJobDefinition object that describes the transform job used for the validation of the model package.