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
Various ways to encode a list of models in a CreateInferenceProfile request.
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()Source arns for a custom inference profile to copy its regional load balancing config from.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCopyFrom
Source arns for a custom inference profile to copy its regional load balancing config from.This can either be a foundation model or predefined inference profile ARN.
- See Also:
-
builder
@Stability(Stable) static CfnApplicationInferenceProfile.InferenceProfileModelSourceProperty.Builder builder()
-