Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DedicatedAiClusterHostingCapacity

The capacity of a hosting type dedicated AI cluster.

Properties

Const capacityType

capacityType: string = "HOSTING_CAPACITY"

Optional totalEndpointCapacity

totalEndpointCapacity: undefined | number

The total number of endpoints that can be hosted on this dedicated AI cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usedEndpointCapacity

usedEndpointCapacity: undefined | number

The number of endpoints hosted on this dedicated AI cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj