Model Package Validation Profile Args
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>)