Class: Aws::Bedrock::Types::GetModelImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The identifier of the import job.
Instance Attribute Details
#job_identifier ⇒ String
The identifier of the import job.
7012 7013 7014 7015 7016 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7012 class GetModelImportJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |