---
title: "GET /training-dataset/{trainingDatasetArn}"
method: GET
path: "/training-dataset/{trainingDatasetArn}"
---

# GET /training-dataset/{trainingDatasetArn}

`GET /training-dataset/{trainingDatasetArn}`

Returns information about a training dataset.

## Path parameters

- `trainingDatasetArn` string, required

## Response `200`

Success

- GetTrainingDatasetResponse
  - `createTime` string, date-time, required — The time at which the training dataset was created.
  - `updateTime` string, date-time, required — The most recent time at which the training dataset was updated.
  - `trainingDatasetArn` string, required — The Amazon Resource Name (ARN) of the training dataset.
  - `name` string, required — The name of the training dataset.
  - `trainingData` Dataset[], required — Metadata about the requested training data.
    - `type` 'INTERACTIONS', required — What type of information is found in the dataset.
    - `inputConfig` object, required — A DatasetInputConfig object that defines the data source and schema mapping.
      - `schema` ColumnSchema[], required — The schema information for the training data.
        - `columnName` string, required — The name of a column.
        - `columnTypes` ColumnType[], required — The data type of column.
      - `dataSource` object, required — A DataSource object that specifies the Glue data source for the training data.
        - `glueDataSource` object, required — A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
          - `tableName` string, required — The Glue table that contains the training data.
          - `databaseName` string, required — The Glue database that contains the training data.
          - `catalogId` string — The Glue catalog that contains the training data.
  - `status` 'ACTIVE', required — The status of the training dataset.
  - `roleArn` string, required — The IAM role used to read the training data.
  - `tags` object — The tags that are assigned to this training dataset.
  - `description` string — The description of the training dataset.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException

---

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