| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentRuntimeConfigSummary |
InferenceComponentRuntimeConfigSummary.clone() |
InferenceComponentRuntimeConfigSummary |
DescribeInferenceComponentResult.getRuntimeConfig()
Details about the runtime settings for the model that is deployed with the inference component.
|
InferenceComponentRuntimeConfigSummary |
InferenceComponentRuntimeConfigSummary.withCurrentCopyCount(Integer currentCopyCount)
The number of runtime copies of the model container that are currently deployed.
|
InferenceComponentRuntimeConfigSummary |
InferenceComponentRuntimeConfigSummary.withDesiredCopyCount(Integer desiredCopyCount)
The number of runtime copies of the model container that you requested to deploy with the inference component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceComponentResult.setRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
|
Copyright © 2025. All rights reserved.