Usage Class

Describes Batch AI Resource Usage.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Usage

Constructor

Usage(**kwargs)

Variables

unit
str or <xref:batch_ai.models.UsageUnit>

An enum describing the unit of usage measurement. Possible values include: "Count".

current_value
int

The current usage of the resource.

limit
<xref:long>

The maximum permitted usage of the resource.

name
<xref:batch_ai.models.UsageName>

The name of the type of usage.