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)


5328
5329
5330
5331
5332
5333
5334
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5328

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)


5328
5329
5330
5331
5332
5333
5334
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5328

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)


5328
5329
5330
5331
5332
5333
5334
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5328

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