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
ARN of the created advanced prompt optimization job.
Instance Attribute Details
#job_arn ⇒ String
ARN of the created advanced prompt optimization job.
3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3014 class CreateAdvancedPromptOptimizationJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |