Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 16 for int (0.11 seconds)

  1. Ensuring Python Type Safety

    PCollection[int] is annotated as Iterable[int] ( Generator[int, None,...self , element : int ) -> Iterable [ int ]: if element % 2...
    beam.apache.org/documentation/sdks/python-type-safety/
    Thu Apr 30 16:57:03 GMT 2026
      13K bytes
  2. AI Platform integration patterns

    = new ArrayList <>(); int index = 0 ; for ( Sentence s...adjacencyMap = new HashMap <>(); int sentenceBegin = s . getText ()....
    beam.apache.org/documentation/patterns/ai-platform/
    Fri May 01 11:56:06 GMT 2026
      14.3K bytes
  3. Enrichment with CloudSQL

    HOST" ) database_port = int ( os . environ . get ( "...HOST" ) database_port = int ( os . environ . get ( "...
    beam.apache.org/documentation/transforms/python/elementwise/enrichment-cloudsql/
    Fri May 01 11:56:06 GMT 2026
      10.9K bytes
  4. ParDo

    int lengthCutOff = c . sideInput...PCollection<String>. final int wordLengthCutOff = 10 ; // Create...
    beam.apache.org/documentation/transforms/java/elementwise/pardo/
    Fri May 01 11:56:06 GMT 2026
      10.8K bytes
  5. Beam Programming Guide

    Combining [ int , int , int ] } func ( s * combiningStateFn.... MakeCombiningState [ int , int , int ]( "stateKey" ,...
    beam.apache.org/documentation/programming-guide/
    Fri May 01 11:56:06 GMT 2026
      157.8K bytes
  6. Beam DataFrames: Overview

    da line: int(..), passenger_count=lambda line: int(..)) | Da...
    beam.apache.org/documentation/dsls/dataframes/overview/
    Thu Apr 30 16:57:03 GMT 2026
      9K bytes
  7. Apache Iceberg I/O connector

    Sequence [ int ]), ( 'map_field' , dict [ str , int ]), (...bool ), ( 'int_field' , int ), ( 'long_field' , np...
    beam.apache.org/documentation/io/built-in/iceberg/
    Fri May 01 11:56:06 GMT 2026
      18.4K bytes
  8. Preprocess data

    Convert floats to ints by assigning them buckets, based...distribution. Convert strings to ints by generating vocabulary over...
    beam.apache.org/documentation/ml/preprocess-data/
    Fri May 01 11:56:06 GMT 2026
      11.3K bytes
  9. HllCount

    ; int p = ...; PCollection < byte...
    beam.apache.org/documentation/transforms/java/aggregation/hllcount/
    Fri May 01 11:56:06 GMT 2026
      9.5K bytes
  10. Large Language Model Inference in Beam

    predict(unpickleable_object) my_output = int(unpickleable_returned[0]) return...model.predict(unpickleable_object) return int(prediction[0]) class MyModelHandler():...
    beam.apache.org/documentation/ml/large-language-modeling/
    Fri May 01 11:56:06 GMT 2026
      12.6K bytes
Back to Top