| |
| |
| <!DOCTYPE html> |
| <html class="writer-html5" lang="en" data-content_root="./"> |
| <head> |
| <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
| |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>apache_beam.options package — Apache Beam 2.68.0 documentation</title> |
| <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" /> |
| <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" /> |
| |
| |
| <script src="_static/jquery.js?v=5d32c60e"></script> |
| <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
| <script src="_static/documentation_options.js?v=2388e03a"></script> |
| <script src="_static/doctools.js?v=9a2dae69"></script> |
| <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
| <script src="_static/js/theme.js"></script> |
| <link rel="index" title="Index" href="genindex.html" /> |
| <link rel="search" title="Search" href="search.html" /> |
| <link rel="next" title="apache_beam.options.pipeline_options module" href="apache_beam.options.pipeline_options.html" /> |
| <link rel="prev" title="apache_beam.ml.ts package" href="apache_beam.ml.ts.html" /> |
| </head> |
| |
| <body class="wy-body-for-nav"> |
| <div class="wy-grid-for-nav"> |
| <nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
| <div class="wy-side-scroll"> |
| <div class="wy-side-nav-search" > |
| |
| |
| |
| <a href="index.html" class="icon icon-home"> |
| Apache Beam |
| </a> |
| <div role="search"> |
| <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
| <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> |
| <input type="hidden" name="check_keywords" value="yes" /> |
| <input type="hidden" name="area" value="default" /> |
| </form> |
| </div> |
| </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
| <ul class="current"> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.coders.html">apache_beam.coders package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.dataframe.html">apache_beam.dataframe package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.io.html">apache_beam.io package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.metrics.html">apache_beam.metrics package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.ml.html">apache_beam.ml package</a></li> |
| <li class="toctree-l1 current"><a class="current reference internal" href="#">apache_beam.options package</a><ul> |
| <li class="toctree-l2"><a class="reference internal" href="#submodules">Submodules</a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html">apache_beam.options.pipeline_options module</a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html">apache_beam.options.pipeline_options_validator module</a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html">apache_beam.options.value_provider module</a></li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.portability.html">apache_beam.portability package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.runners.html">apache_beam.runners package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.testing.html">apache_beam.testing package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.transforms.html">apache_beam.transforms package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.typehints.html">apache_beam.typehints package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.utils.html">apache_beam.utils package</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.yaml.html">apache_beam.yaml package</a></li> |
| </ul> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.error.html">apache_beam.error module</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.pipeline.html">apache_beam.pipeline module</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.pvalue.html">apache_beam.pvalue module</a></li> |
| </ul> |
| |
| </div> |
| </div> |
| </nav> |
| |
| <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > |
| <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| <a href="index.html">Apache Beam</a> |
| </nav> |
| |
| <div class="wy-nav-content"> |
| <div class="rst-content"> |
| <div role="navigation" aria-label="Page navigation"> |
| <ul class="wy-breadcrumbs"> |
| <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li> |
| <li class="breadcrumb-item active">apache_beam.options package</li> |
| <li class="wy-breadcrumbs-aside"> |
| <a href="_sources/apache_beam.options.rst.txt" rel="nofollow"> View page source</a> |
| </li> |
| </ul> |
| <hr/> |
| </div> |
| <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| <div itemprop="articleBody"> |
| |
| <section id="module-apache_beam.options"> |
| <span id="apache-beam-options-package"></span><h1>apache_beam.options package<a class="headerlink" href="#module-apache_beam.options" title="Link to this heading"></a></h1> |
| <section id="submodules"> |
| <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this heading"></a></h2> |
| <div class="toctree-wrapper compound"> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.options.pipeline_options.html">apache_beam.options.pipeline_options module</a><ul> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions"><code class="docutils literal notranslate"><span class="pre">PipelineOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions.from_dictionary"><code class="docutils literal notranslate"><span class="pre">PipelineOptions.from_dictionary()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions.get_all_options"><code class="docutils literal notranslate"><span class="pre">PipelineOptions.get_all_options()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions.to_runner_api"><code class="docutils literal notranslate"><span class="pre">PipelineOptions.to_runner_api()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions.from_runner_api"><code class="docutils literal notranslate"><span class="pre">PipelineOptions.from_runner_api()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions.display_data"><code class="docutils literal notranslate"><span class="pre">PipelineOptions.display_data()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions.view_as"><code class="docutils literal notranslate"><span class="pre">PipelineOptions.view_as()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.StandardOptions"><code class="docutils literal notranslate"><span class="pre">StandardOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.StandardOptions.DEFAULT_RUNNER"><code class="docutils literal notranslate"><span class="pre">StandardOptions.DEFAULT_RUNNER</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.StandardOptions.ALL_KNOWN_RUNNERS"><code class="docutils literal notranslate"><span class="pre">StandardOptions.ALL_KNOWN_RUNNERS</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.StandardOptions.LOCAL_RUNNERS"><code class="docutils literal notranslate"><span class="pre">StandardOptions.LOCAL_RUNNERS</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.StandardOptions.KNOWN_RUNNER_NAMES"><code class="docutils literal notranslate"><span class="pre">StandardOptions.KNOWN_RUNNER_NAMES</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.TypeOptions"><code class="docutils literal notranslate"><span class="pre">TypeOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.TypeOptions.validate"><code class="docutils literal notranslate"><span class="pre">TypeOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DirectOptions"><code class="docutils literal notranslate"><span class="pre">DirectOptions</span></code></a></li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.BIGQUERY_API_SERVICE"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.BIGQUERY_API_SERVICE</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.COMPUTE_API_SERVICE"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.COMPUTE_API_SERVICE</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.STORAGE_API_SERVICE"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.STORAGE_API_SERVICE</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.DATAFLOW_ENDPOINT"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.DATAFLOW_ENDPOINT</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.OAUTH_SCOPES"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.OAUTH_SCOPES</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.validate"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.validate()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions.get_cloud_profiler_service_name"><code class="docutils literal notranslate"><span class="pre">GoogleCloudOptions.get_cloud_profiler_service_name()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.AzureOptions"><code class="docutils literal notranslate"><span class="pre">AzureOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.AzureOptions.validate"><code class="docutils literal notranslate"><span class="pre">AzureOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.HadoopFileSystemOptions"><code class="docutils literal notranslate"><span class="pre">HadoopFileSystemOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.HadoopFileSystemOptions.validate"><code class="docutils literal notranslate"><span class="pre">HadoopFileSystemOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.WorkerOptions"><code class="docutils literal notranslate"><span class="pre">WorkerOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.WorkerOptions.validate"><code class="docutils literal notranslate"><span class="pre">WorkerOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DebugOptions"><code class="docutils literal notranslate"><span class="pre">DebugOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DebugOptions.add_experiment"><code class="docutils literal notranslate"><span class="pre">DebugOptions.add_experiment()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DebugOptions.lookup_experiment"><code class="docutils literal notranslate"><span class="pre">DebugOptions.lookup_experiment()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DebugOptions.validate"><code class="docutils literal notranslate"><span class="pre">DebugOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.ProfilingOptions"><code class="docutils literal notranslate"><span class="pre">ProfilingOptions</span></code></a></li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.SetupOptions"><code class="docutils literal notranslate"><span class="pre">SetupOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.SetupOptions.validate"><code class="docutils literal notranslate"><span class="pre">SetupOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.TestOptions"><code class="docutils literal notranslate"><span class="pre">TestOptions</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.TestOptions.validate"><code class="docutils literal notranslate"><span class="pre">TestOptions.validate()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.S3Options"><code class="docutils literal notranslate"><span class="pre">S3Options</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html">apache_beam.options.pipeline_options_validator module</a><ul> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.OPTIONS"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.OPTIONS</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.REQUIRED_ENVIRONMENT_OPTIONS"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.REQUIRED_ENVIRONMENT_OPTIONS</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.OPTIONAL_ENVIRONMENT_OPTIONS"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.OPTIONAL_ENVIRONMENT_OPTIONS</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_MISSING_OPTION"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_MISSING_OPTION</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_MISSING_GCS_PATH"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_MISSING_GCS_PATH</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_GCS_PATH"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_GCS_PATH</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_GCS_BUCKET"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_GCS_BUCKET</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_GCS_OBJECT"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_GCS_OBJECT</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_JOB_NAME"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_JOB_NAME</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_PROJECT_NUMBER"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_PROJECT_NUMBER</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_PROJECT_ID"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_PROJECT_ID</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_ENDPOINT"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_ENDPOINT</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_NOT_POSITIVE"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_NOT_POSITIVE</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_TEST_MATCHER_TYPE"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_TEST_MATCHER_TYPE</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_TEST_MATCHER_UNPICKLABLE"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_TEST_MATCHER_UNPICKLABLE</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_TRANSFORM_NAME_MAPPING"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_TRANSFORM_NAME_MAPPING</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_INVALID_ENVIRONMENT"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_INVALID_ENVIRONMENT</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_ENVIRONMENT_CONFIG"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_ENVIRONMENT_CONFIG</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_MISSING_REQUIRED_ENVIRONMENT_OPTION"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_MISSING_REQUIRED_ENVIRONMENT_OPTION</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_NUM_WORKERS_TOO_HIGH"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_NUM_WORKERS_TOO_HIGH</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.ERR_REPEATABLE_OPTIONS_NOT_SET_AS_LIST"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.ERR_REPEATABLE_OPTIONS_NOT_SET_AS_LIST</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.GCS_URI"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.GCS_URI</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.GCS_BUCKET"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.GCS_BUCKET</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.GCS_SCHEME"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.GCS_SCHEME</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.JOB_PATTERN"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.JOB_PATTERN</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.PROJECT_ID_PATTERN"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.PROJECT_ID_PATTERN</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.PROJECT_NUMBER_PATTERN"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.PROJECT_NUMBER_PATTERN</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.is_service_runner"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.is_service_runner()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.is_full_string_match"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.is_full_string_match()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_gcs_path"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_gcs_path()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_cloud_options"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_cloud_options()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_sdk_container_image_options"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_sdk_container_image_options()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_container_prebuilding_options"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_container_prebuilding_options()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_num_workers"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_num_workers()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_worker_region_zone"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_worker_region_zone()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_optional_argument_positive"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_optional_argument_positive()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_test_matcher"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_test_matcher()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_environment_options"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_environment_options()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_repeatable_argument_passed_as_list"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_repeatable_argument_passed_as_list()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.pipeline_options_validator.html#apache_beam.options.pipeline_options_validator.PipelineOptionsValidator.validate_endpoint_url"><code class="docutils literal notranslate"><span class="pre">PipelineOptionsValidator.validate_endpoint_url()</span></code></a></li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="toctree-l1"><a class="reference internal" href="apache_beam.options.value_provider.html">apache_beam.options.value_provider module</a><ul> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.ValueProvider"><code class="docutils literal notranslate"><span class="pre">ValueProvider</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.ValueProvider.is_accessible"><code class="docutils literal notranslate"><span class="pre">ValueProvider.is_accessible()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.ValueProvider.get"><code class="docutils literal notranslate"><span class="pre">ValueProvider.get()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.StaticValueProvider"><code class="docutils literal notranslate"><span class="pre">StaticValueProvider</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.StaticValueProvider.is_accessible"><code class="docutils literal notranslate"><span class="pre">StaticValueProvider.is_accessible()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.StaticValueProvider.get"><code class="docutils literal notranslate"><span class="pre">StaticValueProvider.get()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider.runtime_options"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider.runtime_options</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider.experiments"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider.experiments</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider.is_accessible"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider.is_accessible()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider.get_value"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider.get_value()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider.get"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider.get()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.RuntimeValueProvider.set_runtime_options"><code class="docutils literal notranslate"><span class="pre">RuntimeValueProvider.set_runtime_options()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.NestedValueProvider"><code class="docutils literal notranslate"><span class="pre">NestedValueProvider</span></code></a><ul> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.NestedValueProvider.is_accessible"><code class="docutils literal notranslate"><span class="pre">NestedValueProvider.is_accessible()</span></code></a></li> |
| <li class="toctree-l3"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.NestedValueProvider.get"><code class="docutils literal notranslate"><span class="pre">NestedValueProvider.get()</span></code></a></li> |
| </ul> |
| </li> |
| <li class="toctree-l2"><a class="reference internal" href="apache_beam.options.value_provider.html#apache_beam.options.value_provider.check_accessible"><code class="docutils literal notranslate"><span class="pre">check_accessible()</span></code></a></li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </section> |
| </section> |
| |
| |
| </div> |
| </div> |
| <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
| <a href="apache_beam.ml.ts.html" class="btn btn-neutral float-left" title="apache_beam.ml.ts package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
| <a href="apache_beam.options.pipeline_options.html" class="btn btn-neutral float-right" title="apache_beam.options.pipeline_options module" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| </div> |
| |
| <hr/> |
| |
| <div role="contentinfo"> |
| <p>© Copyright %Y, Apache Beam.</p> |
| </div> |
| |
| Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a |
| <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> |
| provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| |
| |
| </footer> |
| </div> |
| </div> |
| </section> |
| </div> |
| <script> |
| jQuery(function () { |
| SphinxRtdTheme.Navigation.enable(true); |
| }); |
| </script> |
| |
| </body> |
| </html> |