Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

AlgorithmValidationProfile

Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm.

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

ProfileName The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
Required: Yes

TrainingJobDefinition The TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to validate your algorithm.
Type: TrainingJobDefinition object
Required: Yes

TransformJobDefinition The TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to validate your algorithm.
Type: TransformJobDefinition object
Required: No

For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2