Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Usage

Package version

interface

An interface representing Usage. Describes Batch AI Resource Usage.

Hierarchy

  • Usage

Index

Properties

Optional currentValue

currentValue: undefined | number
member

{number} [currentValue] The current usage of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional limit

limit: undefined | number
member

{number} [limit] The maximum permitted usage of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: UsageName
member

{UsageName} [name] The name of the type of usage. NOTE: This property will not be serialized. It can only be populated by the server.

Optional unit

unit: UsageUnit
member

{UsageUnit} [unit] An enum describing the unit of usage measurement. Possible values include: 'Count' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc