Class: Aws::Bedrock::Types::StopEvaluationJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:job_identifier]

Instance Attribute Summary collapse

Instance Attribute Details

#job_identifierString

The ARN of the model evaluation job you want to stop.

Returns:

  • (String)


3008
3009
3010
3011
3012
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3008

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