Class: Aws::BedrockAgent::Types::AgentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about an agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier of the agent.
-
#agent_name ⇒ String
The name of the agent.
-
#agent_status ⇒ String
The status of the agent.
-
#description ⇒ String
The description of the agent.
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
The details of the guardrails configuration in the agent summary.
-
#latest_agent_version ⇒ String
The latest version of the agent.
-
#updated_at ⇒ Time
The time at which the agent was last updated.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent.
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_name ⇒ String
The name of the agent.
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_status ⇒ String
The status of the agent.
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 |
#description ⇒ String
The description of the agent.
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_configuration ⇒ Types::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_version ⇒ String
The latest version of the agent.
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_at ⇒ Time
The time at which the agent was last updated.
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 |