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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationInferenceProfile.InferenceProfileModelSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the model or system-defined inference profile that is the source for the inference profile.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 CfnApplicationInferenceProfile.InferenceProfileModelSourceProperty.Builder builder()
-