Class: Aws::Bedrock::Types::BatchDeleteAdvancedPromptOptimizationJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::BatchDeleteAdvancedPromptOptimizationJobItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains information about a successfully deleted advanced prompt optimization job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The identifier of the deleted job.
-
#job_status ⇒ String
The status of the deleted job.
Instance Attribute Details
#job_identifier ⇒ String
The identifier of the deleted job.
2740 2741 2742 2743 2744 2745 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2740 class BatchDeleteAdvancedPromptOptimizationJobItem < Struct.new( :job_identifier, :job_status) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the deleted job.
2740 2741 2742 2743 2744 2745 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2740 class BatchDeleteAdvancedPromptOptimizationJobItem < Struct.new( :job_identifier, :job_status) SENSITIVE = [] include Aws::Structure end |