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.
3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3059 class CreateAdvancedPromptOptimizationJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |