Class: Aws::Bedrock::Types::CreateAdvancedPromptOptimizationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateAdvancedPromptOptimizationJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Create Advanced Prompt Optimization Job Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the created advanced prompt optimization job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the created advanced prompt optimization job.
3028 3029 3030 3031 3032 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3028 class CreateAdvancedPromptOptimizationJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |