Najdi správnou kombinaci
Který YAML vypíše následující hodnotu pro Description:
Správný výstup:
Is this the example
that prints this text?
A.
# Example A
Description: |
Is this the example
that prints this text?
B.
# Example B
Description: >
Is this the example
that prints this text?
C.
# Example C
Description: >
Is this the example
that prints this text?
Toto cvičení je součástí kurzu
CI/CD pro Machine Learning
Interaktivní praktické cvičení
Proměňte teorii v praxi s jedním z našich interaktivních cvičení
Začít cvičení