AlgorithmValidationProfile
Defines a training job and a batch transform job that SageMaker runs to validate your algorithm.
The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.
Types
Properties
Link copied to clipboard
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).
Link copied to clipboard
The TrainingJobDefinition
object that describes the training job that SageMaker runs to validate your algorithm.
Link copied to clipboard
The TransformJobDefinition
object that describes the transform job that SageMaker runs to validate your algorithm.
Functions
Link copied to clipboard
inline fun copy(block: AlgorithmValidationProfile.Builder.() -> Unit = {}): AlgorithmValidationProfile