Class: Aws::Bedrock::Types::ImportedModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ImportedModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Information about the imported model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Creation time of the imported model.
-
#instruct_supported ⇒ Boolean
Specifies if the imported model supports converse.
-
#model_architecture ⇒ String
The architecture of the imported model.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the imported model.
-
#model_name ⇒ String
Name of the imported model.
Instance Attribute Details
#creation_time ⇒ Time
Creation time of the imported model.
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_supported ⇒ Boolean
Specifies if the imported model supports converse.
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_architecture ⇒ String
The architecture of the imported model.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the imported model.
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_name ⇒ String
Name of the imported model.
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 |