Class: Aws::Bedrock::Types::CreateEvaluationJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

The Amazon Resource Name (ARN) of the evaluation job.

Returns:

  • (String)


3547
3548
3549
3550
3551
# File 'lib/aws-sdk-bedrock/types.rb', line 3547

class CreateEvaluationJobResponse < Struct.new(
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end