| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentSpecification |
InferenceComponentSpecification.clone() |
InferenceComponentSpecification |
UpdateInferenceComponentRequest.getSpecification()
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
InferenceComponentSpecification |
CreateInferenceComponentRequest.getSpecification()
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
InferenceComponentSpecification |
InferenceComponentSpecification.withComputeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements)
The compute resources allocated to run the model assigned to the inference component.
|
InferenceComponentSpecification |
InferenceComponentSpecification.withContainer(InferenceComponentContainerSpecification container)
Defines a container that provides the runtime environment for a model that you deploy with an inference
component.
|
InferenceComponentSpecification |
InferenceComponentSpecification.withModelName(String modelName)
The name of an existing SageMaker model object in your account that you want to deploy with the inference
component.
|
InferenceComponentSpecification |
InferenceComponentSpecification.withStartupParameters(InferenceComponentStartupParameters startupParameters)
Settings that take effect while the model container starts up.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInferenceComponentRequest.setSpecification(InferenceComponentSpecification specification)
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
void |
CreateInferenceComponentRequest.setSpecification(InferenceComponentSpecification specification)
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
UpdateInferenceComponentRequest |
UpdateInferenceComponentRequest.withSpecification(InferenceComponentSpecification specification)
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
CreateInferenceComponentRequest |
CreateInferenceComponentRequest.withSpecification(InferenceComponentSpecification specification)
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
Copyright © 2024. All rights reserved.