class Aws::SageMaker::Types::SourceAlgorithmSpecification

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

@note When making an API call, you may pass SourceAlgorithmSpecification

data as a hash:

    {
      source_algorithms: [ # required
        {
          model_data_url: "Url",
          algorithm_name: "ArnOrName", # required
        },
      ],
    }

@!attribute [rw] source_algorithms

A list of the algorithms that were used to create a model package.
@return [Array<Types::SourceAlgorithm>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceAlgorithmSpecification AWS API Documentation

Constants

SENSITIVE