static InferenceComponentSpecification.Builder |
InferenceComponentSpecification.builder() |
|
default InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.computeResourceRequirements(Consumer<InferenceComponentComputeResourceRequirements.Builder> computeResourceRequirements) |
The compute resources allocated to run the model assigned to the inference component.
|
InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.computeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements) |
The compute resources allocated to run the model assigned to the inference component.
|
default InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.container(Consumer<InferenceComponentContainerSpecification.Builder> container) |
Defines a container that provides the runtime environment for a model that you deploy with an inference
component.
|
InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.container(InferenceComponentContainerSpecification container) |
Defines a container that provides the runtime environment for a model that you deploy with an inference
component.
|
InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.modelName(String modelName) |
The name of an existing SageMaker model object in your account that you want to deploy with the inference
component.
|
default InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.startupParameters(Consumer<InferenceComponentStartupParameters.Builder> startupParameters) |
Settings that take effect while the model container starts up.
|
InferenceComponentSpecification.Builder |
InferenceComponentSpecification.Builder.startupParameters(InferenceComponentStartupParameters startupParameters) |
Settings that take effect while the model container starts up.
|
InferenceComponentSpecification.Builder |
InferenceComponentSpecification.toBuilder() |
|