# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

--project=apache-beam-testing
--region=us-central1
--runner=DataflowRunner
--temp_location=gs://temp-storage-for-perf-tests/loadtests
--staging_location=gs://temp-storage-for-perf-tests/loadtests
--machine_type=n1-standard-4
--disk_size_gb=100
--num_workers=8
--max_num_workers=16
--autoscaling_algorithm=THROUGHPUT_BASED
--worker_zone=us-central1-b
--sdk_location=container
--requirements_file=apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
--input_options={}
--publish_to_big_query=true
--metrics_dataset=beam_run_inference
--metrics_table=mltransform_generate_vocab_batch
--influx_measurement=mltransform_generate_vocab_batch
--input_file=gs://apache-beam-ml/testing/inputs/sentences_50k.txt
--output_vocab=gs://temp-storage-for-perf-tests/mltransform/vocab_outputs/mltransform_generate_vocab_batch
--columns=text
--vocab_size=50000
--min_frequency=1
--lowercase=true
--input_expand_factor=1

