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.Environment Class Reference

An environment. More...

Properties

string environment_id [get, set]
 Unique identifier for this environment. More...
 
string name [get, set]
 Name that identifies the environment. More...
 
string description [get, set]
 Description of the environment, if available. More...
 
string created [get, set]
 Creation date of the environment, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. More...
 
string updated [get, set]
 Date of most recent environment update, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. More...
 
string status [get, set]
 Status of the environment. More...
 
bool read_only [get, set]
 Weather or not the environment is read only and maintained by IBM. More...
 
IndexCapacity index_capacity [get, set]
 Disk and memory usage. More...
 

Detailed Description

An environment.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.created
getset

Creation date of the environment, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.description
getset

Description of the environment, if available.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.environment_id
getset

Unique identifier for this environment.

IndexCapacity IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.index_capacity
getset

Disk and memory usage.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.name
getset

Name that identifies the environment.

bool IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.read_only
getset

Weather or not the environment is read only and maintained by IBM.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.status
getset

Status of the environment.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Environment.updated
getset

Date of most recent environment update, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.


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