A B C D E F G H I J L M O P R S T V W 
All Classes All Packages

A

Action<T1,​T2> - Interface in com.datarobot.util
 
addDataset(Dataset) - Method in class com.datarobot.model.AI
Add a Dataset to this AI
addDataset(String, String) - Method in interface com.datarobot.IAIClient
Add a Dataset to the AI
addDataset(String, String) - Method in class com.datarobot.impl.AIClient
Add a Dataset to the AI
addLearningSession(LearningSession) - Method in class com.datarobot.model.AI
addLearningSession(String, String, String) - Method in interface com.datarobot.IAIClient
Add a LearningSession to the AI
addLearningSession(String, String, String) - Method in class com.datarobot.impl.AIClient
Add a LearningSession to the AI
addOutput(String, String) - Method in class com.datarobot.model.AI
Add a Output to this LearningSession
addOutput(String, String, String) - Method in interface com.datarobot.IAIClient
Add an Output to the AI
addOutput(String, String, String) - Method in class com.datarobot.impl.AIClient
Add an Output to the AI
AI - Class in com.datarobot.model
A container for multiple learning sessions, dataset, and other entities in DataRobot AI.
AI() - Constructor for class com.datarobot.model.AI
 
AIBody - Class in com.datarobot.model
internal
AIBody() - Constructor for class com.datarobot.model.AIBody
 
AIBody(String, int) - Constructor for class com.datarobot.model.AIBody
 
AIBody(String, String) - Constructor for class com.datarobot.model.AIBody
 
AIClient - Class in com.datarobot.impl
The AIClient object provides access to the AI endpoints of the DataRobot AI API.
AIClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.AIClient
IAIClient based API operations.
AICreationResponse - Class in com.datarobot.model
internal
AICreationResponse() - Constructor for class com.datarobot.model.AICreationResponse
 
AIEmptyResponse - Class in com.datarobot.model
 
AIEmptyResponse() - Constructor for class com.datarobot.model.AIEmptyResponse
 
AIList - Class in com.datarobot.model
A reference to a list of AI objects on the DataRobot server connected to an account.
AIList() - Constructor for class com.datarobot.model.AIList
 
aiPredict(String, String, String) - Method in class com.datarobot.impl.PredictionClient
Retrieve AI predictions against data.
aiPredict(String, String, String) - Method in interface com.datarobot.IPredictionClient
Retrieve AI predictions against data.
ais() - Method in interface com.datarobot.IDataRobotAIClient
The IAIClient interface provides access to AI related endpoints.
ais() - Method in class com.datarobot.impl.DataRobotAIClient
IAIClient based API operations
ApiConnection - Class in com.datarobot.impl
The ApiConnection object is responsible for low-level HTTP requests and mapping JSON responses to POJO objects.
ApiConnection(String, String, IDataRobotAIClient) - Constructor for class com.datarobot.impl.ApiConnection
The ApiConnection object is responsible for low-level HTTP requests /responses and mapping JSON responses to POJO objects.
AssignLocation(HttpHeaders) - Method in class com.datarobot.model.ReturnsLocation
 

B

BASE_URL - Static variable in class com.datarobot.impl.DataRobotAIClient
The base URL

C

CLIENT_VERSION - Static variable in class com.datarobot.impl.DataRobotAIClient
The current version of the client
ClientException - Exception in com.datarobot.impl
 
ClientException(String) - Constructor for exception com.datarobot.impl.ClientException
 
ClientException(String, int, Exception) - Constructor for exception com.datarobot.impl.ClientException
 
ClientException(String, ErrorResponse) - Constructor for exception com.datarobot.impl.ClientException
 
ClientException(String, ErrorResponse, Exception) - Constructor for exception com.datarobot.impl.ClientException
 
ClientException(String, Exception) - Constructor for exception com.datarobot.impl.ClientException
 
com.datarobot - package com.datarobot
This is the root level package for the DataRobot AI API Java Client Library.
com.datarobot.impl - package com.datarobot.impl
This package provides the implementation specific objects used to access the DataRobot AI API.
com.datarobot.model - package com.datarobot.model
To get started, take a look in the com.datarobot.impl package at DataRobotAIClient which is where you want to get started.
com.datarobot.util - package com.datarobot.util
This package contains miscellaneous Objects and classes to support the DataRobot AI API Java Client Library.
createAI(String) - Method in interface com.datarobot.IAIClient
Create an AI with the given name
createAI(String) - Method in interface com.datarobot.IDataRobotAIClient
Create an AI that will learn from past data to predict on new data.
createAI(String) - Method in class com.datarobot.impl.AIClient
Create an AI with the given name
createAI(String) - Method in class com.datarobot.impl.DataRobotAIClient
Create an AI that will learn from past data to predict on new data.

D

data() - Method in interface com.datarobot.IDataRobotAIClient
The IDatasetClient interface provides access to Dataset related endpoints
data() - Method in class com.datarobot.impl.DataRobotAIClient
IDatasetClient based API operations
DataRobotAIClient - Class in com.datarobot.impl
The DataRobotAIClient object is the main class for using the DataRobot AI API.
DataRobotAIClient() - Constructor for class com.datarobot.impl.DataRobotAIClient
Create a new instance of the DataRobotAIClient from an API_KEY environment variable
DataRobotAIClient(String) - Constructor for class com.datarobot.impl.DataRobotAIClient
Create a new instance of the DataRobotAIClient
DataRobotAIClient(String, String) - Constructor for class com.datarobot.impl.DataRobotAIClient
Create a new instance of the DataRobotAIClient
DataRobotAIClient(String, String, HttpTransport) - Constructor for class com.datarobot.impl.DataRobotAIClient
Internal provided for testing use only
Dataset - Class in com.datarobot.model
A reference to a Dataset on the DataRobot server.
Dataset() - Constructor for class com.datarobot.model.Dataset
 
DatasetClient - Class in com.datarobot.impl
The DatasetClient object provides access to the dataset endpoints of the DataRobot AI API.
DatasetClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.DatasetClient
IDatasetClient based API operations.
DatasetFrom - Class in com.datarobot.impl
 
DatasetFrom() - Constructor for class com.datarobot.impl.DatasetFrom
 
