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.
9611 9612 9613 9614 9615 9616 9617 9618 9619 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9611 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.
9611 9612 9613 9614 9615 9616 9617 9618 9619 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9611 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.
9611 9612 9613 9614 9615 9616 9617 9618 9619 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9611 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.
9611 9612 9613 9614 9615 9616 9617 9618 9619 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9611 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.
9611 9612 9613 9614 9615 9616 9617 9618 9619 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9611 class ImportedModelSummary < Struct.new( :model_arn, :model_name, :creation_time, :instruct_supported, :model_architecture) SENSITIVE = [] include Aws::Structure end |