Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::BatchDeleteEvaluationJobItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
An evaluation job for deletion, and it’s current status.
Constant Summary collapse
- SENSITIVE =
[:job_identifier]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluation job for deletion.
-
#job_status ⇒ String
The status of the evaluation job for deletion.
Instance Attribute Details
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluation job for deletion.
88 89 90 91 92 93 |
# File 'lib/aws-sdk-bedrock/types.rb', line 88 class BatchDeleteEvaluationJobItem < Struct.new( :job_identifier, :job_status) SENSITIVE = [:job_identifier] include Aws::Structure end |
#job_status ⇒ String
The status of the evaluation job for deletion.
88 89 90 91 92 93 |
# File 'lib/aws-sdk-bedrock/types.rb', line 88 class BatchDeleteEvaluationJobItem < Struct.new( :job_identifier, :job_status) SENSITIVE = [:job_identifier] include Aws::Structure end |