Method | Description | |
---|---|---|
Client ( string userName, string apiKey, bool devMode = false, string vpcDomain = "", bool useContextInAwaits = true, bool debug = false ) | ||
CreateBatchTopicDistribution ( |
Create a batch topic distribution using supplied arguments.
|
|
CreateBatchTopicDistribution ( |
Create a BatchTopicDistribution.
|
|
CreateDataset ( |
Create a dataset using the supplied arguments.
|
|
CreateDataset ( |
Create a dataset.
|
|
CreateExecution ( |
Create a whizzml execution using the supplied arguments.
|
|
CreateExecution ( |
Create a dataset.
|
|
CreateLibrary ( |
Create a whizzml library using the supplied arguments.
|
|
CreateLibrary ( string name = null, |
Create a dataset.
|
|
CreateModel ( |
Create a model.
|
|
CreateModel ( |
Create a model using supplied arguments.
|
|
CreateScript ( |
Create a whizzml script using the supplied arguments.
|
|
CreateScript ( string sourceCode, string name = null, |
Create a dataset.
|
|
CreateSource ( IEnumerable |
Create a new source from provided data and optional header.
|
|
CreateSource ( |
Create a new Source
|
|
CreateSource ( string path, string fileName = null ) : Task |
Create new Source from local file
|
|
CreateTopicDistribution ( TopicDistribution arguments ) : Task |
Create a new topicDistribution.
|
|
CreateTopicDistribution ( |
Create a new topicDistribution.
|
|
CreateTopicModel ( |
Create a topicModel using supplied arguments.
|
|
Download ( |
||
ListBatchTopicDistributions ( ) : Query |
List all the Batch TopicDistributions
|
|
ListDataSets ( ) : Query |
||
ListExecutions ( ) : Query |
||
ListLibraries ( ) : Query |
||
ListModels ( ) : Query |
List all models
|
|
ListScripts ( ) : Query |
||
ListSources ( ) : Query |
||
ListTopicDistributions ( ) : Query |
||
ListTopicModels ( ) : Query |
List all topicModels
|
|
Transform ( |
Clone, filter or sample a dataset
|
|
Update ( |
Update a source.
|
|
Update ( string resourceId, string name = null, |
Update a source.
|
Method | Description | |
---|---|---|
Create ( |
||
Create ( |
||
Create ( |
||
Create ( |
||
Create ( IEnumerable |
||
Create ( |
||
Create ( string path, string fileName = null ) : Task | ||
printRequestDebug ( string url, JsonValue request ) : void | ||
printResponseDebug ( HttpStatusCode code, HttpContent response ) : void | ||
printResponseDebug ( HttpStatusCode code, JsonValue response ) : void |
public Client ( string userName, string apiKey, bool devMode = false, string vpcDomain = "", bool useContextInAwaits = true, bool debug = false ) | ||
userName | string | |
apiKey | string | |
devMode | bool | |
vpcDomain | string | |
useContextInAwaits | bool | |
debug | bool |
public CreateBatchTopicDistribution ( |
||
arguments | ||
return | Task |
public CreateBatchTopicDistribution ( |
||
dataset | A DataSet instance | |
name | string | The name you want to give to the new batch topic distributions. |
arguments | Specifies the data that you want to predict. | |
return | Task |
public CreateDataset ( |
||
arguments | ||
return | Task |
public CreateDataset ( |
||
source | The source from which you want to generate a dataset. | |
name | string | The optional name you want to give to the new dataset. |
arguments | ||
return | Task |
public CreateExecution ( |
||
arguments | ||
return | Task |
public CreateExecution ( |
||
script | The source from which you want to generate a dataset. | |
name | string | The optional name you want to give to the new dataset. |
arguments | ||
return | Task |
public CreateLibrary ( |
||
arguments | ||
return | Task |
public CreateLibrary ( string name = null, |
||
name | string | The optional name you want to give to the new dataset. |
arguments | ||
return | Task |
public CreateModel ( |
||
dataset | A DataSet instance | |
name | string | The name you want to give to the new model. |
inputFields | string | Specifies the ids of the fields that you want to use as predictors to create the model. |
objectiveField | string | Specifies the id of the field that you want to predict. |
arguments | ||
return | Task |
public CreateModel ( |
||
arguments | ||
return | Task |
public CreateScript ( |
||
arguments | ||
return | Task |
public CreateScript ( string sourceCode, string name = null, |
||
sourceCode | string | The source from which you want to generate a dataset. |
name | string | The optional name you want to give to the new dataset. |
arguments | ||
return | Task |
public CreateSource ( IEnumerable |
||
data | IEnumerable |
|
name | string | |
header | string | |
return | Task |
public CreateSource ( |
||
arguments | ||
return | Task |
public CreateSource ( string path, string fileName = null ) : Task | ||
path | string | path to local file |
fileName | string | name to use |
return | Task |
public CreateTopicDistribution ( TopicDistribution arguments ) : Task |
||
arguments | TopicDistribution | |
return | Task |
public CreateTopicDistribution ( |
||
topicModel | A valid TopicModel | |
name | string | The name you want to give to the new topicDistribution. |
arguments | TopicDistribution | |
return | Task |
public CreateTopicModel ( |
||
arguments | ||
return | Task |
public Download ( |
||
dataset | ||
f | FileStream | |
return | Task |
public ListBatchTopicDistributions ( ) : Query |
||
return | Query |
public Transform ( |
||
dataset | ||
name | string | The optional name you want to give to the new dataset. |
arguments | ||
return | Task |
public Update ( |
||
source | A valid source | |
name | string | The new name of the source |
parser | New parse options for the source | |
return | Task |
public Update ( string resourceId, string name = null, |
||
resourceId | string | A valid source/id |
name | string | The new name of the source |
parser | New parse options for the source | |
return | Task |