Class: Aws::BedrockAgent::Types::AgentSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about an agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent.

Returns:

  • (String)


705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_nameString

The name of the agent.

Returns:

  • (String)


705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

The status of the agent.

Returns:

  • (String)


705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the agent.

Returns:

  • (String)


705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_configurationTypes::GuardrailConfiguration

The details of the guardrails configuration in the agent summary.



705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#latest_agent_versionString

The latest version of the agent.

Returns:

  • (String)


705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the agent was last updated.

Returns:

  • (Time)


705
706
707
708
709
710
711
712
713
714
715
# File 'lib/aws-sdk-bedrockagent/types.rb', line 705

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :guardrail_configuration,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end