Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobResponse

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

#errorsArray<Types::BatchDeleteEvaluationJobError>

A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.



2222
2223
2224
2225
2226
2227
# File 'lib/aws-sdk-bedrock/types.rb', line 2222

class BatchDeleteEvaluationJobResponse < Struct.new(
  :errors,
  :evaluation_jobs)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_jobsArray<Types::BatchDeleteEvaluationJobItem>

The list of evaluation jobs for deletion.



2222
2223
2224
2225
2226
2227
# File 'lib/aws-sdk-bedrock/types.rb', line 2222

class BatchDeleteEvaluationJobResponse < Struct.new(
  :errors,
  :evaluation_jobs)
  SENSITIVE = []
  include Aws::Structure
end