The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.interaction.parse_stdin
Directory
Methods
| Method | Description |
|---|---|
parse_stdin_to_literal() |
Parses the user input from stdin and converts it to a literal of the given type. |
Methods
parse_stdin_to_literal()
def parse_stdin_to_literal(
ctx: FlyteContext,
t: typing.Type,
message: typing.Optional[str],
lt: typing.Optional[LiteralType],
) -> LiteralParses the user input from stdin and converts it to a literal of the given type.
| Parameter | Type | Description |
|---|---|---|
ctx |
FlyteContext |
|
t |
typing.Type |
|
message |
typing.Optional[str] |
|
lt |
typing.Optional[LiteralType] |