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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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)


730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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)


730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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)


730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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)


730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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

Details about the guardrail associated with the agent.



730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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)


730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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)


730
731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 730

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