import os
from scale_gp import SGPClient
client = SGPClient(
api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted
)
deployment_package_job = client.deployment_packages.install_async(
account_id="account_id",
)
print(deployment_package_job.deployment_package_job_id){
"deployment_package_job_id": "<string>",
"account_id": "<string>"
}import os
from scale_gp import SGPClient
client = SGPClient(
api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted
)
deployment_package_job = client.deployment_packages.install_async(
account_id="account_id",
)
print(deployment_package_job.deployment_package_job_id){
"deployment_package_job_id": "<string>",
"account_id": "<string>"
}EGP_CONFIGURATION, BLOB_STORAGE_FILE, DOCKER_IMAGE, EGP_ENTITY, EGP_USER, INTERNAL_MODEL_INFO, EVALUATION_DATASET, MODEL, KNOWLEDGE_BASE, AGENTS_CONFIG Show child attributes