ModelPackageSourceAlgorithmSpecificationArgs

data class ModelPackageSourceAlgorithmSpecificationArgs(val sourceAlgorithms: Output<List<ModelPackageSourceAlgorithmArgs>>) : ConvertibleToJava<ModelPackageSourceAlgorithmSpecificationArgs>

Details about the algorithm that was used to create the model package.

Constructors

constructor(sourceAlgorithms: Output<List<ModelPackageSourceAlgorithmArgs>>)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ModelPackageSourceAlgorithmSpecificationArgs