DatasetImportResponse - Class in com.datarobot.model
Internal
DatasetImportResponse() - Constructor for class com.datarobot.model.DatasetImportResponse
 
DatasetList - Class in com.datarobot.model
A reference to a list of Dataset objects on the DataRobot server connected to an account.
DatasetList() - Constructor for class com.datarobot.model.DatasetList
 
DatasetStreamSource - Class in com.datarobot.model
Internal A IDatasetSource that is uploaded from an underlying InputStream (e.g.
DatasetStreamSource(String, InputStream) - Constructor for class com.datarobot.model.DatasetStreamSource
 
DatasetUrlSource - Class in com.datarobot.model
Internal A IDatasetSource that provides a URL that the DataRobot AI API will ingest for building a model.
DatasetUrlSource(String, URI) - Constructor for class com.datarobot.model.DatasetUrlSource
 
Default - Static variable in class com.datarobot.model.PagingParams
A PagingParams object that represents the default settings (offset at 0, and limit at 50)
delete(String) - Method in interface com.datarobot.IAIClient
Delete an AI
delete(String) - Method in interface com.datarobot.IDatasetClient
Delete a dataset
delete(String) - Method in interface com.datarobot.ILearningSessionClient
Delete a learning session
delete(String) - Method in class com.datarobot.impl.AIClient
Delete an AI
delete(String) - Method in class com.datarobot.impl.DatasetClient
Delete a dataset
delete(String) - Method in class com.datarobot.impl.LearningSessionClient
Delete a learning session
delete(String, Map<String, Object>, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
DELETE - com.datarobot.util.HttpMethod
 
Deployment - Class in com.datarobot.model
A reference to a Deployment on the DataRobot server.
Deployment() - Constructor for class com.datarobot.model.Deployment
 
Deployment(String, String, String, String, String) - Constructor for class com.datarobot.model.Deployment
internal
deploymentPredict(Deployment, String) - Method in class com.datarobot.impl.PredictionClient
Send a prediction request to the specified deployment
deploymentPredict(Deployment, String) - Method in interface com.datarobot.IPredictionClient
Send a prediction request to the specified deployment

E

equals(Object) - Method in class com.datarobot.model.AIBody
 
equals(Object) - Method in class com.datarobot.model.AIList
internal
equals(Object) - Method in class com.datarobot.model.Dataset
internal
equals(Object) - Method in class com.datarobot.model.DatasetList
internal
equals(Object) - Method in class com.datarobot.model.ErrorResponse
equals(Object) - Method in class com.datarobot.model.Feature
internal
equals(Object) - Method in class com.datarobot.model.LearningSession
internal
equals(Object) - Method in class com.datarobot.model.LearningSessionFeatures
internal
equals(Object) - Method in class com.datarobot.model.LearningSessionList
internal
equals(Object) - Method in class com.datarobot.model.LearnParams
equals(Object) - Method in class com.datarobot.model.OutputFeatures
internal
equals(Object) - Method in class com.datarobot.model.OutputList
internal
equals(Object) - Method in class com.datarobot.model.Paged
internal
equals(Object) - Method in class com.datarobot.model.Ping
equals(Object) - Method in class com.datarobot.model.Prediction
internal
equals(Object) - Method in class com.datarobot.model.PredictionList
internal
equals(Object) - Method in class com.datarobot.model.Status
internal
equals(Object) - Method in class com.datarobot.model.StatusList
 
ErrorResponse - Class in com.datarobot.model
The ErrorResponse object contains Error information when a ClientException occurs.
ErrorResponse() - Constructor for class com.datarobot.model.ErrorResponse
 
Evaluation - Class in com.datarobot.model
A reference to an Evaluation for a LearningSession on the DataRobot server.
Evaluation() - Constructor for class com.datarobot.model.Evaluation
 
Evaluation(String, Double, String) - Constructor for class com.datarobot.model.Evaluation
 

F

Feature - Class in com.datarobot.model
A reference to a Feature on the DataRobot server.
Feature() - Constructor for class com.datarobot.model.Feature
 
from(String, InputStream) - Static method in class com.datarobot.impl.DatasetFrom
Create a Data Source from a text/csv stream
from(String, URI) - Static method in class com.datarobot.impl.DatasetFrom
Create a Data Source from a URL that contains a CSV file.

G

get(Class<T>, String, Map<String, Object>, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
get(Class<T>, String, Map<String, Object>, Action<HttpRequest, HttpResponse>, String) - Method in class com.datarobot.impl.ApiConnection
 
get(String) - Method in interface com.datarobot.IAIClient
Retrieve an AI
get(String) - Method in interface com.datarobot.IDatasetClient
Retrieve a dataset
get(String) - Method in interface com.datarobot.ILearningSessionClient
Retrieve a LearningSession by id
get(String) - Method in class com.datarobot.impl.AIClient
Retrieve an AI
get(String) - Method in class com.datarobot.impl.DatasetClient
Retrieve a dataset
get(String) - Method in class com.datarobot.impl.LearningSessionClient
Retrieve a LearningSession by id
get(String) - Method in class com.datarobot.impl.StatusClient
Get a status object by ID
get(String) - Method in interface com.datarobot.IStatusClient
Get a status object by ID
get(String) - Method in interface com.datarobot.model.IDoGetCallback
 
get(String, Map<String, Object>, Action<HttpRequest, HttpResponse>, OutputStream) - Method in class com.datarobot.impl.ApiConnection
 
get(String, Map<String, Object>, Action<HttpRequest, HttpResponse>, OutputStream, String) - Method in class com.datarobot.impl.ApiConnection
 
GET - com.datarobot.util.HttpMethod
 
getAdditionalProperties() - Method in class com.datarobot.model.AIBody
 
getAdditionalProperties() - Method in class com.datarobot.model.AIList
internal
getAdditionalProperties() - Method in class com.datarobot.model.Dataset
internal
getAdditionalProperties() - Method in class com.datarobot.model.DatasetList
internal
getAdditionalProperties() - Method in class com.datarobot.model.DatasetUrlSource
 
getAdditionalProperties() - Method in class com.datarobot.model.ErrorResponse
 
getAdditionalProperties() - Method in class com.datarobot.model.Feature
internal
getAdditionalProperties() - Method in class com.datarobot.model.LearningSession
internal
getAdditionalProperties() - Method in class com.datarobot.model.LearningSessionFeatures
internal
getAdditionalProperties() - Method in class com.datarobot.model.LearningSessionList
internal
getAdditionalProperties() - Method in class com.datarobot.model.OutputFeatures
internal
getAdditionalProperties() - Method in class com.datarobot.model.OutputList
internal
getAdditionalProperties() - Method in class com.datarobot.model.Ping
 
getAdditionalProperties() - Method in class com.datarobot.model.Prediction
internal
getAdditionalProperties() - Method in class com.datarobot.model.PredictionList
internal
getAdditionalProperties() - Method in class com.datarobot.model.Status
internal
getAdditionalProperties() - Method in class com.datarobot.model.StatusList
 
getAIId() - Method in class com.datarobot.model.AICreationResponse
 
getApiKey() - Method in class com.datarobot.impl.DataRobotAIClient
The currently configured API key used by this instance of the client.
getCode() - Method in class com.datarobot.model.Status
Get the current status code
getColumnCount() - Method in class com.datarobot.model.Dataset
Retrieve the number of columns of this Dataset
getConfiguredUrl() - Method in class com.datarobot.impl.DataRobotAIClient
Gets the URL endpoint the client is currently connected to.
getConnection() - Method in interface com.datarobot.IDataRobotAIClient
 
getConnection() - Method in class com.datarobot.impl.DataRobotAIClient
Internal Returns the HTTP connection used for all calls in the client.
getContentType() - Method in class com.datarobot.model.DatasetStreamSource
getContentType() - Method in class com.datarobot.model.DatasetUrlSource
getContentType() - Method in interface com.datarobot.model.IDatasetSource
 
getCount() - Method in class com.datarobot.model.Paged
For DataRobot AI API list objects, this property will indicate the URL of the current page.
getCreatedDate() - Method in class com.datarobot.model.AI
Get the date this AI was created
getCreatedDate() - Method in class com.datarobot.model.Output
Get the date this Output was created
getCreatedOn() - Method in class com.datarobot.model.Dataset
Retrieve the datetime this Dataset was created
getCreatedOn() - Method in class com.datarobot.model.LearningSession
Retrieve the datetime this LearningSession was created
getCreatedOn() - Method in class com.datarobot.model.Status
Get the DateTime of when the status was created
getDataRobotKey() - Method in class com.datarobot.model.Deployment
Get the datarobot-key required for predictions associated with this Deployment
getDataRobotKey() - Method in class com.datarobot.model.Output
Get the datarobot-key required for predictions associated with this Output
getDatasetCount() - Method in class com.datarobot.model.AI
Get the number of Dataset objects associated with this AI
getDatasetId() - Method in class com.datarobot.model.DatasetImportResponse
 
getDatasetId() - Method in class com.datarobot.model.LearningSession
Get the unique identifier of the Dataset this LearningSession learned from
getDatasetId() - Method in class com.datarobot.model.LearningSessionFeatures
Get the unique identifier for the Dataset these LearningSessionFeatures are associated with
getDatasets() - Method in class com.datarobot.model.AI
Retrieve a list of Dataset objects associated with this AI
getDatasetUrl() - Method in class com.datarobot.model.AI
Get a URL for the list of Dataset objects associated with this AI
getDeployment(String) - Method in interface com.datarobot.ILearningSessionClient
Get the deployment associated with this learning session.
getDeployment(String) - Method in class com.datarobot.impl.LearningSessionClient
Get the deployment associated with this learning session.
getDeploymentId() - Method in class com.datarobot.model.Deployment
Get the unique identifier of this Deployment
getDeploymentId() - Method in class com.datarobot.model.Output
Get the unique identifier for the Deployment of this Output
getDescription() - Method in class com.datarobot.model.Status
Get a description describing details of the current status
getError() - Method in class com.datarobot.impl.StatusTask
Returns the error of this StatusTask
getErrorResponse() - Method in exception com.datarobot.impl.ClientException
 
getErrors() - Method in class com.datarobot.model.ErrorResponse
 
getEvaluation() - Method in class com.datarobot.model.LearningSession
Retrieve performance information for the given learning session.
getEvaluation() - Method in class com.datarobot.model.Output
Get an Evaluation for this Output
getEvaluation(String) - Method in interface com.datarobot.ILearningSessionClient
Get performance information for the given learning session.
getEvaluation(String) - Method in class com.datarobot.impl.LearningSessionClient
Get performance information for the given learning session.
getFeatures() - Method in class com.datarobot.model.LearningSession
Retrieve features associated with this learning session.
getFeatures() - Method in class com.datarobot.model.LearningSessionFeatures
Retrieve a list of Feature objects associated with this LearningSession
getFeatures() - Method in class com.datarobot.model.Output
Get a list of features for this Output
getFeatures() - Method in class com.datarobot.model.OutputFeatures
Retrieve a list of Feature objects that are connected to this Output
getFeatures(String) - Method in interface com.datarobot.ILearningSessionClient
Retrieve features association with a LearningSession.
getFeatures(String) - Method in class com.datarobot.impl.LearningSessionClient
Retrieve features association with a LearningSession.
getHttpMessageTransformer() - Method in interface com.datarobot.IAIClient
 
getHttpMessageTransformer() - Method in interface com.datarobot.IDataRobotAIClient
 
getHttpMessageTransformer() - Method in interface com.datarobot.IDatasetClient
 
getHttpMessageTransformer() - Method in interface com.datarobot.ILearningSessionClient
 
getHttpMessageTransformer() - Method in class com.datarobot.impl.AIClient
internal
getHttpMessageTransformer() - Method in class com.datarobot.impl.DataRobotAIClient
Internal
getHttpMessageTransformer() - Method in class com.datarobot.impl.DatasetClient
internal
getHttpMessageTransformer() - Method in class com.datarobot.impl.LearningSessionClient
internal
getHttpMessageTransformer() - Method in class com.datarobot.impl.PredictionClient
internal
getHttpMessageTransformer() - Method in class com.datarobot.impl.StatusClient
internal
getHttpMessageTransformer() - Method in class com.datarobot.impl.StatusTask
internal
getHttpMessageTransformer() - Method in interface com.datarobot.IPredictionClient
 
getHttpMessageTransformer() - Method in interface com.datarobot.IStatusClient
 
getId() - Method in class com.datarobot.model.AI
Get the unique identifier for this AI
getId() - Method in class com.datarobot.model.Dataset
Retrieve the unique identifier for this Dataset
getId() - Method in class com.datarobot.model.LearningSession
Get the unique identifier of this LearningSession
getId() - Method in class com.datarobot.model.LearningSessionFeatures
Get the unique identifier for the LearningSession these LearningSessionFeatures are associated with
getId() - Method in class com.datarobot.model.Status
Get the ID of this Status object
getItems() - Method in class com.datarobot.model.AIList
Retrieve a list of AI objects that have been uploaded to this account
getItems() - Method in class com.datarobot.model.DatasetList
Retrieve a list of Dataset objects that have been uploaded to this account
getItems() - Method in class com.datarobot.model.LearningSessionList
Retrieve a list of LearningSession objects that have been uploaded to this account
getItems() - Method in class com.datarobot.model.OutputList
Retrieve a list of Output objects that are connected to this account
getItems() - Method in class com.datarobot.model.PredictionList
Retrieve a list of Prediction objects associated with a prediction request
getItems() - Method in class com.datarobot.model.StatusList
Get a list of Status objects
getLabel() - Method in class com.datarobot.model.Evaluation
 
getLearningSessionCount() - Method in class com.datarobot.model.AI
Get the number of LearningSession objects associated with this AI
getLearningSessions() - Method in class com.datarobot.model.AI
Retrieve a list of LearningSession objects associated with this AI
getLearningSessions(String) - Method in interface com.datarobot.IAIClient
Retrieve a list of all learning sessions associated with an AI
getLearningSessions(String) - Method in class com.datarobot.impl.AIClient
Retrieve a list of all learning sessions associated with an AI
getLearningSessions(String, PagingParams) - Method in interface com.datarobot.IAIClient
Retrieve a list of all learning sessions associated with an AI
getLearningSessions(String, PagingParams) - Method in class com.datarobot.impl.AIClient
Retrieve a list of all learning sessions associated with an AI
getLearningSessionUrlList() - Method in class com.datarobot.model.AI
Get a URL for the list of LearningSession objects associated with this AI
getLimit() - Method in class com.datarobot.model.PagingParams
Get the limit for this PagingParams object
getLocation() - Method in interface com.datarobot.model.ILocationResponse
 
getLocation() - Method in class com.datarobot.model.ReturnsLocation
 
getLocation() - Method in class com.datarobot.model.Status
internal
getMessage() - Method in class com.datarobot.impl.StatusTask
Returns the current message of this StatusTask
getMessage() - Method in class com.datarobot.model.ErrorResponse
 
getMessage() - Method in class com.datarobot.model.Status
Get the message for the current status
getModelCount() - Method in class com.datarobot.model.LearningSession
Retrieve number of models trained as part of this learning session.
getModelType() - Method in class com.datarobot.model.Deployment
Get the model type associated with this deployment
getModelType() - Method in class com.datarobot.model.Output
Get the model type for this Output
getName() - Method in class com.datarobot.model.AI
Get the name of this AI
getName() - Method in class com.datarobot.model.AIBody
 
getName() - Method in class com.datarobot.model.Dataset
Retrieve the name of this Dataset
getName() - Method in class com.datarobot.model.DatasetStreamSource
getName() - Method in class com.datarobot.model.DatasetUrlSource
getName() - Method in class com.datarobot.model.Feature
Get the name of this Feature
getName() - Method in interface com.datarobot.model.IDatasetSource
 
getName() - Method in class com.datarobot.model.LearningSession
Get the name of this LearningSession
getName() - Method in class com.datarobot.model.Output
Get the name of this Output
getNext() - Method in class com.datarobot.model.Paged
For DataRobot AI API list objects, this property will indicate the URL of the next page.
getObjectId() - Method in class com.datarobot.model.DatasetImportResponse
 
getObjectId() - Method in interface com.datarobot.model.ILocationResponse
 
getObjectId() - Method in class com.datarobot.model.LearningSessionLearnResponse
 
getObjectId() - Method in class com.datarobot.model.Status
internal
getOffset() - Method in class com.datarobot.model.PagingParams
Get the offset for this PagingParams object
getOutput(String) - Method in class com.datarobot.model.AI
Retrieve an Output for this AI
getOutput(String, String) - Method in interface com.datarobot.IAIClient
Retrieve the Output associated with an AI and target
getOutput(String, String) - Method in class com.datarobot.impl.AIClient
Retrieve the Output associated with an AI and target
getOutputCount() - Method in class com.datarobot.model.AI
Get the number of Output objects associated with this AI
getOutputFeatures(String, String) - Method in interface com.datarobot.IAIClient
Retrieve features of an output associated with an AI and a target
getOutputFeatures(String, String) - Method in class com.datarobot.impl.AIClient
Retrieve features of an output associated with an AI and a target
getOutputListUrl() - Method in class com.datarobot.model.AI
Get a URL for the list of Output objects associated with this AI
getOutputs() - Method in class com.datarobot.model.AI
Retrieve a list of Output associated with this AI
getOutputs(String) - Method in interface com.datarobot.IAIClient
Retrieve a list of all outputs associated with an AI.
getOutputs(String) - Method in class com.datarobot.impl.AIClient
Retrieve a list of all outputs associated with an AI.
getOutputs(String, PagingParams) - Method in interface com.datarobot.IAIClient
Retrieve a list of all outputs associated with an AI.
getOutputs(String, PagingParams) - Method in class com.datarobot.impl.AIClient
Retrieve a list of all outputs associated with an AI.
getPrediction() - Method in class com.datarobot.model.Prediction
Get the Prediction value (either a predicted class for classification or a predict value for regression)
getPredictionValues() - Method in class com.datarobot.model.Prediction
Get details on a Prediction (i.e.
getPrevious() - Method in class com.datarobot.model.Paged
For DataRobot AI API list objects, this property will indicate the URL of the previous page.
getResponse() - Method in class com.datarobot.model.Ping
Will contain 'pong' if all goes well with the ping() request.
getResult() - Method in class com.datarobot.impl.StatusTask
Wait until the operation completes, and return its output
getResult() - Method in class com.datarobot.model.Status
Get the location of the result of this Status object
getResult(int) - Method in class com.datarobot.impl.StatusTask
Wait until the operation completes, and return its output
getResultAsync() - Method in class com.datarobot.impl.StatusTask
Start the process of returning the output of this StatusTask once the operation completes.
getResultAsync(int) - Method in class com.datarobot.impl.StatusTask
Start the process of returning the output of this StatusTask once the operation completes.
getRowCount() - Method in class com.datarobot.model.Dataset
Retrieve the number of rows of this Dataset
getRowId() - Method in class com.datarobot.model.Prediction
Get the row number for the data associated with this Prediction
getScore() - Method in class com.datarobot.model.Evaluation
 
getSize() - Method in class com.datarobot.model.Dataset
Retrieve the size of this Dataset
getSource() - Method in class com.datarobot.model.Output
Get the source for this Output
getStatus() - Method in class com.datarobot.impl.StatusTask
Returns the current status of this StatusTask
getStatus() - Method in class com.datarobot.model.Status
Get the current status of the process
getStatusCode() - Method in exception com.datarobot.impl.ClientException
 
getStatusCode() - Method in class com.datarobot.model.DatasetImportResponse
 
getStatusCode() - Method in class com.datarobot.model.ErrorResponse
 
getStatusCode() - Method in interface com.datarobot.model.ILocationResponse
 
getStatusCode() - Method in class com.datarobot.model.LearningSessionLearnResponse
 
getStatusCode() - Method in class com.datarobot.model.Status
Get the status code of this Status object
getStatusId() - Method in class com.datarobot.model.DatasetImportResponse
 
getStatusId() - Method in interface com.datarobot.model.ILocationResponse
 
getStatusId() - Method in class com.datarobot.model.LearningSessionLearnResponse
 
getStatusId() - Method in class com.datarobot.model.Status
The ID of this status object.
getStatusMessage() - Method in class com.datarobot.model.ErrorResponse
 
getStatusType() - Method in class com.datarobot.model.Status
Get the status type of the current status
getStatusUrl() - Method in class com.datarobot.model.LearningSessionLearnResponse
 
getStream() - Method in class com.datarobot.model.DatasetStreamSource
 
getSuccess() - Method in class com.datarobot.impl.StatusTask
Check if a task is successful
getSummary() - Method in class com.datarobot.model.Evaluation
 
getTarget() - Method in class com.datarobot.model.Deployment
Get the target of this Deployment
getTarget() - Method in class com.datarobot.model.LearningSession
Get the target of this LearningSession
getTarget() - Method in class com.datarobot.model.LearningSessionFeatures
Get the target for the LearningSession these LearningSessionFeatures are associated with
getTarget() - Method in class com.datarobot.model.Output
Get the target for this Output
getToken() - Method in class com.datarobot.model.Ping
Not used.
getType() - Method in class com.datarobot.model.Feature
Get the type of this Feature
getURI() - Method in class com.datarobot.model.DatasetUrlSource
 
getUrl() - Method in class com.datarobot.model.Deployment
Get the URL of this Deployment
getUrl() - Method in class com.datarobot.model.Output
Get the URL for the Deployment of this Output

H

hashCode() - Method in class com.datarobot.model.AIBody
 
hashCode() - Method in class com.datarobot.model.AIList
internal
hashCode() - Method in class com.datarobot.model.Dataset
internal
hashCode() - Method in class com.datarobot.model.DatasetList
internal
hashCode() - Method in class com.datarobot.model.ErrorResponse
hashCode() - Method in class com.datarobot.model.Feature
internal
hashCode() - Method in class com.datarobot.model.LearningSession
internal
hashCode() - Method in class com.datarobot.model.LearningSessionFeatures
internal
hashCode() - Method in class com.datarobot.model.LearningSessionList
internal
hashCode() - Method in class com.datarobot.model.LearnParams
hashCode() - Method in class com.datarobot.model.OutputFeatures
internal
hashCode() - Method in class com.datarobot.model.OutputList
internal
hashCode() - Method in class com.datarobot.model.Paged
internal
hashCode() - Method in class com.datarobot.model.Ping
hashCode() - Method in class com.datarobot.model.Prediction
internal
hashCode() - Method in class com.datarobot.model.PredictionList
internal
hashCode() - Method in class com.datarobot.model.Status
internal
hashCode() - Method in class com.datarobot.model.StatusList
 
head(String, Map<String, Object>, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
HEAD - com.datarobot.util.HttpMethod
 
HttpMethod - Enum in com.datarobot.util
 

I

IAIClient - Interface in com.datarobot
The IAIClient interface provides access to AI related endpoints for the AI API
IDataRobotAIClient - Interface in com.datarobot
The IDataRobotAIClient interface provides access to the DataRobotAIClient endpoints.
IDatasetClient - Interface in com.datarobot
The IDatasetClient interface provides access to Dataset related endpoints in the AI API
IDatasetSource - Interface in com.datarobot.model
 
IDoGetCallback<T> - Interface in com.datarobot.model
 
ILearningSessionClient - Interface in com.datarobot
The ILearningSessionClient interface provides access to LearningSession related endpoints in the AI API
ILocationResponse - Interface in com.datarobot.model
 
importFile(String) - Method in interface com.datarobot.IDatasetClient
Upload a new dataset.
importFile(String) - Method in class com.datarobot.impl.DatasetClient
Upload a new dataset.
importFile(String) - Method in class com.datarobot.model.AI
Import a file to an AI.
importUrl(String) - Method in interface com.datarobot.IDatasetClient
Import a dataset from a url.
importUrl(String) - Method in class com.datarobot.impl.DatasetClient
Import a dataset from a url.
importUrl(String) - Method in class com.datarobot.model.AI
Import a file to an AI via a public URL.
INeedClient - Interface in com.datarobot.model
 
infer(String, String) - Method in class com.datarobot.model.AI
Retrieve ai predictions
infer(String, String, String) - Method in interface com.datarobot.IAIClient
Make predictions on an AI, target and dataset.
infer(String, String, String) - Method in class com.datarobot.impl.AIClient
Make predictions on an AI, target and dataset.
invoke(T1, T2) - Method in interface com.datarobot.util.Action
 
IPredictionClient - Interface in com.datarobot
The IPredictionClient interface provides access to Prediction related endpoints for the AI API
isSuccessful() - Method in class com.datarobot.impl.StatusTask
Check if a task is successful
IStatusClient - Interface in com.datarobot
The IStatusClient interface provides access to Status related endpoints for the AI API

J

JacksonMapperHttpContent - Class in com.datarobot.util
JSON deserializer implementation based on Jackson databinding module.
JacksonMapperHttpContent(ObjectMapper, Object) - Constructor for class com.datarobot.util.JacksonMapperHttpContent
 
JacksonMapperParser - Class in com.datarobot.util
JSON serializer implementation based on Jackson databinding module.
JacksonMapperParser(ObjectMapper) - Constructor for class com.datarobot.util.JacksonMapperParser
 
JSON_TYPE - Static variable in class com.datarobot.impl.ApiConnection
 

L

learn(String, String) - Method in interface com.datarobot.ILearningSessionClient
Create a learning session and wait for it to be able to predict
learn(String, String) - Method in class com.datarobot.impl.LearningSessionClient
Create a learning session and wait for it to be able to predict
learn(String, String) - Method in class com.datarobot.model.AI
Create a LearningSession directly associated to this AI
learning() - Method in interface com.datarobot.IDataRobotAIClient
The ILearningSessionClient interface provides access to LearningSession related endpoints
learning() - Method in class com.datarobot.impl.DataRobotAIClient
ILearningSessionClient based API operations
LearningSession - Class in com.datarobot.model
A reference to a LearningSession on the DataRobot server.
LearningSession() - Constructor for class com.datarobot.model.LearningSession
 
LearningSessionClient - Class in com.datarobot.impl
The LearningSessionClient object provides access to the learning endpoints of the DataRobot AI API.
LearningSessionClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.LearningSessionClient
ILearningSessionClient based API operations.
LearningSessionFeatures - Class in com.datarobot.model
A reference to the features of a LearningSession on the DataRobot server.
LearningSessionFeatures() - Constructor for class com.datarobot.model.LearningSessionFeatures
 
LearningSessionLearnResponse - Class in com.datarobot.model
internal
LearningSessionLearnResponse() - Constructor for class com.datarobot.model.LearningSessionLearnResponse
 
LearningSessionList - Class in com.datarobot.model
A reference to a list of LearningSession objects on the DataRobot server connected to an account.
LearningSessionList() - Constructor for class com.datarobot.model.LearningSessionList
 
LearnParams - Class in com.datarobot.model
internal LearnParams indicate which datasetId to use to learn.
LearnParams(String, String) - Constructor for class com.datarobot.model.LearnParams
 
list() - Method in interface com.datarobot.IAIClient
Retrieve a list of all AIs associated with this account
list() - Method in interface com.datarobot.IDatasetClient
Retrieve a list of uploaded datasets associated with this account
list() - Method in interface com.datarobot.ILearningSessionClient
Retrieve a list of learning sessions associated with this account
list() - Method in class com.datarobot.impl.AIClient
Retrieve a list of all AIs associated with this account
list() - Method in class com.datarobot.impl.DatasetClient
Retrieve a list of uploaded datasets associated with this account
list() - Method in class com.datarobot.impl.LearningSessionClient
Retrieve a list of learning sessions associated with this account
list() - Method in class com.datarobot.impl.StatusClient
A list with status information on all StatusTask currently running for this account
list() - Method in interface com.datarobot.IStatusClient
A list with status information on all Status currently running for this account
list(PagingParams) - Method in interface com.datarobot.IAIClient
Retrieve a list of all AIs associated with this account
list(PagingParams) - Method in interface com.datarobot.IDatasetClient
Retrieve a list of uploaded datasets associated with this account
list(PagingParams) - Method in interface com.datarobot.ILearningSessionClient
Retrieve a list of learning sessions associated with this account
list(PagingParams) - Method in class com.datarobot.impl.AIClient
Retrieve a list of all AIs associated with this account
list(PagingParams) - Method in class com.datarobot.impl.DatasetClient
Retrieve a list of uploaded datasets associated with this account
list(PagingParams) - Method in class com.datarobot.impl.LearningSessionClient
Retrieve a list of learning sessions associated with this account
list(PagingParams) - Method in class com.datarobot.impl.StatusClient
A list with status information on all StatusTask currently running for this account
list(PagingParams) - Method in interface com.datarobot.IStatusClient
A list with status information on all Status currently running for this account
list(String) - Method in interface com.datarobot.IDatasetClient
Retrieve a list of uploaded datasets associated with this AI
list(String) - Method in class com.datarobot.impl.DatasetClient
Retrieve a list of uploaded datasets associated with this AI

M

makeRequest(Class<T>, HttpRequest, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 

O

Output - Class in com.datarobot.model
A reference to an Output on the DataRobot server.
Output() - Constructor for class com.datarobot.model.Output
 
OutputFeatures - Class in com.datarobot.model
A reference to the features of an Dataset on the DataRobot server.
OutputFeatures() - Constructor for class com.datarobot.model.OutputFeatures
 
OutputList - Class in com.datarobot.model
A reference to a list of Output objects on the DataRobot server connected to an account.
OutputList() - Constructor for class com.datarobot.model.OutputList
 

P

Paged - Class in com.datarobot.model
A base class inherited by other List objects that add Paging capabilities through properties such as count, previous, and next.
Paged() - Constructor for class com.datarobot.model.Paged
 
PagingParams - Class in com.datarobot.model
This class represents Paging Parameters that can be used to limit results from the return List object that could potentially contain a large number of results.
PagingParams(Integer, Integer) - Constructor for class com.datarobot.model.PagingParams
Constructs
parseAndClose(InputStream, Charset, Class<T>) - Method in class com.datarobot.util.JacksonMapperParser
 
parseAndClose(InputStream, Charset, Type) - Method in class com.datarobot.util.JacksonMapperParser
 
parseAndClose(Reader, Class<T>) - Method in class com.datarobot.util.JacksonMapperParser
 
parseAndClose(Reader, Type) - Method in class com.datarobot.util.JacksonMapperParser
 
PATCH - com.datarobot.util.HttpMethod
 
ping() - Method in interface com.datarobot.IDataRobotAIClient
Test connectivity with the DataRobot AI API.
ping() - Method in class com.datarobot.impl.DataRobotAIClient
Internal
Ping - Class in com.datarobot.model
Ping can be used to test both Network Connectivity and if a Valid API Key was submitted.
Ping() - Constructor for class com.datarobot.model.Ping
 
post(Class<T>, String, Map<String, Object>, Object, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
POST - com.datarobot.util.HttpMethod
 
postFile(Class<T>, String, Map<String, Object>, String, InputStream, String, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
postStream(Class<T>, String, Map<String, Object>, File, String, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
predict(String) - Method in class com.datarobot.model.LearningSession
Make predictions on new data using this learning session
predict(String, String) - Method in class com.datarobot.model.AI
Retrieve AI predictions
predict(String, String, String) - Method in interface com.datarobot.IAIClient
Make predictions on an AI, target and dataset.
predict(String, String, String) - Method in class com.datarobot.impl.AIClient
Make predictions on an AI, target and dataset.
Prediction - Class in com.datarobot.model
A reference to a Prediction on the DataRobot server.
Prediction() - Constructor for class com.datarobot.model.Prediction
 
PredictionClient - Class in com.datarobot.impl
The PredictionClient object provides access to the prediction endpoints of the DataRobot AI API.
PredictionClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.PredictionClient
IPredictionClient based API operations.
PredictionList - Class in com.datarobot.model
A reference to a list of Prediction objects on the DataRobot server connected to an account.
PredictionList() - Constructor for class com.datarobot.model.PredictionList
 
predictions() - Method in interface com.datarobot.IDataRobotAIClient
The IPredictionClient interface provides access to Prediction related endpoints
predictions() - Method in class com.datarobot.impl.DataRobotAIClient
IPredictionClient based API operations
PrettyPrintingMap<K,​V> - Class in com.datarobot.util
 
PrettyPrintingMap(Map<K, V>) - Constructor for class com.datarobot.util.PrettyPrintingMap
 
put(Class<T>, String, Map<String, Object>, Object, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
PUT - com.datarobot.util.HttpMethod
 
putFile(Class<T>, String, Map<String, Object>, InputStream, String, String, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 
putStream(Class<T>, String, Map<String, Object>, File, String, Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.ApiConnection
 

R

refresh() - Method in class com.datarobot.model.LearningSession
Refresh this object with the server.
ReturnsLocation - Class in com.datarobot.model
This Abstract class can be added to any model tied to an HTTP Response that has a Location header.
ReturnsLocation() - Constructor for class com.datarobot.model.ReturnsLocation
 

S

setAdditionalProperty(String, Object) - Method in class com.datarobot.model.AIBody
 
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.AIList
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.Dataset
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.DatasetList
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.DatasetUrlSource
 
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.ErrorResponse
 
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.Feature
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.LearningSession
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.LearningSessionFeatures
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.LearningSessionList
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.OutputFeatures
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.OutputList
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.Ping
 
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.Prediction
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.PredictionList
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.Status
internal
setAdditionalProperty(String, Object) - Method in class com.datarobot.model.StatusList
 
setAiId(String) - Method in class com.datarobot.model.Output
 
setAIId(String) - Method in class com.datarobot.model.AICreationResponse
 
setClient(IDataRobotAIClient) - Method in class com.datarobot.model.AI
internal
setClient(IDataRobotAIClient) - Method in class com.datarobot.model.Dataset
internal
setClient(IDataRobotAIClient) - Method in class com.datarobot.model.Deployment
internal
setClient(IDataRobotAIClient) - Method in class com.datarobot.model.Evaluation
 
setClient(IDataRobotAIClient) - Method in interface com.datarobot.model.INeedClient
 
setClient(IDataRobotAIClient) - Method in class com.datarobot.model.LearningSession
internal
setClient(IDataRobotAIClient) - Method in class com.datarobot.model.Output
internal
setDataRobotKey(String) - Method in class com.datarobot.model.Deployment
internal
setDatasetCount(int) - Method in class com.datarobot.model.AI
internal
setDatasetId(String) - Method in class com.datarobot.model.DatasetImportResponse
 
setDatasetId(String) - Method in class com.datarobot.model.LearningSession
internal
setDatasetListUrl(String) - Method in class com.datarobot.model.AI
internal
setDeployment(Deployment) - Method in class com.datarobot.model.LearningSession
internal
setDeploymentId(String) - Method in class com.datarobot.model.Deployment
internal
setErrorResponse(ErrorResponse) - Method in exception com.datarobot.impl.ClientException
 
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in interface com.datarobot.IAIClient
 
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in interface com.datarobot.IDataRobotAIClient
 
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in interface com.datarobot.IDatasetClient
 
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in interface com.datarobot.ILearningSessionClient
 
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.AIClient
internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.DataRobotAIClient
Internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.DatasetClient
internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.LearningSessionClient
internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.PredictionClient
internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.StatusClient
internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in class com.datarobot.impl.StatusTask
internal
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in interface com.datarobot.IPredictionClient
 
setHttpMessageTransformer(Action<HttpRequest, HttpResponse>) - Method in interface com.datarobot.IStatusClient
 
setId(String) - Method in class com.datarobot.model.AI
internal
setLearningSessionCount(int) - Method in class com.datarobot.model.AI
internal
setLearningSessionListUrl(String) - Method in class com.datarobot.model.AI
internal
setLimit(int) - Method in class com.datarobot.model.PagingParams
Set the limit for this PagingParams object
setMessage(String) - Method in class com.datarobot.model.Status
internal
setModelType(String) - Method in class com.datarobot.model.Deployment
internal
setName(String) - Method in class com.datarobot.model.AI
internal
setName(String) - Method in class com.datarobot.model.AIBody
 
setObjectId(String) - Method in class com.datarobot.model.DatasetImportResponse
 
setObjectId(String) - Method in interface com.datarobot.model.ILocationResponse
 
setObjectId(String) - Method in class com.datarobot.model.LearningSessionLearnResponse
 
setObjectId(String) - Method in class com.datarobot.model.Status
internal
setOffset(int) - Method in class com.datarobot.model.PagingParams
Set the offset for this PagingParams object
setOutputCount(int) - Method in class com.datarobot.model.AI
internal
setOutputListUrl(String) - Method in class com.datarobot.model.AI
internal
setResult(String) - Method in class com.datarobot.model.Status
internal
setStatus(String) - Method in class com.datarobot.model.Status
internal
setStatusCode(int) - Method in exception com.datarobot.impl.ClientException
 
setStatusCode(int) - Method in class com.datarobot.model.DatasetImportResponse
 
setStatusCode(int) - Method in class com.datarobot.model.ErrorResponse
Used to set the HTTPStatus code of the HTTP Response.
setStatusCode(int) - Method in interface com.datarobot.model.ILocationResponse
 
setStatusCode(int) - Method in class com.datarobot.model.LearningSessionLearnResponse
 
setStatusCode(int) - Method in class com.datarobot.model.Status
internal
setStatusId() - Method in class com.datarobot.model.DatasetImportResponse
 
setStatusId() - Method in interface com.datarobot.model.ILocationResponse
 
setStatusId() - Method in class com.datarobot.model.LearningSessionLearnResponse
 
setStatusId() - Method in class com.datarobot.model.Status
internal
setStatusId(String) - Method in class com.datarobot.model.Status
internal
setStatusMessage(String) - Method in class com.datarobot.model.ErrorResponse
Sets the Status message of the HTTP Response.
setTarget(String) - Method in class com.datarobot.model.Deployment
internal
setUrl(String) - Method in class com.datarobot.model.Deployment
internal
startImportFile(String) - Method in interface com.datarobot.IDatasetClient
Start the process of uploading a dataset from a local file.
startImportFile(String) - Method in class com.datarobot.impl.DatasetClient
Start the process of uploading a dataset from a local file.
startimportUrl(String) - Method in interface com.datarobot.IDatasetClient
Start the process of uploading a dataset from a url.
startimportUrl(String) - Method in class com.datarobot.impl.DatasetClient
Start the process of uploading a dataset from a local file.
startLearn(String, String) - Method in interface com.datarobot.ILearningSessionClient
Set up a learning session without waiting for it to be ready.
startLearn(String, String) - Method in class com.datarobot.impl.LearningSessionClient
Set up a learning session without waiting for it to be ready.
status() - Method in interface com.datarobot.IDataRobotAIClient
The IStatusClient interface provides access to Status related endpoints
status() - Method in class com.datarobot.impl.DataRobotAIClient
IStatusClient based API operations
Status - Class in com.datarobot.model
A reference to the Status object for a task on the DataRobot server.
Status() - Constructor for class com.datarobot.model.Status
 
StatusClient - Class in com.datarobot.impl
The StatusClient object provides access to the status endpoints of the DataRobot AI API.
StatusClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.StatusClient
IStatusClient based API operations.
StatusList - Class in com.datarobot.model
A reference to a list of Status objects for a task on the DataRobot server connected to an account.
StatusList() - Constructor for class com.datarobot.model.StatusList
 
StatusTask<T> - Class in com.datarobot.impl
A reference to a Task on the DataRobot server.
StatusTask(IDataRobotAIClient, ILocationResponse, IDoGetCallback<T>) - Constructor for class com.datarobot.impl.StatusTask
internal
sync() - Method in class com.datarobot.model.AI
 

T

timeOut() - Method in class com.datarobot.impl.StatusTask
Indication if this StatusTask timed out before completion.
toParameters() - Method in class com.datarobot.model.AIBody
 
toParameters() - Method in class com.datarobot.model.PagingParams
internal
toString() - Method in class com.datarobot.impl.AIClient
 
toString() - Method in class com.datarobot.impl.DataRobotAIClient
 
toString() - Method in class com.datarobot.impl.DatasetClient
 
toString() - Method in class com.datarobot.impl.LearningSessionClient
 
toString() - Method in class com.datarobot.impl.PredictionClient
 
toString() - Method in class com.datarobot.impl.StatusClient
 
toString() - Method in class com.datarobot.impl.StatusTask
 
toString() - Method in class com.datarobot.model.AI
 
toString() - Method in class com.datarobot.model.AIList
 
toString() - Method in class com.datarobot.model.Dataset
 
toString() - Method in class com.datarobot.model.DatasetList
 
toString() - Method in class com.datarobot.model.Deployment
 
toString() - Method in class com.datarobot.model.ErrorResponse
 
toString() - Method in class com.datarobot.model.Evaluation
 
toString() - Method in class com.datarobot.model.Feature
 
toString() - Method in class com.datarobot.model.LearningSession
 
toString() - Method in class com.datarobot.model.LearningSessionFeatures
 
toString() - Method in class com.datarobot.model.LearningSessionList
 
toString() - Method in class com.datarobot.model.LearnParams
 
toString() - Method in class com.datarobot.model.Output
 
toString() - Method in class com.datarobot.model.OutputFeatures
 
toString() - Method in class com.datarobot.model.OutputList
 
toString() - Method in class com.datarobot.model.Paged
 
toString() - Method in class com.datarobot.model.PagingParams
 
toString() - Method in class com.datarobot.model.Prediction
 
toString() - Method in class com.datarobot.model.PredictionList
 
toString() - Method in class com.datarobot.model.Status
 
toString() - Method in class com.datarobot.model.StatusList
 
toString() - Method in enum com.datarobot.util.HttpMethod
 
toString() - Method in class com.datarobot.util.PrettyPrintingMap
 

V

value() - Method in enum com.datarobot.util.HttpMethod
 
valueOf(String) - Static method in enum com.datarobot.util.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datarobot.util.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(OutputStream) - Method in class com.datarobot.util.JacksonMapperHttpContent
 
A B C D E F G H I J L M O P R S T V W 
All Classes All Packages