Class: Aws::SageMaker::Types::SourceAlgorithmSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SourceAlgorithmSpecification
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#source_algorithms ⇒ Array<Types::SourceAlgorithm>
A list of the algorithms that were used to create a model package.
Instance Attribute Details
#source_algorithms ⇒ Array<Types::SourceAlgorithm>
A list of the algorithms that were used to create a model package.
41129 41130 41131 41132 41133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41129 class SourceAlgorithmSpecification < Struct.new( :source_algorithms) SENSITIVE = [] include Aws::Structure end |