Class: Aws::Bedrock::Types::CreateModelImportJobResponse

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_arnString

The Amazon Resource Name (ARN) of the model import job.

Returns:

  • (String)


840
841
842
843
844
# File 'lib/aws-sdk-bedrock/types.rb', line 840

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