Interface CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationInferenceProfilePropsMixin
@Stability(Stable)
public static interface CfnApplicationInferenceProfilePropsMixin.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.cfnpropertymixins.services.bedrock.*;
InferenceProfileModelSourceProperty inferenceProfileModelSourceProperty = InferenceProfileModelSourceProperty.builder()
.copyFrom("copyFrom")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCopyFrom
The ARN of the model or system-defined inference profile that is the source for the inference profile.- See Also:
-
builder
@Stability(Stable) static CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty.Builder builder()
-