| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentContainerSpecificationSummary |
InferenceComponentContainerSpecificationSummary.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
InferenceComponentContainerSpecificationSummary |
InferenceComponentContainerSpecificationSummary.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
InferenceComponentContainerSpecificationSummary |
InferenceComponentContainerSpecificationSummary.clone() |
InferenceComponentContainerSpecificationSummary |
InferenceComponentSpecificationSummary.getContainer()
Details about the container that provides the runtime environment for the model that is deployed with the
inference component.
|
InferenceComponentContainerSpecificationSummary |
InferenceComponentContainerSpecificationSummary.withArtifactUrl(String artifactUrl)
The Amazon S3 path where the model artifacts are stored.
|
InferenceComponentContainerSpecificationSummary |
InferenceComponentContainerSpecificationSummary.withDeployedImage(DeployedImage deployedImage) |
InferenceComponentContainerSpecificationSummary |
InferenceComponentContainerSpecificationSummary.withEnvironment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferenceComponentSpecificationSummary.setContainer(InferenceComponentContainerSpecificationSummary container)
Details about the container that provides the runtime environment for the model that is deployed with the
inference component.
|
InferenceComponentSpecificationSummary |
InferenceComponentSpecificationSummary.withContainer(InferenceComponentContainerSpecificationSummary container)
Details about the container that provides the runtime environment for the model that is deployed with the
inference component.
|
Copyright © 2025. All rights reserved.