| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentRuntimeConfig |
InferenceComponentRuntimeConfig.clone() |
InferenceComponentRuntimeConfig |
UpdateInferenceComponentRuntimeConfigRequest.getDesiredRuntimeConfig()
Runtime settings for a model that is deployed with an inference component.
|
InferenceComponentRuntimeConfig |
UpdateInferenceComponentRequest.getRuntimeConfig()
Runtime settings for a model that is deployed with an inference component.
|
InferenceComponentRuntimeConfig |
CreateInferenceComponentRequest.getRuntimeConfig()
Runtime settings for a model that is deployed with an inference component.
|
InferenceComponentRuntimeConfig |
InferenceComponentRuntimeConfig.withCopyCount(Integer copyCount)
The number of runtime copies of the model container to deploy with the inference component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInferenceComponentRuntimeConfigRequest.setDesiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
void |
UpdateInferenceComponentRequest.setRuntimeConfig(InferenceComponentRuntimeConfig runtimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
void |
CreateInferenceComponentRequest.setRuntimeConfig(InferenceComponentRuntimeConfig runtimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
UpdateInferenceComponentRuntimeConfigRequest |
UpdateInferenceComponentRuntimeConfigRequest.withDesiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
UpdateInferenceComponentRequest |
UpdateInferenceComponentRequest.withRuntimeConfig(InferenceComponentRuntimeConfig runtimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withRuntimeConfig(InferenceComponentRuntimeConfig runtimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
Copyright © 2024. All rights reserved.