Skip to content

Commit 05218b7

Browse files
authored
doc: Add ivar comments for scheduletriggerresult (#34818) (#34839)
1 parent a8e169b commit 05218b7

File tree

1 file changed

+3
-0
lines changed
  • sdk/ml/azure-ai-ml/azure/ai/ml/entities/_schedule

1 file changed

+3
-0
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_schedule/schedule.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ class ScheduleTriggerResult:
483483
"""Schedule trigger result returned by trigger an enabled schedule once.
484484
485485
This class shouldn't be instantiated directly. Instead, it is used as the return type of schedule trigger.
486+
487+
:ivar str job_name:
488+
:ivar str schedule_action_type:
486489
"""
487490

488491
def __init__(self, **kwargs): # pylint: disable=unused-argument

0 commit comments

Comments
 (0)