Class: Aws::Bedrock::Types::StopModelInvocationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StopModelInvocationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the batch inference job to stop.
Instance Attribute Details
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the batch inference job to stop.
6724 6725 6726 6727 6728 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6724 class StopModelInvocationJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |