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
fun ModelPackageValidationProfileArgs(profileName: Output<String>, transformJobDefinition: Output<ModelPackageTransformJobDefinitionArgs>)

Functions

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

Properties

Link copied to clipboard
val profileName: Output<String>

The name of the profile for the model package.