Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceExecutionConfig
-
Packages that use InferenceExecutionConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceExecutionConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceExecutionConfig Modifier and Type Method Description InferenceExecutionConfigCreateModelRequest. inferenceExecutionConfig()Specifies details of how containers in a multi-container endpoint are called.InferenceExecutionConfigDescribeModelResponse. inferenceExecutionConfig()Specifies details of how containers in a multi-container endpoint are called.InferenceExecutionConfigModel. inferenceExecutionConfig()Returns the value of the InferenceExecutionConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceExecutionConfig Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. inferenceExecutionConfig(InferenceExecutionConfig inferenceExecutionConfig)Specifies details of how containers in a multi-container endpoint are called.DescribeModelResponse.BuilderDescribeModelResponse.Builder. inferenceExecutionConfig(InferenceExecutionConfig inferenceExecutionConfig)Specifies details of how containers in a multi-container endpoint are called.Model.BuilderModel.Builder. inferenceExecutionConfig(InferenceExecutionConfig inferenceExecutionConfig)Sets the value of the InferenceExecutionConfig property for this object.
-