Interface CfnModel.InferenceExecutionConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModel.InferenceExecutionConfigProperty.Jsii$Proxy
Enclosing class:
CfnModel

@Stability(Stable) public static interface CfnModel.InferenceExecutionConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies details about how containers in a multi-container endpoint are run.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 InferenceExecutionConfigProperty inferenceExecutionConfigProperty = InferenceExecutionConfigProperty.builder()
         .mode("mode")
         .build();
 

See Also: