Class: Aws::Bedrock::Types::GetModelCustomizationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelCustomizationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
Identifier for the customization job.
Instance Attribute Details
#job_identifier ⇒ String
Identifier for the customization job.
2488 2489 2490 2491 2492 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2488 class GetModelCustomizationJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |