| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentSpecificationSummary |
InferenceComponentSpecificationSummary.clone() |
InferenceComponentSpecificationSummary |
DescribeInferenceComponentResult.getSpecification()
Details about the resources that are deployed with this inference component.
|
InferenceComponentSpecificationSummary |
InferenceComponentSpecificationSummary.withComputeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements)
The compute resources allocated to run the model assigned to 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.
|
InferenceComponentSpecificationSummary |
InferenceComponentSpecificationSummary.withModelName(String modelName)
The name of the SageMaker model object that is deployed with the inference component.
|
InferenceComponentSpecificationSummary |
InferenceComponentSpecificationSummary.withStartupParameters(InferenceComponentStartupParameters startupParameters)
Settings that take effect while the model container starts up.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceComponentResult.setSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
|
Copyright © 2024. All rights reserved.