InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.baseInferenceComponentName(String baseInferenceComponentName) |
The name of the base inference component that contains this inference component.
|
static InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.builder() |
|
default InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.computeResourceRequirements(Consumer<InferenceComponentComputeResourceRequirements.Builder> computeResourceRequirements) |
The compute resources allocated to run the model, plus any adapter models, that you assign to the inference
component.
|
InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.computeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements) |
The compute resources allocated to run the model, plus any adapter models, that you assign to the inference
component.
|
default InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.container(Consumer<InferenceComponentContainerSpecificationSummary.Builder> container) |
Details about the container that provides the runtime environment for the model that is deployed with the
inference component.
|
InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.container(InferenceComponentContainerSpecificationSummary container) |
Details about the container that provides the runtime environment for the model that is deployed with the
inference component.
|
InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.modelName(String modelName) |
The name of the SageMaker AI model object that is deployed with the inference component.
|
default InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.startupParameters(Consumer<InferenceComponentStartupParameters.Builder> startupParameters) |
Settings that take effect while the model container starts up.
|
InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.startupParameters(InferenceComponentStartupParameters startupParameters) |
Settings that take effect while the model container starts up.
|
InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.toBuilder() |
|