Uses of Interface
software.amazon.awssdk.services.sagemaker.model.UpdateInferenceComponentRuntimeConfigRequest.Builder
-
Packages that use UpdateInferenceComponentRuntimeConfigRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of UpdateInferenceComponentRuntimeConfigRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type UpdateInferenceComponentRuntimeConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateInferenceComponentRuntimeConfigResponse>SageMakerAsyncClient. updateInferenceComponentRuntimeConfig(Consumer<UpdateInferenceComponentRuntimeConfigRequest.Builder> updateInferenceComponentRuntimeConfigRequest)Runtime settings for a model that is deployed with an inference component.default UpdateInferenceComponentRuntimeConfigResponseSageMakerClient. updateInferenceComponentRuntimeConfig(Consumer<UpdateInferenceComponentRuntimeConfigRequest.Builder> updateInferenceComponentRuntimeConfigRequest)Runtime settings for a model that is deployed with an inference component. -
Uses of UpdateInferenceComponentRuntimeConfigRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return UpdateInferenceComponentRuntimeConfigRequest.Builder Modifier and Type Method Description static UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest. builder()default UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest.Builder. desiredRuntimeConfig(Consumer<InferenceComponentRuntimeConfig.Builder> desiredRuntimeConfig)Runtime settings for a model that is deployed with an inference component.UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest.Builder. desiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)Runtime settings for a model that is deployed with an inference component.UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest.Builder. inferenceComponentName(String inferenceComponentName)The name of the inference component to update.UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UpdateInferenceComponentRuntimeConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateInferenceComponentRuntimeConfigRequest.Builder>UpdateInferenceComponentRuntimeConfigRequest. serializableBuilderClass()
-