Class: Aws::Bedrock::Types::CreateEvaluationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateEvaluationJobResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the evaluation job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the evaluation job.
2694 2695 2696 2697 2698 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2694 class CreateEvaluationJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |