Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyTestWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StartAutomatedReasoningPolicyTestWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The build workflow identifier.
-
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to test.
-
#test_case_ids ⇒ Array<String>
The list of test identifiers to run.
Instance Attribute Details
#build_workflow_id ⇒ String
The build workflow identifier. The build workflow must show a ‘COMPLETED` status before running tests.
12001 12002 12003 12004 12005 12006 12007 12008 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12001 class StartAutomatedReasoningPolicyTestWorkflowRequest < Struct.new( :policy_arn, :build_workflow_id, :test_case_ids, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request but doesn’t return an error.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
12001 12002 12003 12004 12005 12006 12007 12008 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12001 class StartAutomatedReasoningPolicyTestWorkflowRequest < Struct.new( :policy_arn, :build_workflow_id, :test_case_ids, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to test.
12001 12002 12003 12004 12005 12006 12007 12008 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12001 class StartAutomatedReasoningPolicyTestWorkflowRequest < Struct.new( :policy_arn, :build_workflow_id, :test_case_ids, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#test_case_ids ⇒ Array<String>
The list of test identifiers to run. If not provided, all tests for the policy are run.
12001 12002 12003 12004 12005 12006 12007 12008 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12001 class StartAutomatedReasoningPolicyTestWorkflowRequest < Struct.new( :policy_arn, :build_workflow_id, :test_case_ids, :client_request_token) SENSITIVE = [] include Aws::Structure end |