Interface CfnApplicationInferenceProfile.InferenceProfileModelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationInferenceProfile.InferenceProfileModelProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationInferenceProfile
@Stability(Stable)
public static interface CfnApplicationInferenceProfile.InferenceProfileModelProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about a model.
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.*;
InferenceProfileModelProperty inferenceProfileModelProperty = InferenceProfileModelProperty.builder()
.modelArn("modelArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationInferenceProfile.InferenceProfileModelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModelArn
The Amazon Resource Name (ARN) of the model.- See Also:
-
builder
@Stability(Stable) static CfnApplicationInferenceProfile.InferenceProfileModelProperty.Builder builder()
-