---
title: "GET /memberships/{membershipIdentifier}/ml-configurations"
method: GET
path: "/memberships/{membershipIdentifier}/ml-configurations"
---

# GET /memberships/{membershipIdentifier}/ml-configurations

`GET /memberships/{membershipIdentifier}/ml-configurations`

Returns information about a specific ML configuration.

## Path parameters

- `membershipIdentifier` string, required

## Response `200`

Success

- GetMLConfigurationResponse
  - `membershipIdentifier` string, required — The membership ID of the member that owns the ML configuration you requested.
  - `defaultOutputLocation` object, required — The Amazon S3 location where ML model output is stored.
    - `destination` object — The Amazon S3 location where exported model artifacts are stored.
      - `s3Destination` S3ConfigMap, required — Provides information about an Amazon S3 bucket and path.
        - `s3Uri` string, required — The Amazon S3 location URI.
    - `roleArn` string, required — The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.
  - `createTime` string, date-time, required — The time at which the ML configuration was created.
  - `updateTime` string, date-time, required — The most recent time at which the ML configuration was updated.

## Other responses

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

---

[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)
