Skip navigation links
D E F G O P R S V W 

D

DataframeTransform - Class in org.apache.beam.sdk.extensions.python.transforms
Wrapper for invoking external Python DataframeTransform.

E

expand(InputT) - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
 
expand(PCollection<Row>) - Method in class org.apache.beam.sdk.extensions.python.transforms.DataframeTransform
 
expand(PCollection<? extends InputT>) - Method in class org.apache.beam.sdk.extensions.python.transforms.PythonMap
 
expand(PCollection<?>) - Method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
 

F

findAvailablePort() - Static method in class org.apache.beam.sdk.extensions.python.PythonService
 
from(String) - Static method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
Instantiates a cross-language wrapper for a Python transform with a given transform name.
from(String, String) - Static method in class org.apache.beam.sdk.extensions.python.PythonExternalTransform
Instantiates a cross-language wrapper for a Python transform with a given transform name.

G

getPipelineOptions() - Method in class org.apache.beam.sdk.extensions.python.PythonExternalTransformOptionsRegistrar
 
getUseTransformService() - Method in interface org.apache.beam.sdk.extensions.python.PythonExternalTransformOptions
 

O

of(String) - Static method in class org.apache.beam.sdk.extensions.python.transforms.DataframeTransform
Instantiates a multi-language wrapper for a Python DataframeTransform with a given lambda function.
of(String, Schema.FieldType, Schema.FieldType) - Static method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
Instantiates a multi-language wrapper for a Python RunInference with a given model loader.
of(String, Schema) - Static method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
Instantiates a multi-language wrapper for a Python RunInference with a given model loader.
ofKVs(String, Schema.FieldType, Schema.FieldType, Coder<KeyT>) - Static method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
Similar to RunInference#of(String, FieldType, FieldType) but the input is a PCollection of KVs.
ofKVs(String, Schema, Coder<KeyT>) - Static method in class org.apache.beam.sdk.extensions.python.transforms.RunInference
Similar to of(String, Schema) but the input is a PCollection of KVs.
org.apache.beam.sdk.extensions.python - package org.apache.beam.sdk.extensions.python
Extensions for invoking Python transforms from the Beam Java SDK.
org.apache.beam.sdk.extensions.python.transforms - package org.apache.beam.sdk.extensions.python.transforms
Extensions for invoking Python transforms from the Beam Java SDK.

P

PythonExternalTransform<InputT extends org.apache.beam.sdk.values.PInput,OutputT extends org.apache.beam.sdk.values.POutput> - Class in org.apache.beam.sdk.extensions.python
Wrapper for invoking external Python transforms.
PythonExternalTransformOptions - Interface in org.apache.beam.sdk.extensions.python
Pipeline options for PythonExternalTransform.
PythonExternalTransformOptionsRegistrar - Class in org.apache.beam.sdk.extensions.python
PythonExternalTransformOptionsRegistrar() - Constructor for class org.apache.beam.sdk.extensions.python.PythonExternalTransformOptionsRegistrar
 
PythonMap<InputT,OutputT> - Class in org.apache.beam.sdk.extensions.python.transforms
Wrapper for invoking external Python Map transforms..
PythonService - Class in org.apache.beam.sdk.extensions.python
Utility to bootstrap and start a Beam Python service.
PythonService(String, List<String>, List<String>) - Constructor for class org.apache.beam.sdk.extensions.python.PythonService
 
PythonService(String, List<String>) - Constructor for class org.apache.beam.sdk.extensions.python.PythonService
 
PythonService(String, String...) - Constructor for class org.apache.beam.sdk.extensions.python.PythonService
 

R

RunInference<OutputT> - Class in org.apache.beam.sdk.extensions.python.transforms
Wrapper for invoking external Python RunInference.

S

setUseTransformService(boolean) - Method in interface org.apache.beam.sdk.extensions.python.PythonExternalTransformOptions
 
start() - Method in class org.apache.beam.sdk.extensions.python.PythonService
 

V

viaFlatMapFn(String, Coder<?>) - Static method in class org.apache.beam.sdk.extensions.python.transforms.PythonMap
 
viaMapFn(String, Coder<?>) - Static method in class org.apache.beam.sdk.extensions.python.transforms.PythonMap
 

W

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.
D E F G O P R S V W 
Skip navigation links