ScheduleOperations クラス
このクラスを直接インスタンス化しないでください。 代わりに、それをインスタンス化して属性としてアタッチする MLClient インスタンスを作成する必要があります。
- 継承
-
azure.ai.ml._scope_dependent_operations._ScopeDependentOperationsScheduleOperations
コンストラクター
ScheduleOperations(operation_scope: OperationScope, operation_config: OperationConfig, service_client_06_2023_preview: AzureMachineLearningWorkspaces, all_operations: OperationsContainer, credential: TokenCredential, **kwargs: Any)
パラメーター
- operation_scope
必須
- operation_config
必須
- service_client_06_2023_preview
必須
- all_operations
必須
- credential
必須
メソッド
begin_create_or_update |
スケジュールを作成または更新します。 |
begin_delete |
スケジュールを削除します。 |
begin_disable |
スケジュールを無効にします。 |
begin_enable |
スケジュールを有効にします。 |
get |
スケジュールを取得します。 |
list |
指定したワークスペースのスケジュールを一覧表示します。 |
begin_create_or_update
スケジュールを作成または更新します。
begin_create_or_update(schedule: Schedule, **kwargs: Any) -> LROPoller[Schedule]
パラメーター
戻り値
no_wait=True の場合は Schedule、no_wait=False の場合は Schedule を返す LROPoller のインスタンス
の戻り値の型 :
begin_delete
スケジュールを削除します。
begin_delete(name: str, **kwargs: Any) -> LROPoller[None]
パラメーター
戻り値
削除状態のポーリング
の戻り値の型 :
<xref:LROPoller>[None]
begin_disable
スケジュールを無効にします。
begin_disable(name: str, **kwargs: Any) -> LROPoller[Schedule]
パラメーター
戻り値
no_wait=True の場合は Schedule、no_wait=False の場合は Schedule を返す LROPoller のインスタンス
の戻り値の型 :
<xref:LROPoller>
begin_enable
スケジュールを有効にします。
begin_enable(name: str, **kwargs: Any) -> LROPoller[Schedule]
パラメーター
戻り値
スケジュールを返す LROPoller のインスタンス
の戻り値の型 :
<xref:LROPoller>
get
スケジュールを取得します。
get(name: str, **kwargs: Any) -> Schedule
パラメーター
戻り値
schedule オブジェクト。
の戻り値の型 :
list
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python