Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:job_identifiers]

Instance Attribute Summary collapse

Instance Attribute Details

#job_identifiersArray<String>

A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete.



163
164
165
166
167
# File 'lib/aws-sdk-bedrock/types.rb', line 163

class BatchDeleteEvaluationJobRequest < Struct.new(
  :job_identifiers)
  SENSITIVE = [:job_identifiers]
  include Aws::Structure
end