get_imported_model¶
Operation¶
get_imported_model
async
¶
get_imported_model(input: GetImportedModelInput, plugins: list[Plugin] | None = None) -> GetImportedModelOutput
Gets properties associated with a customized model you imported.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetImportedModelInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetImportedModelOutput
|
An instance of |
Input¶
GetImportedModelInput
dataclass
¶
Output¶
GetImportedModelOutput
dataclass
¶
Dataclass for GetImportedModelOutput structure.
Attributes¶
creation_time
class-attribute
instance-attribute
¶
creation_time: datetime | None = None
Creation time of the imported model.
custom_model_units
class-attribute
instance-attribute
¶
custom_model_units: CustomModelUnits | None = None
Information about the hardware utilization for a single copy of the model.
instruct_supported
class-attribute
instance-attribute
¶
instruct_supported: bool | None = None
Specifies if the imported model supports converse.
job_arn
class-attribute
instance-attribute
¶
job_arn: str | None = None
Job Amazon Resource Name (ARN) associated with the imported model.
job_name
class-attribute
instance-attribute
¶
job_name: str | None = None
Job name associated with the imported model.
model_architecture
class-attribute
instance-attribute
¶
model_architecture: str | None = None
The architecture of the imported model.
model_arn
class-attribute
instance-attribute
¶
model_arn: str | None = None
The Amazon Resource Name (ARN) associated with this imported model.
model_data_source
class-attribute
instance-attribute
¶
model_data_source: ModelDataSource | None = None
The data source for this imported model.
model_kms_key_arn
class-attribute
instance-attribute
¶
model_kms_key_arn: str | None = None
The imported model is encrypted at rest using this key.
model_name
class-attribute
instance-attribute
¶
model_name: str | None = None
The name of the imported model.