Class: Aws::Bedrock::Types::GetImportedModelResponse

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

Creation time of the imported model.

Returns:

  • (Time)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

Job Amazon Resource Name (ARN) associated with the imported model.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

Job name associated with the imported model.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_architectureString

The architecture of the imported model.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) associated with this imported model.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_data_sourceTypes::ModelDataSource

The data source for this imported model.



1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_kms_key_arnString

The imported model is encrypted at rest using this key.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the imported model.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1721

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end