Class: Aws::BedrockAgentCore::Types::AgentCardDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::AgentCardDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
The agent card definition for A2A descriptors, including the schema version and inline content that describes the agent's capabilities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_content ⇒ String
The inline content of the agent card definition.
-
#schema_version ⇒ String
The schema version of the agent card definition.
Instance Attribute Details
#inline_content ⇒ String
The inline content of the agent card definition.
179 180 181 182 183 184 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 179 class AgentCardDefinition < Struct.new( :schema_version, :inline_content) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The schema version of the agent card definition.
179 180 181 182 183 184 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 179 class AgentCardDefinition < Struct.new( :schema_version, :inline_content) SENSITIVE = [] include Aws::Structure end |