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

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


5317
5318
5319
5320
5321
5322
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5317

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.



5317
5318
5319
5320
5321
5322
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5317

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