# This file was auto-generated by Fern from our API Definition.

import typing_extensions


class GetProjectV1ResponseParams(typing_extensions.TypedDict):
    project_id: typing_extensions.NotRequired[str]
    """
    The unique identifier of the project
    """

    mip_opt_out: typing_extensions.NotRequired[bool]
    """
    Model Improvement Program opt-out
    """

    name: typing_extensions.NotRequired[str]
    """
    The name of the project
    """
