Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestResultRequest

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

#build_workflow_idString

The build workflow identifier. The build workflow must display a COMPLETED status to get results.

Returns:

  • (String)


5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5580

class GetAutomatedReasoningPolicyTestResultRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :test_case_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy.

Returns:

  • (String)


5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5580

class GetAutomatedReasoningPolicyTestResultRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :test_case_id)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The unique identifier of the test for which to retrieve results.

Returns:

  • (String)


5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5580

class GetAutomatedReasoningPolicyTestResultRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :test_case_id)
  SENSITIVE = []
  include Aws::Structure
end