You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::SourceAlgorithmSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SourceAlgorithmSpecification
- Defined in:
- (unknown)
Overview
Note:
When passing SourceAlgorithmSpecification as input to an Aws::Client method, you can use a vanilla Hash:
{
source_algorithms: [ # required
{
model_data_url: "Url",
algorithm_name: "ArnOrName", # required
},
],
}
A list of algorithms that were used to create a model package.
Returned by:
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.