

# ModelPackageValidationProfile
<a name="API_ModelPackageValidationProfile"></a>

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

The data provided in the validation profile is made available to your buyers on Amazon Marketplace.

## Contents
<a name="API_ModelPackageValidationProfile_Contents"></a>

 ** ProfileName **   <a name="sagemaker-Type-ModelPackageValidationProfile-ProfileName"></a>
The name of the profile for the model package.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}`   
Required: Yes

 ** TransformJobDefinition **   <a name="sagemaker-Type-ModelPackageValidationProfile-TransformJobDefinition"></a>
The `TransformJobDefinition` object that describes the transform job used for the validation of the model package.  
Type: [TransformJobDefinition](API_TransformJobDefinition.md) object  
Required: Yes

## See Also
<a name="API_ModelPackageValidationProfile_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/sagemaker-2017-07-24/ModelPackageValidationProfile) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/sagemaker-2017-07-24/ModelPackageValidationProfile) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/sagemaker-2017-07-24/ModelPackageValidationProfile) 