View source: R/jumpstart_utils.R
is_jumpstart_model_input | R Documentation |
This method returns True if both arguments are not None, false if both arguments are None, and raises an exception if one argument is None but the other isn't.
is_jumpstart_model_input(model_id, version)
model_id |
(str): Optional. Model ID of the JumpStart model. |
version |
(str): Optional. Version of the JumpStart model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.