Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestResultRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestResultRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The build workflow identifier.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
-
#test_case_id ⇒ String
The unique identifier of the test for which to retrieve results.
Instance Attribute Details
#build_workflow_id ⇒ String
The build workflow identifier. The build workflow must display a
COMPLETED
status to get results.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
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_id ⇒ String
The unique identifier of the test for which to retrieve results.
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 |