---
title: "GET /imported-models/{modelIdentifier}"
method: GET
path: "/imported-models/{modelIdentifier}"
---

# GET /imported-models/{modelIdentifier}

`GET /imported-models/{modelIdentifier}`

Gets properties associated with a customized model you imported.

## Path parameters

- `modelIdentifier` string, required

## Response `200`

Success

- GetImportedModelResponse
  - `modelArn` string — The Amazon Resource Name (ARN) associated with this imported model.
  - `modelName` string — The name of the imported model.
  - `jobName` string — Job name associated with the imported model.
  - `jobArn` string — Job Amazon Resource Name (ARN) associated with the imported model.
  - `modelDataSource` object — The data source for this imported model.
    - `s3DataSource` object — The Amazon S3 data source of the model to import.
      - `s3Uri` string, required — The URI of the Amazon S3 data source.
  - `creationTime` string, date-time — Creation time of the imported model.
  - `modelArchitecture` string — The architecture of the imported model.
  - `modelKmsKeyArn` string — The imported model is encrypted at rest using this key.
  - `instructSupported` boolean — Specifies if the imported model supports converse.
  - `customModelUnits` object — Information about the hardware utilization for a single copy of the model.
    - `customModelUnitsPerModelCopy` integer — The number of custom model units used to host a model copy.
    - `customModelUnitsVersion` string — The version of the custom model unit. Use to determine the billing rate for the custom model unit.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/bedrock.md) · [All operations](https://skmtc.net/aws/apis/bedrock/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock/versions/3bc874e43ecd/schema)
