Interface BedrockAgentConstants
public interface BedrockAgentConstants
Constants used in Camel AWS Bedrock Agent Runtime module SDK v2
-
Field Details
-
OPERATION
@Metadata(description="The operation we want to perform", javaType="String", label="producer") static final String OPERATION- See Also:
-
MODEL_ID
@Metadata(description="The header could be used to set up a model Id dynamically while performing operation", javaType="String", label="producer") static final String MODEL_ID- See Also:
-
DATASOURCE_ID
@Metadata(description="The header could be used to set up a data source Id dynamically while performing operation", javaType="String", label="producer") static final String DATASOURCE_ID- See Also:
-
KNOWLEDGE_BASE_ID
@Metadata(description="The header could be used to set up a knowledge base Id dynamically while performing operation", javaType="String", label="producer") static final String KNOWLEDGE_BASE_ID- See Also:
-
INGESTION_JOB_ID
@Metadata(description="The header contains the id of the ingestion job", javaType="String", label="producer") static final String INGESTION_JOB_ID- See Also:
-
INGESTION_JOB_STATUS
@Metadata(description="The header contains the status of the ingestion job", javaType="String", label="consumer") static final String INGESTION_JOB_STATUS- See Also:
-
INGESTION_JOB_FAILURE_REASONS
@Metadata(description="The header contains the failure reasons of the ingestion job", javaType="java.util.List", label="common") static final String INGESTION_JOB_FAILURE_REASONS- See Also:
-