Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions sdk/python/jobs/pipelines/stepsequence/echo_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: echo_component
display_name: Echo Hello
version: 1
type: command
description: A component that just echoes hello

outputs:
output_data:
type: uri_folder

command: echo "hello" > ${{outputs.output_data}}/message.txt

environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading