paramsYamlFile property

  1. @TagNumber.new(8)
String get paramsYamlFile

Parameters to be overridden in the notebook during execution. Ref https://papermill.readthedocs.io/en/latest/usage-parameterize.html on how to specifying parameters in the input notebook and pass them here in an YAML file. Ex: gs://notebook_user/scheduled_notebooks/sentiment_notebook_params.yaml

Implementation

@$pb.TagNumber(8)
$core.String get paramsYamlFile => $_getSZ(7);
  1. @TagNumber.new(8)
set paramsYamlFile (String v)

Implementation

@$pb.TagNumber(8)
set paramsYamlFile($core.String v) {
  $_setString(7, v);
}