Datasets

This section documents the DatasetsApi client from openapi_client.api.datasets_api. The content is generated automatically and updates when new methods are added.

Client

To use this API client:

import os
import certifi
from openapi_client.amorphic_api_client import AmorphicApiClient
from openapi_client.api.datasets_api import DatasetsApi

client = AmorphicApiClient.create_with_auth(
    host=os.getenv('API_GW_URL'),
    role_id=os.getenv('ROLE_ID'),
    ssl_ca_cert=certifi.where(),
    debug=False,
    aws_profile=None,
    env_var='PAT_TOKEN'
)

api = DatasetsApi(client)

Available Methods