-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61cc44d
commit 3f83506
Showing
8 changed files
with
48 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
|
||
<dl><dt><a name="SqlWarehousesClient-create_user_endpoint"><strong>create_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict, cluster_size: str, enable_serverless_compute: bool, min_num_clusters: int, max_num_clusters: int, auto_stop_mins: int, enable_photon: bool, spot_instance_policy: str, channel: str, tags: dict)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-create_user_endpoints"><strong>create_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, cluster_size: str, enable_serverless_compute: bool, min_num_clusters: int = 1, max_num_clusters: int = 1, auto_stop_mins: int = 120, enable_photon: bool = True, spot_instance_policy: str = 'RELIABILITY_OPTIMIZED', channel: str = 'CHANNEL_NAME_CURRENT', tags: dict = None, users: <function SqlWarehousesClient.list at 0x00000218B4C138B0> = None)</dt><dd><tt>Creates one SQL endpoint per user in the current workspace. The list of users can be limited to a subset of users with the "users" parameter.<br> | ||
<dl><dt><a name="SqlWarehousesClient-create_user_endpoints"><strong>create_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, cluster_size: str, enable_serverless_compute: bool, min_num_clusters: int = 1, max_num_clusters: int = 1, auto_stop_mins: int = 120, enable_photon: bool = True, spot_instance_policy: str = 'RELIABILITY_OPTIMIZED', channel: str = 'CHANNEL_NAME_CURRENT', tags: dict = None, users: <function SqlWarehousesClient.list at 0x000001961B044790> = None)</dt><dd><tt>Creates one SQL endpoint per user in the current workspace. The list of users can be limited to a subset of users with the "users" parameter.<br> | ||
Parameters: <br> | ||
naming_template (str): The template used to name each user's endpoint.<br> | ||
naming_params (str): The parameters used in completing the template.<br> | ||
|
@@ -72,7 +72,7 @@ | |
|
||
<dl><dt><a name="SqlWarehousesClient-delete_user_endpoint"><strong>delete_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-delete_user_endpoints"><strong>delete_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: <function SqlWarehousesClient.list at 0x00000218B4C138B0> = None)</dt></dl> | ||
<dl><dt><a name="SqlWarehousesClient-delete_user_endpoints"><strong>delete_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: <function SqlWarehousesClient.list at 0x000001961B044790> = None)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-edit"><strong>edit</strong></a>(self, endpoint_id: str, name: str = None, cluster_size: str = None, enable_serverless_compute: bool = None, min_num_clusters: int = None, max_num_clusters: int = None, auto_stop_mins: int = None, enable_photon: bool = None, spot_instance_policy: str = None, channel: str = None, tags: dict = None)</dt></dl> | ||
|
||
|
@@ -86,13 +86,13 @@ | |
|
||
<dl><dt><a name="SqlWarehousesClient-start_user_endpoint"><strong>start_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-start_user_endpoints"><strong>start_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: <function SqlWarehousesClient.list at 0x00000218B4C138B0> = None)</dt></dl> | ||
<dl><dt><a name="SqlWarehousesClient-start_user_endpoints"><strong>start_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: <function SqlWarehousesClient.list at 0x000001961B044790> = None)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-stop"><strong>stop</strong></a>(self, endpoint_id)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-stop_user_endpoint"><strong>stop_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-stop_user_endpoints"><strong>stop_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: <function SqlWarehousesClient.list at 0x00000218B4C138B0> = None)</dt></dl> | ||
<dl><dt><a name="SqlWarehousesClient-stop_user_endpoints"><strong>stop_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: <function SqlWarehousesClient.list at 0x000001961B044790> = None)</dt></dl> | ||
|
||
<dl><dt><a name="SqlWarehousesClient-update"><strong>update</strong></a>(self, endpoint_id: str, name: str = None, cluster_size: str = None, enable_serverless_compute: bool = None, min_num_clusters: int = None, max_num_clusters: int = None, auto_stop_mins: int = None, enable_photon: bool = None, spot_instance_policy: str = None, channel: str = None, tags: dict = None)</dt><dd><tt># TODO [email protected]: Potential bugs.<br> | ||
# noinspection PyUnresolvedReferences</tt></dd></dl> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters