Class: Aws::Bedrock::Types::StopModelCustomizationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StopModelCustomizationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
Job identifier of the job to stop.
Instance Attribute Details
#job_identifier ⇒ String
Job identifier of the job to stop.
6708 6709 6710 6711 6712 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6708 class StopModelCustomizationJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |