Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module docs updates #8

Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'devin/devin_integrated_training_595' in…
…to bhargav_integrated_training_595
  • Loading branch information
Bhargav Suryadevara authored and Bhargav Suryadevara committed Mar 28, 2023
commit fbf8efea5456083b9c8cad11f494938f15f2271a
4 changes: 2 additions & 2 deletions docs/source/control_message_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ The tasks component of each control message object is an array of task objects,

- Incorporate key and value updates to properties objects as required for `training` and `inference` tasks. There is no specified format.

#### Metadata
The metadata component of each input object is an object containing metadata information. Properties defined in this metadata component can be accessed anywhere across the stages that consume `MessageControl` objects.
### Metadata
The metadata component of each input object is an object containing metadata information. Properties defined in this metadata component can be accessed anywhere across the stages that consume `ControlMessage` objects.

- `data_type` : which is a string indicates how to process the data. The supported data types are:
- `payload` : Arbitrary input data
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.