InvokeAgentRuntimeCommandRequest

Request for InvokeAgentRuntimeCommand operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired MIME type for the response from the agent runtime command. 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 identifier of the Amazon Web Services account for the agent runtime resource. This parameter is required when you specify an agent ID instead of the full ARN for agentRuntimeArn.

Link copied to clipboard

The Amazon Resource Name (ARN) of the agent runtime on which to execute the command. This identifies the specific agent runtime environment where the command will run.

Link copied to clipboard

Additional context information for distributed tracing.

Link copied to clipboard

The request body containing the command to execute and optional configuration parameters such as timeout settings.

Link copied to clipboard

The MIME type of the input data in the request 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 qualifier to use for the agent runtime. This is an endpoint name that points to a specific version. If not specified, Amazon Bedrock AgentCore uses the default endpoint of the agent runtime.

Link copied to clipboard

The unique identifier of the runtime session in which to execute the command. This session ID is used to maintain state and context across multiple command invocations.

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String