Class: Aws::Bedrock::Types::ImportedModelSummary

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

Overview

Information about the imported model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Creation time of the imported model.

Returns:

  • (Time)


4095
4096
4097
4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-bedrock/types.rb', line 4095

class ImportedModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :instruct_supported,
  :model_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#instruct_supportedBoolean

Specifies if the imported model supports converse.

Returns:

  • (Boolean)


4095
4096
4097
4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-bedrock/types.rb', line 4095

class ImportedModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :instruct_supported,
  :model_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#model_architectureString

The architecture of the imported model.

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-bedrock/types.rb', line 4095

class ImportedModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :instruct_supported,
  :model_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

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

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-bedrock/types.rb', line 4095

class ImportedModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :instruct_supported,
  :model_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

Name of the imported model.

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
4101
4102
4103
# File 'lib/aws-sdk-bedrock/types.rb', line 4095

class ImportedModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :instruct_supported,
  :model_architecture)
  SENSITIVE = []
  include Aws::Structure
end