Interface CfnApplicationInferenceProfile.InferenceProfileModelSourceProperty

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

@Stability(Stable) public static interface CfnApplicationInferenceProfile.InferenceProfileModelSourceProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the model or system-defined inference profile that is the source for an inference profile..

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.bedrock.*;
 InferenceProfileModelSourceProperty inferenceProfileModelSourceProperty = InferenceProfileModelSourceProperty.builder()
         .copyFrom("copyFrom")
         .build();
 

See Also: