Skip to main content
Version: 1.0

aixplain.v2.script

Script Objects

class Script(BaseResource)

[view_source]

upload

@classmethod
def upload(cls, script_path: str) -> "Script"

[view_source]

Upload a script to the server.

Arguments:

  • script_path - str: The path to the script.

Returns:

  • Script - The script.