Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentRuntimeConfigSummary
-
Packages that use InferenceComponentRuntimeConfigSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentRuntimeConfigSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentRuntimeConfigSummary Modifier and Type Method Description InferenceComponentRuntimeConfigSummaryDescribeInferenceComponentResponse. runtimeConfig()Details about the runtime settings for the model that is deployed with the inference component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentRuntimeConfigSummary Modifier and Type Method Description DescribeInferenceComponentResponse.BuilderDescribeInferenceComponentResponse.Builder. runtimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)Details about the runtime settings for the model that is deployed with the inference component.
-