Class: Aws::BedrockAgentRuntime::Types::AnalyzePromptEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

An event in which the prompt was analyzed in preparation for optimization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



252
253
254
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 252

def event_type
  @event_type
end

#messageString

A message describing the analysis of the prompt.

Returns:

  • (String)


252
253
254
255
256
257
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 252

class AnalyzePromptEvent < Struct.new(
  :message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end