Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsResponse

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

#annotation_set_hashString

The new hash value representing the updated state of the annotations.

Returns:

  • (String)


12162
12163
12164
12165
12166
12167
12168
12169
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162

class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotation_set_hash,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#build_workflow_idString

The unique identifier of the build workflow.

Returns:

  • (String)


12162
12163
12164
12165
12166
12167
12168
12169
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162

class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotation_set_hash,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

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

Returns:

  • (String)


12162
12163
12164
12165
12166
12167
12168
12169
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162

class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotation_set_hash,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the annotations were updated.

Returns:

  • (Time)


12162
12163
12164
12165
12166
12167
12168
12169
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162

class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotation_set_hash,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end