Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ComputeCostEstimation

Cost estimation for compute

Properties

Optional gpuCount

gpuCount: undefined | number

Total number of GPU Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

gpuPerHour

gpuPerHour: number

GPU per hour Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional gpuPerHourBySubscription

gpuPerHourBySubscription: undefined | number

GPU per hour by subscription Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional memoryAmountGb

memoryAmountGb: undefined | number

Total usage of memory Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

memoryGbPerHour

memoryGbPerHour: number

Gigabyte per hour Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional memoryGbPerHourBySubscription

memoryGbPerHourBySubscription: undefined | number

Gigabyte per hour by subscription Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional ocpuCount

ocpuCount: undefined | number

Total number of OCPUs Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

ocpuPerHour

ocpuPerHour: number

OCPU per hour Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional ocpuPerHourBySubscription

ocpuPerHourBySubscription: undefined | number

OCPU per hour by subscription Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalPerHour

totalPerHour: number

Total per hour Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional totalPerHourBySubscription

totalPerHourBySubscription: undefined | number

Total usage per hour by subscription Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj