GeminiModelTimeoutForFileStateCheck Property

Gets or sets the timeout value, in seconds, used for checking the state of a uploaded file.

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public int TimeoutForFileStateCheck { get; set; }

Property Value

Int32

Remarks

This property determines the maximum duration to wait while verifying the state of operations related to files, such as uploads or processing.

See Also