Class: Aws::Bedrock::Types::GetModelCopyJobRequest

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 copy job.

Returns:

  • (String)


2412
2413
2414
2415
2416
# File 'lib/aws-sdk-bedrock/types.rb', line 2412

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