Module: Google::Cloud::Dataflow::V1beta3::FlexResourceSchedulingGoal

Defined in:
proto_docs/google/dataflow/v1beta3/environment.rb

Overview

Specifies the resource to optimize for in Flexible Resource Scheduling.

Constant Summary collapse

FLEXRS_UNSPECIFIED =

Run in the default mode.

0
FLEXRS_SPEED_OPTIMIZED =

Optimize for lower execution time.

1
FLEXRS_COST_OPTIMIZED =

Optimize for lower cost.

2