Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 15 for int (0.03 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 Jan 22 15:52:49 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/
    Thu Mar 12 17:54:17 GMT 2026
      14.2K 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/
    Thu Mar 12 17:54:17 GMT 2026
      10.9K bytes
  4. Beam Programming Guide

    Combining [ int , int , int ] } func ( s * combiningStateFn.... MakeCombiningState [ int , int , int ]( "stateKey" ,...
    beam.apache.org/documentation/programming-guide/
    Thu Mar 12 17:54:17 GMT 2026
      157.3K bytes
  5. ParDo

    int lengthCutOff = c . sideInput...PCollection<String>. final int wordLengthCutOff = 10 ; // Create...
    beam.apache.org/documentation/transforms/java/elementwise/pardo/
    Thu Mar 12 17:54:17 GMT 2026
      10.8K bytes
  6. Beam DataFrames: Overview

    da line: int(..), passenger_count=lambda line: int(..)) | Da...
    beam.apache.org/documentation/dsls/dataframes/overview/
    Thu Mar 12 17:54:17 GMT 2026
      9K bytes
  7. 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/
    Thu Mar 12 17:54:17 GMT 2026
      11.3K bytes
  8. 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/
    Thu Mar 12 17:54:17 GMT 2026
      12.6K bytes
  9. HllCount

    ; int p = ...; PCollection < byte...
    beam.apache.org/documentation/transforms/java/aggregation/hllcount/
    Thu Mar 12 17:54:17 GMT 2026
      9.4K bytes
  10. Test Your Pipeline

    c int ) string { return fmt . Sprintf...func formatFn ( w string , c int ) string { ... } func TestCountWords...
    beam.apache.org/documentation/pipelines/test-your-pipeline/
    Thu Mar 12 17:54:17 GMT 2026
      14.1K bytes
Back to Top