Class: Aws::Bedrock::Types::GetModelCopyJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time at which the model copy job was created.

Returns:

  • (Time)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#failure_messageString

An error message for why the model copy job failed.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

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

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_account_idString

The unique identifier of the account that the model being copied originated from.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_model_arnString

The Amazon Resource Name (ARN) of the original model being copied.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_model_nameString

The name of the original model being copied.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the model copy job.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_model_arnString

The Amazon Resource Name (ARN) of the copied model.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_model_kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_model_nameString

The name of the copied model.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_model_tagsArray<Types::Tag>

The tags associated with the copied model.

Returns:



1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1860

class GetModelCopyJobResponse < Struct.new(
  :job_arn,
  :status,
  :creation_time,
  :target_model_arn,
  :target_model_name,
  :source_account_id,
  :source_model_arn,
  :target_model_kms_key_arn,
  :target_model_tags,
  :failure_message,
  :source_model_name)
  SENSITIVE = []
  include Aws::Structure
end