MLAI¶
This section documents the MLAIApi client from openapi_client.api.mlai_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.mlai_api import MLAIApi
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 = MLAIApi(client)