Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest

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

#annotationsArray<Types::AutomatedReasoningPolicyAnnotation>

The updated annotations containing modified rules, variables, and types for the policy.



12123
12124
12125
12126
12127
12128
12129
12130
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end

#build_workflow_idString

The unique identifier of the build workflow whose annotations you want to update.

Returns:

  • (String)


12123
12124
12125
12126
12127
12128
12129
12130
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_annotation_set_hashString

The hash value of the annotation set that you're updating. This is used for optimistic concurrency control to prevent conflicting updates.

Returns:

  • (String)


12123
12124
12125
12126
12127
12128
12129
12130
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to update.

Returns:

  • (String)


12123
12124
12125
12126
12127
12128
12129
12130
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end