Skip to content

get experiment function #39

@WhyYouNeedMyUsername

Description

@WhyYouNeedMyUsername

At present, the Decanter AI SDK does not offer the "get experiment" function. Here's how I implemented the functionality using the API as an illustration.

res = requests.get(
    f"{client.api.url}experiment/642fcc1c8312e3074c6f64da",
    headers=client.api.auth_headers,
    verify=False,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions