Class: Aws::Bedrock::Types::GetEvaluationJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:job_identifier]

Instance Attribute Summary collapse

Instance Attribute Details

#job_identifierString

The Amazon Resource Name (ARN) of the evaluation job you want get information on.

Returns:

  • (String)


5810
5811
5812
5813
5814
# File 'lib/aws-sdk-bedrock/types.rb', line 5810

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