blob: 461073fdc96ce660de851d9dd33bf0b74df3d803 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-aws-bedrock"]
= AWS Bedrock
:linkattrs:
:cq-artifact-id: camel-quarkus-aws-bedrock
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Invoke Model of AWS Bedrock service.
:cq-deprecated: false
:cq-jvm-since: 3.10.0
:cq-native-since: 3.10.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.10.0## [.badge-key]##Native since##[.badge-supported]##3.10.0##
endif::[]
Invoke Model of AWS Bedrock service.
[id="extensions-aws-bedrock-whats-inside"]
== What's inside
* xref:{cq-camel-components}::aws-bedrock-component.adoc[AWS Bedrock component], URI syntax: `aws-bedrock:label`
* xref:{cq-camel-components}::aws-bedrock-agent-component.adoc[AWS Bedrock Agent component], URI syntax: `aws-bedrock-agent:label`
* xref:{cq-camel-components}::aws-bedrock-agent-runtime-component.adoc[AWS Bedrock Agent Runtime component], URI syntax: `aws-bedrock-agent-runtime:label`
Please refer to the above links for usage and configuration details.
[id="extensions-aws-bedrock-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-aws-bedrock[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws-bedrock</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]