Class: Aws::SageMaker::Types::AlgorithmValidationSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#validation_profilesArray<Types::AlgorithmValidationProfile>

An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.



589
590
591
592
593
594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 589

class AlgorithmValidationSpecification < Struct.new(
  :validation_role,
  :validation_profiles)
  SENSITIVE = []
  include Aws::Structure
end

#validation_roleString

The IAM roles that SageMaker uses to run the training jobs.

Returns:

  • (String)


589
590
591
592
593
594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 589

class AlgorithmValidationSpecification < Struct.new(
  :validation_role,
  :validation_profiles)
  SENSITIVE = []
  include Aws::Structure
end