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
show all
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

Instance Attribute Details

#source_algorithmsArray<Types::SourceAlgorithm>

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

Returns: