Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceComponentRuntimeConfigSummary.Builder
-
Packages that use InferenceComponentRuntimeConfigSummary.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentRuntimeConfigSummary.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentRuntimeConfigSummary.Builder Modifier and Type Method Description static InferenceComponentRuntimeConfigSummary.BuilderInferenceComponentRuntimeConfigSummary. builder()InferenceComponentRuntimeConfigSummary.BuilderInferenceComponentRuntimeConfigSummary.Builder. currentCopyCount(Integer currentCopyCount)The number of runtime copies of the model container that are currently deployed.InferenceComponentRuntimeConfigSummary.BuilderInferenceComponentRuntimeConfigSummary.Builder. desiredCopyCount(Integer desiredCopyCount)The number of runtime copies of the model container that you requested to deploy with the inference component.InferenceComponentRuntimeConfigSummary.BuilderInferenceComponentRuntimeConfigSummary. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentRuntimeConfigSummary.Builder Modifier and Type Method Description static Class<? extends InferenceComponentRuntimeConfigSummary.Builder>InferenceComponentRuntimeConfigSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentRuntimeConfigSummary.Builder Modifier and Type Method Description default DescribeInferenceComponentResponse.BuilderDescribeInferenceComponentResponse.Builder. runtimeConfig(Consumer<InferenceComponentRuntimeConfigSummary.Builder> runtimeConfig)Details about the runtime settings for the model that is deployed with the inference component.
-