Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnModel.InferenceExecutionConfigProperty
Packages that use CfnModel.InferenceExecutionConfigProperty
-
Uses of CfnModel.InferenceExecutionConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnModel.InferenceExecutionConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnModel.InferenceExecutionConfigPropertyMethods in software.amazon.awscdk.services.sagemaker that return CfnModel.InferenceExecutionConfigPropertyModifier and TypeMethodDescriptionCfnModel.InferenceExecutionConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnModel.InferenceExecutionConfigPropertyModifier and TypeMethodDescriptionCfnModel.Builder.inferenceExecutionConfig(CfnModel.InferenceExecutionConfigProperty inferenceExecutionConfig) Specifies details of how containers in a multi-container endpoint are called.CfnModelProps.Builder.inferenceExecutionConfig(CfnModel.InferenceExecutionConfigProperty inferenceExecutionConfig) Sets the value ofCfnModelProps.getInferenceExecutionConfig()voidCfnModel.setInferenceExecutionConfig(CfnModel.InferenceExecutionConfigProperty value) Specifies details of how containers in a multi-container endpoint are called.