Class: Aws::SageMaker::Types::ModelPackageValidationSpecification

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

Overview

Specifies batch transform jobs that SageMaker runs to validate your model package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#validation_profilesArray<Types::ModelPackageValidationProfile>

An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.



31901
31902
31903
31904
31905
31906
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31901

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

#validation_roleString

The IAM roles to be used for the validation of the model package.

Returns:

  • (String)


31901
31902
31903
31904
31905
31906
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31901

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