Class BedrockRuntimeHints
java.lang.Object
org.springframework.ai.bedrock.aot.BedrockRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public class BedrockRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
The BedrockRuntimeHints class is responsible for registering runtime hints for Bedrock
AI API classes.
- Author:
- Josh Long, Christian Tzolov, Mark Pollack, Wei Jiang
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
Constructor Details
-
BedrockRuntimeHints
public BedrockRuntimeHints()
-
-
Method Details
-
registerHints
- Specified by:
registerHints
in interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-