Share via


CompletionUsageContextVariableTypeConverter Class

public class CompletionUsageContextVariableTypeConverter
extends ContextVariableTypeConverter<CompletionsUsage>

A ContextVariableTypeConverter<T> for com.azure.ai.openai.models.CompletionsUsage variables. Use ContextVariableTypes.getGlobalVariableTypeForClass(CompletionsUsage.class) to get an instance of this class.

Constructor Summary

Constructor Description
CompletionUsageContextVariableTypeConverter()

Creates a new instance of the CompletionUsageContextVariableTypeConverter class.

Methods inherited from ContextVariableTypeConverter

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CompletionUsageContextVariableTypeConverter

public CompletionUsageContextVariableTypeConverter()

Creates a new instance of the CompletionUsageContextVariableTypeConverter class.

Applies to