Agent

class Agent

Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the agent runtime.

Link copied to clipboard

The unique identifier of the agent runtime.

Link copied to clipboard

The name of the agent runtime.

Link copied to clipboard

The version of the agent runtime.

Link copied to clipboard

The description of the agent runtime.

Link copied to clipboard

The timestamp when the agent runtime was last updated.

Link copied to clipboard

The current status of the agent runtime.

Functions

Link copied to clipboard
inline fun copy(block: Agent.Builder.() -> Unit = {}): Agent
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