Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestCaseResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The Amazon Resource Name (ARN) of the policy that contains the test.

Returns:

  • (String)


6354
6355
6356
6357
6358
6359
# File 'lib/aws-sdk-bedrock/types.rb', line 6354

class GetAutomatedReasoningPolicyTestCaseResponse < Struct.new(
  :policy_arn,
  :test_case)
  SENSITIVE = []
  include Aws::Structure
end

#test_caseTypes::AutomatedReasoningPolicyTestCase

The test details including the content, query, expected result, and metadata.



6354
6355
6356
6357
6358
6359
# File 'lib/aws-sdk-bedrock/types.rb', line 6354

class GetAutomatedReasoningPolicyTestCaseResponse < Struct.new(
  :policy_arn,
  :test_case)
  SENSITIVE = []
  include Aws::Structure
end