Discovery Engine v1beta API - Enum GenerateGroundedContentRequest.Types.GenerationSpec.Types.ProvisionedThroughputSetting (1.0.0-beta24)

public enum GenerateGroundedContentRequest.Types.GenerationSpec.Types.ProvisionedThroughputSetting

Reference documentation and code samples for the Discovery Engine v1beta API enum GenerateGroundedContentRequest.Types.GenerationSpec.Types.ProvisionedThroughputSetting.

Setting for provisioned throughput.

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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.