| java.lang.Object | ||
| ↳ | org.mule.modules.google.AbstractGoogleOAuthConnector | |
| ↳ | org.mule.modules.google.prediction.GooglePredictionConnector | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Generic module
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessToken | |||||||||||
| applicationName | Application name registered on Google API console | ||||||||||
| client | The google api client | ||||||||||
| consumerKey | The OAuth2 consumer key | ||||||||||
| consumerSecret | The OAuth2 consumer secret | ||||||||||
| identifierPolicy | This policy represents which id we want to use to represent each google account. | ||||||||||
| scope | The OAuth scopes you want to request | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Updates an existing prediction model with new data.
| |||||||||||
Inserts a new calendar associated with the user that owns the current OAuth token
| |||||||||||
Deletes a prediction model using the id of that model.
| |||||||||||
Updates an existing prediction model with new data.
| |||||||||||
Inserts a new calendar associated with the user that owns the current OAuth token
| |||||||||||
Inserts a new calendar associated with the user that owns the current OAuth token
| |||||||||||
Set property
| |||||||||||
Set property
| |||||||||||
Set property
| |||||||||||
Set property
| |||||||||||
Checks if the training of a model is completed or not.
| |||||||||||
Updates an existing prediction model with new data.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
From class
java.lang.Object
| |||||||||||
Application name registered on Google API console
The google api client
The OAuth2 consumer key
The OAuth2 consumer secret
This policy represents which id we want to use to represent each google account. PROFILE means that we want the google profile id. That means, the user's primary key in google's DB. This is a long number represented as a string. EMAIL means you want to use the account's email address
The OAuth scopes you want to request
Updates an existing prediction model with new data.
| modelId | The id of your prediction model. |
|---|
| IOException | if there's a communication error with google's servers |
|---|
Inserts a new calendar associated with the user that owns the current OAuth token
| modelId | The id of your prediction model. |
|---|---|
| googleStorageLocation | The id of your google storage that holds the model. |
| storagePMMLLocation | The id of your google storage Location that holds the PMML model. |
| storagePMMLModelLocation | The id of your google storage Location that holds the PMML model. |
| IOException | if there's a communication error with google's servers |
|---|
Deletes a prediction model using the id of that model.
| modelId | The id of your prediction model. |
|---|
| IOException | if there's a communication error with google's servers |
|---|
Updates an existing prediction model with new data.
| modelId | The id of your prediction model. |
|---|
| IOException | if there's a communication error with google's servers |
|---|
Inserts a new calendar associated with the user that owns the current OAuth token
| IOException | if there's a communication error with google's servers |
|---|
Inserts a new calendar associated with the user that owns the current OAuth token
| modelId | The name of your prediction model. |
|---|---|
| list | A list containing the query strings that you want to predict. |
| IOException | if there's a communication error with google's servers |
|---|
| accessToken |
|---|
Set property
| applicationName | Application Name |
|---|
| prediction |
|---|
Set property
| consumerKey | Consumer Key |
|---|
Set property
| consumerSecret | Consumer Secret |
|---|
| identifierPolicy |
|---|
Set property
| scope | Oauth Scope Identifier |
|---|
Checks if the training of a model is completed or not.
| modelId | The id of your prediction model. |
|---|
| IOException | if there's a communication error with google's servers |
|---|
Updates an existing prediction model with new data.
| modelId | The id of your prediction model. |
|---|---|
| label | The label that you want to add more training data to. |
| csv | A list of CSV strings that you want to update this training model with for one particular label. |
| IOException | if there's a communication error with google's servers |
|---|