Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.Discovery.v1.MemoryUsage Class Reference

Summary of memory-usage statistics for the environment. More...

Properties

long used_bytes [get, set]
 Number of bytes used in the environment's memory capacity. More...
 
long total_bytes [get, set]
 Total number of bytes available in the environment's memory capacity. More...
 
string used [get, set]
 Amount of memory capacity used, in KB or GB format. More...
 
string total [get, set]
 Total amount of the environment's memory capacity, in KB or GB format. More...
 
double percent_used [get, set]
 Percentage of the environment's memory capacity that is being used. More...
 

Detailed Description

Summary of memory-usage statistics for the environment.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.Discovery.v1.MemoryUsage.percent_used
getset

Percentage of the environment's memory capacity that is being used.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.MemoryUsage.total
getset

Total amount of the environment's memory capacity, in KB or GB format.

long IBM.Watson.DeveloperCloud.Services.Discovery.v1.MemoryUsage.total_bytes
getset

Total number of bytes available in the environment's memory capacity.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.MemoryUsage.used
getset

Amount of memory capacity used, in KB or GB format.

long IBM.Watson.DeveloperCloud.Services.Discovery.v1.MemoryUsage.used_bytes
getset

Number of bytes used in the environment's memory capacity.


The documentation for this class was generated from the following file: