static InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.builder() |
|
default InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.computeResourceRequirements(Consumer<InferenceComponentComputeResourceRequirements.Builder> computeResourceRequirements) |
The compute resources allocated to run the model assigned to the inference component.
|
InferenceComponentSpecificationSummary.Builder |
InferenceComponentSpecificationSummary.Builder.computeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements) |
The compute resources allocated to run the model assigned 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 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() |
|