Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::BatchDeleteEvaluationJobError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
A JSON array that provides the status of the evaluation jobs being deleted.
Constant Summary collapse
- SENSITIVE =
[:job_identifier]
Instance Attribute Summary collapse
-
#code ⇒ String
A HTTP status code of the evaluation job being deleted.
-
#job_identifier ⇒ String
The ARN of the evaluation job being deleted.
-
#message ⇒ String
A status message about the evaluation job deletion.
Instance Attribute Details
#code ⇒ String
A HTTP status code of the evaluation job being deleted.
68 69 70 71 72 73 74 |
# File 'lib/aws-sdk-bedrock/types.rb', line 68 class BatchDeleteEvaluationJobError < Struct.new( :job_identifier, :code, :message) SENSITIVE = [:job_identifier] include Aws::Structure end |
#job_identifier ⇒ String
The ARN of the evaluation job being deleted.
68 69 70 71 72 73 74 |
# File 'lib/aws-sdk-bedrock/types.rb', line 68 class BatchDeleteEvaluationJobError < Struct.new( :job_identifier, :code, :message) SENSITIVE = [:job_identifier] include Aws::Structure end |
#message ⇒ String
A status message about the evaluation job deletion.
68 69 70 71 72 73 74 |
# File 'lib/aws-sdk-bedrock/types.rb', line 68 class BatchDeleteEvaluationJobError < Struct.new( :job_identifier, :code, :message) SENSITIVE = [:job_identifier] include Aws::Structure end |