InvokeAgentRuntimeCommandResponse

Response for InvokeAgentRuntimeCommand operation.

Types

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

Properties

Link copied to clipboard

Additional context information for distributed tracing.

Link copied to clipboard

The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.

Link copied to clipboard

The unique identifier of the runtime session in which the command was executed.

Link copied to clipboard

The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.

Link copied to clipboard

The streaming output from the command execution. This stream contains events that provide real-time updates including standard output, standard error, and completion status.

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