Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyTestWorkflowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 show a ‘COMPLETED` status before running tests.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_idsArray<String>

The list of test identifiers to run. If not provided, all tests for the policy are run.

Returns:

  • (Array<String>)


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