We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3961b commit a03b840Copy full SHA for a03b840
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_builders/command.py
@@ -394,7 +394,7 @@ def component(self) -> Union[str, CommandComponent]:
394
395
@property
396
def command(self) -> Optional[str]:
397
- """Sets the command to be executed.
+ """The command to be executed.
398
399
:rtype: Optional[str]
400
"""
@@ -408,7 +408,7 @@ def command(self) -> Optional[str]:
408
409
@command.setter
410
def command(self, value: str) -> None:
411
- """The command to be executed.
+ """Sets the command to be executed.
412
413
:param value: The command to be executed.
414
:type value: str
0 commit comments