Class: Aws::Bedrock::Types::GetModelCustomizationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelCustomizationJobRequest
- Defined in:
- gems/aws-sdk-bedrock/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.
2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2000 class GetModelCustomizationJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |