static UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.builder() |
|
UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.inferenceComponentName(String inferenceComponentName) |
The name of the inference component.
|
UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.runtimeConfig(Consumer<InferenceComponentRuntimeConfig.Builder> runtimeConfig) |
Runtime settings for a model that is deployed with an inference component.
|
UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.runtimeConfig(InferenceComponentRuntimeConfig runtimeConfig) |
Runtime settings for a model that is deployed with an inference component.
|
default UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.specification(Consumer<InferenceComponentSpecification.Builder> specification) |
Details about the resources to deploy with this inference component, including the model, container, and
compute resources.
|
UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.Builder.specification(InferenceComponentSpecification specification) |
Details about the resources to deploy with this inference component, including the model, container, and
compute resources.
|
UpdateInferenceComponentRequest.Builder |
UpdateInferenceComponentRequest.toBuilder() |
|