Class: Aws::SageMaker::Types::SourceAlgorithmSpecification

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

Overview

A list of algorithms that were used to create a model package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_algorithmsArray<Types::SourceAlgorithm>

A list of the algorithms that were used to create a model package.

Returns:



39071
39072
39073
39074
39075
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39071

class SourceAlgorithmSpecification < Struct.new(
  :source_algorithms)
  SENSITIVE = []
  include Aws::Structure
end