Class: Aws::Bedrock::Types::GetImportedModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetImportedModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
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.
-
#job_arn ⇒ String
Job Amazon Resource Name (ARN) associated with the imported model.
-
#job_name ⇒ String
Job name associated with the imported model.
-
#model_architecture ⇒ String
The architecture of the imported model.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) associated with this imported model.
-
#model_data_source ⇒ Types::ModelDataSource
The data source for this imported model.
-
#model_kms_key_arn ⇒ String
The imported model is encrypted at rest using this key.
-
#model_name ⇒ String
The name of the imported model.
Instance Attribute Details
#creation_time ⇒ Time
Creation time of the imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#instruct_supported ⇒ Boolean
Specifies if the imported model supports converse.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
Job Amazon Resource Name (ARN) associated with the imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
Job name associated with the imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#model_architecture ⇒ String
The architecture of the imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) associated with this imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#model_data_source ⇒ Types::ModelDataSource
The data source for this imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#model_kms_key_arn ⇒ String
The imported model is encrypted at rest using this key.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the imported model.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2293 class GetImportedModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :model_data_source, :creation_time, :model_architecture, :model_kms_key_arn, :instruct_supported) SENSITIVE = [] include Aws::Structure end |