Interface CfnConfiguredModelAlgorithm.InferenceContainerConfigProperty

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

@Stability(Stable) public static interface CfnConfiguredModelAlgorithm.InferenceContainerConfigProperty extends software.amazon.jsii.JsiiSerializable
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.cleanroomsml.*;
 InferenceContainerConfigProperty inferenceContainerConfigProperty = InferenceContainerConfigProperty.builder()
         .imageUri("imageUri")
         .build();
 

See Also: