ModelPackageValidationProfileArgs

data class ModelPackageValidationProfileArgs(val profileName: Output<String>, val transformJobDefinition: Output<ModelPackageTransformJobDefinitionArgs>) : ConvertibleToJava<ModelPackageValidationProfileArgs>

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: Output<String>, transformJobDefinition: Output<ModelPackageTransformJobDefinitionArgs>)

Properties

Link copied to clipboard
val profileName: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ModelPackageValidationProfileArgs