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

AlgorithmValidationSpecification

Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

ValidationProfiles An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.
Type: Array of AlgorithmValidationProfile objects
Array Members: Fixed number of 1 item.
Required: Yes

ValidationRole The IAM roles that Amazon SageMaker uses to run the training jobs.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern: ^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
Required: Yes

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