InvokeAgentRuntimeCommandRequestBody

The request body structure for the InvokeAgentRuntimeCommand operation, containing the command to execute and optional configuration parameters.

Types

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

Properties

Link copied to clipboard

The shell command to execute on the agent runtime. This command is executed in the runtime environment and its output is streamed back to the caller.

Link copied to clipboard
val timeout: Int?

The maximum duration in seconds to wait for the command to complete. If the command execution exceeds this timeout, it will be terminated. Default is 300 seconds. Minimum is 1 second. Maximum is 3600 seconds.

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