| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SourceAlgorithm |
SourceAlgorithm.clone() |
SourceAlgorithm |
SourceAlgorithm.withAlgorithmName(String algorithmName)
The name of an algorithm that was used to create the model package.
|
SourceAlgorithm |
SourceAlgorithm.withModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy during endpoint creation.
|
SourceAlgorithm |
SourceAlgorithm.withModelDataUrl(String modelDataUrl)
The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceAlgorithm> |
SourceAlgorithmSpecification.getSourceAlgorithms()
A list of the algorithms that were used to create a model package.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
SourceAlgorithmSpecification.setSourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)
A list of the 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.
|
Copyright © 2025. All rights reserved.