| 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)
The environment variables to set in the container.
|
AutoMLContainerDefinition |
AutoMLContainerDefinition.withImage(String image)
The Amazon Elastic Container Registry (Amazon ECR) path of the container.
|
AutoMLContainerDefinition |
AutoMLContainerDefinition.withModelDataUrl(String modelDataUrl)
The location of the model artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<AutoMLContainerDefinition>> |
AutoMLCandidate.getInferenceContainerDefinitions()
The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the
candidate.
|
List<AutoMLContainerDefinition> |
AutoMLCandidate.getInferenceContainers()
Information about the recommended inference container definitions.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
AutoMLCandidate.withInferenceContainers(AutoMLContainerDefinition... inferenceContainers)
Information about the recommended inference container definitions.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
AutoMLCandidate.addInferenceContainerDefinitionsEntry(String key,
List<AutoMLContainerDefinition> value)
Add a single InferenceContainerDefinitions entry
|
void |
AutoMLCandidate.setInferenceContainerDefinitions(Map<String,List<AutoMLContainerDefinition>> inferenceContainerDefinitions)
The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the
candidate.
|
void |
AutoMLCandidate.setInferenceContainers(Collection<AutoMLContainerDefinition> inferenceContainers)
Information about the recommended inference container definitions.
|
AutoMLCandidate |
AutoMLCandidate.withInferenceContainerDefinitions(Map<String,List<AutoMLContainerDefinition>> inferenceContainerDefinitions)
The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the
candidate.
|
AutoMLCandidate |
AutoMLCandidate.withInferenceContainers(Collection<AutoMLContainerDefinition> inferenceContainers)
Information about the recommended inference container definitions.
|
Copyright © 2025. All rights reserved.