Class: Aws::BedrockAgentRuntime::Types::CreateInvocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::CreateInvocationRequest
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the interactions in the invocation.
-
#invocation_id ⇒ String
A unique identifier for the invocation in UUID format.
-
#session_identifier ⇒ String
The unique identifier for the associated session for the invocation.
Instance Attribute Details
#description ⇒ String
A description for the interactions in the invocation. For example, "User asking about weather in Seattle".
1875 1876 1877 1878 1879 1880 1881 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1875 class CreateInvocationRequest < Struct.new( :description, :invocation_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#invocation_id ⇒ String
A unique identifier for the invocation in UUID format.
1875 1876 1877 1878 1879 1880 1881 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1875 class CreateInvocationRequest < Struct.new( :description, :invocation_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#session_identifier ⇒ String
The unique identifier for the associated session for the invocation.
You can specify either the session's sessionId or its Amazon
Resource Name (ARN).
1875 1876 1877 1878 1879 1880 1881 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1875 class CreateInvocationRequest < Struct.new( :description, :invocation_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |