public enum GenerateGroundedContentRequest.Types.GenerationSpec.Types.ProvisionedThroughputSettingReference documentation and code samples for the Discovery Engine v1beta API enum GenerateGroundedContentRequest.Types.GenerationSpec.Types.ProvisionedThroughputSetting.
Setting for provisioned throughput.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
PayAsYouGoOnly |
Disables provisioned throughput. |
ProvisionedThroughputOnly |
Only use provisioned throughput. If the user has no remaining provisioned throughput, an error will be returned. |
Unspecified |
Default value. If the user has remaining provisioned throughput, provisioned throughput will be used. Otherwise, pay as you go will be used. |