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.
6296 6297 6298 6299 6300 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6296 class GetModelCustomizationJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |