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 2737251 commit 564dc5fCopy full SHA for 564dc5f
flyteidl/protos/flyteidl/core/tasks.proto
@@ -141,8 +141,8 @@ message TaskMetadata {
141
// Indicates whether the task will generate a deck when it finishes executing.
142
// The BoolValue can have three states:
143
// - nil: The value is not set.
144
- // - true: The task will generate a Deck URI.
145
- // - false: The task will not generate a Deck URI.
+ // - true: The task will generate a deck.
+ // - false: The task will not generate a deck.
146
google.protobuf.BoolValue generates_deck = 15;
147
}
148
0 commit comments