- waitForPort(String, int, int) - Static method in class org.apache.beam.sdk.extensions.python.PythonService
-
- withArgs(Object...) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Positional arguments for the Python cross-language transform.
- withExpansionService(String) - Method in class org.apache.beam.sdk.extensions.python.transforms.DataframeTransform
-
Sets an expansion service endpoint for DataframeTransform.
- withExpansionService(String) - Method in class org.apache.beam.sdk.extensions.python.transforms.PythonMap
-
- withExpansionService(String) - Method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
-
Sets an expansion service endpoint for RunInference.
- withExtraPackages(List<String>) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies that the given Python packages are required for this transform, which will cause them
to be installed in both the construction-time and execution time environment.
- withExtraPackages(List<String>) - Method in class org.apache.beam.sdk.extensions.python.PythonService
-
Specifies that the given Python packages should be installed for this service environment.
- withExtraPackages(List<String>) - Method in class org.apache.beam.sdk.extensions.python.transforms.PythonMap
-
Specifies any extra packages required by the Python function.
- withExtraPackages(List<String>) - Method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
-
Specifies any extra packages required by the RunInference model handler.
- withIndexes() - Method in class org.apache.beam.sdk.extensions.python.transforms.DataframeTransform
-
Sets include_indexes option for DataframeTransform.
- withKwarg(String, Object) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies a single keyword argument for the Python cross-language transform.
- withKwarg(String, Object) - Method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
-
Sets keyword arguments for the model loader.
- withKwargs(Map<String, Object>) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies keyword arguments for the Python cross-language transform.
- withKwargs(Row) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies keyword arguments as a Row objects.
- withOutputCoder(Coder<?>) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies the Coder of the output PCollections produced by this transform.
- withOutputCoders(Map<String, Coder<?>>) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies the keys and Coders of the output PCollections produced by this
transform.
- withTypeHint(Class<?>, Schema.FieldType) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
-
Specifies the field type of arguments.