| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SourceAlgorithmSpecification |
SourceAlgorithmSpecification.clone() |
SourceAlgorithmSpecification |
DescribeModelPackageResult.getSourceAlgorithmSpecification()
Details about the algorithm that was used to create the model package.
|
SourceAlgorithmSpecification |
CreateModelPackageRequest.getSourceAlgorithmSpecification()
Details about the algorithm that was used to create the model package.
|
SourceAlgorithmSpecification |
ModelPackage.getSourceAlgorithmSpecification()
A list of algorithms that were used to create a model package.
|
SourceAlgorithmSpecification |
SourceAlgorithmSpecification.withSourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)
A list of the algorithms that were used to create a model package.
|
SourceAlgorithmSpecification |
SourceAlgorithmSpecification.withSourceAlgorithms(SourceAlgorithm... sourceAlgorithms)
A list of the algorithms that were used to create a model package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelPackageResult.setSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
void |
CreateModelPackageRequest.setSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
void |
ModelPackage.setSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
A list of algorithms that were used to create a model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
CreateModelPackageRequest |
CreateModelPackageRequest.withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
ModelPackage |
ModelPackage.withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
A list of algorithms that were used to create a model package.
|
Copyright © 2025. All rights reserved.