| Name | Type | Description |
|---|---|---|
endpoint* | str | MaxCompute endpoint. |
project* | str | A project is a basic organizational unit of MaxCompute, which is similar to a database. |
access_id | Optional[str] | Default: NoneMaxCompute access ID. Should be passed in directly or set as the
environment variable |
secret_access_key | Optional[str] | Default: None |
Convenience constructor that builds the odsp.ODPS MaxCompute client from given parameters.
MaxCompute secret access key. Should be passed in
directly or set as the environment variable
MAX_COMPUTE_SECRET_ACCESS_KEY.