Class: Aws::Bedrock::Types::StopEvaluationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StopEvaluationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:job_identifier]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluation job you want to stop.
Instance Attribute Details
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluation job you want to stop.
6692 6693 6694 6695 6696 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6692 class StopEvaluationJobRequest < Struct.new( :job_identifier) SENSITIVE = [:job_identifier] include Aws::Structure end |