Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Bedrock::Types::BatchDeleteEvaluationJobResponse
 
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::BatchDeleteEvaluationJobError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted. 
- 
  
    
      #evaluation_jobs  ⇒ Array<Types::BatchDeleteEvaluationJobItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of evaluation jobs for deletion. 
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteEvaluationJobError>
A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.
| 2065 2066 2067 2068 2069 2070 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2065 class BatchDeleteEvaluationJobResponse < Struct.new( :errors, :evaluation_jobs) SENSITIVE = [] include Aws::Structure end | 
#evaluation_jobs ⇒ Array<Types::BatchDeleteEvaluationJobItem>
The list of evaluation jobs for deletion.
| 2065 2066 2067 2068 2069 2070 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2065 class BatchDeleteEvaluationJobResponse < Struct.new( :errors, :evaluation_jobs) SENSITIVE = [] include Aws::Structure end |