Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec::ProvisionedThroughputSetting (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec::ProvisionedThroughputSetting.

Setting for provisioned throughput.

Constants

PROVISIONED_THROUGHPUT_SETTING_UNSPECIFIED

value: 0
Default value. If the user has remaining provisioned throughput, provisioned throughput will be used. Otherwise, pay as you go will be used.

PROVISIONED_THROUGHPUT_ONLY

value: 1
Only use provisioned throughput. If the user has no remaining provisioned throughput, an error will be returned.

PAY_AS_YOU_GO_ONLY

value: 2
Disables provisioned throughput.