Class: Aws::Bedrock::Types::GetModelImportJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_identifierString

The identifier of the import job.



6441
6442
6443
6444
6445
# File 'lib/aws-sdk-bedrock/types.rb', line 6441

class GetModelImportJobRequest < Struct.new(
  :job_identifier)
  SENSITIVE = []
  include Aws::Structure
end