Builder

class Builder

Properties

Link copied to clipboard

The desired MIME type for the response from the agent runtime. This tells the agent runtime what format to use for the response data. Common values include application/json for JSON data.

Link copied to clipboard

The Amazon Web Services Resource Name (ARN) of the agent runtime to invoke. The ARN uniquely identifies the agent runtime resource in Amazon Bedrock.

Link copied to clipboard

Additional context information for distributed tracing.

Link copied to clipboard

The MIME type of the input data in the payload. This tells the agent runtime how to interpret the payload data. Common values include application/json for JSON data.

Link copied to clipboard

The version of the MCP protocol being used.

Link copied to clipboard

The identifier of the MCP session.

Link copied to clipboard

The input data to send to the agent runtime. The format of this data depends on the specific agent configuration and must match the specified content type. For most agents, this is a JSON object containing the user's request.

Link copied to clipboard

The qualifier to use for the agent runtime. This can be a version number or an alias name that points to a specific version. If not specified, Amazon Bedrock uses the default version of the agent runtime.

Link copied to clipboard

The identifier of the runtime session.

Link copied to clipboard

The identifier of the runtime user.

Link copied to clipboard

The trace identifier for request tracking.

Link copied to clipboard

The parent trace information for distributed tracing.

Link copied to clipboard

The trace state information for distributed tracing.