Module: Google::Cloud::AIPlatform::V1::GenerationConfig::RoutingConfig::AutoRoutingMode::ModelRoutingPreference

Defined in:
proto_docs/google/cloud/aiplatform/v1/content.rb

Overview

The model routing preference.

Constant Summary collapse

UNKNOWN =

Unspecified model routing preference.

0
PRIORITIZE_QUALITY =

Prefer higher quality over low cost.

1
BALANCED =

Balanced model routing preference.

2
PRIORITIZE_COST =

Prefer lower cost over higher quality.

3