| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLContainerDefinition |
AutoMLContainerDefinition.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
AutoMLContainerDefinition |
AutoMLContainerDefinition.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
AutoMLContainerDefinition |
AutoMLContainerDefinition.clone() |
AutoMLContainerDefinition |
AutoMLContainerDefinition.withEnvironment(Map<String,String> environment)
Environment variables to set in the container.
|
AutoMLContainerDefinition |
AutoMLContainerDefinition.withImage(String image)
The ECR path of the container.
|
AutoMLContainerDefinition |
AutoMLContainerDefinition.withModelDataUrl(String modelDataUrl)
The location of the model artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLContainerDefinition> |
AutoMLCandidate.getInferenceContainers()
The inference containers.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
AutoMLCandidate.withInferenceContainers(AutoMLContainerDefinition... inferenceContainers)
The inference containers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLCandidate.setInferenceContainers(Collection<AutoMLContainerDefinition> inferenceContainers)
The inference containers.
|
AutoMLCandidate |
AutoMLCandidate.withInferenceContainers(Collection<AutoMLContainerDefinition> inferenceContainers)
The inference containers.
|
Copyright © 2020. All rights reserved.