A B C D E F G H I J L M O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Action<T1,T2> - Interface in com.datarobot.util
- addDataset(Dataset) - Method in class com.datarobot.model.AI
- addDataset(String, String) - Method in interface com.datarobot.IAIClient
-
Add a
Datasetto the AI - addDataset(String, String) - Method in class com.datarobot.impl.AIClient
-
Add a
Datasetto the AI - addLearningSession(LearningSession) - Method in class com.datarobot.model.AI
-
Add a
LearningSessionto thisLearningSession - addLearningSession(String, String, String) - Method in interface com.datarobot.IAIClient
-
Add a
LearningSessionto the AI - addLearningSession(String, String, String) - Method in class com.datarobot.impl.AIClient
-
Add a
LearningSessionto the AI - addOutput(String, String) - Method in class com.datarobot.model.AI
-
Add a
Outputto thisLearningSession - addOutput(String, String, String) - Method in interface com.datarobot.IAIClient
-
Add an
Outputto the AI - addOutput(String, String, String) - Method in class com.datarobot.impl.AIClient
-
Add an
Outputto 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
AIClientobject provides access to the AI endpoints of the DataRobot AI API. - AIClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.AIClient
-
IAIClientbased 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
AIobjects 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
- ais() - Method in class com.datarobot.impl.DataRobotAIClient
-
IAIClientbased API operations - ApiConnection - Class in com.datarobot.impl
-
The
ApiConnectionobject 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
ApiConnectionobject 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.implpackage atDataRobotAIClientwhich 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
IDatasetClientinterface provides access toDatasetrelated endpoints - data() - Method in class com.datarobot.impl.DataRobotAIClient
-
IDatasetClientbased API operations - DataRobotAIClient - Class in com.datarobot.impl
-
The
DataRobotAIClientobject is the main class for using the DataRobot AI API. - DataRobotAIClient() - Constructor for class com.datarobot.impl.DataRobotAIClient
-
Create a new instance of the
DataRobotAIClientfrom anAPI_KEYenvironment 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
Dataseton the DataRobot server. - Dataset() - Constructor for class com.datarobot.model.Dataset
- DatasetClient - Class in com.datarobot.impl
-
The
DatasetClientobject provides access to the dataset endpoints of the DataRobot AI API. - DatasetClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.DatasetClient
-
IDatasetClientbased 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
Datasetobjects 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 (
offsetat 0, andlimitat 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
Deploymenton 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
ErrorResponseobject contains Error information when aClientExceptionoccurs. - ErrorResponse() - Constructor for class com.datarobot.model.ErrorResponse
- Evaluation - Class in com.datarobot.model
-
A reference to an
Evaluationfor aLearningSessionon 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
Featureon 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
LearningSessionby 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
LearningSessionby 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
AIwas created - getCreatedDate() - Method in class com.datarobot.model.Output
-
Get the date this
Outputwas created - getCreatedOn() - Method in class com.datarobot.model.Dataset
-
Retrieve the datetime this
Datasetwas created - getCreatedOn() - Method in class com.datarobot.model.LearningSession
-
Retrieve the datetime this
LearningSessionwas 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
- getDatasetId() - Method in class com.datarobot.model.DatasetImportResponse
- getDatasetId() - Method in class com.datarobot.model.LearningSession
-
Get the unique identifier of the
DatasetthisLearningSessionlearned from - getDatasetId() - Method in class com.datarobot.model.LearningSessionFeatures
-
Get the unique identifier for the
DatasettheseLearningSessionFeaturesare associated with - getDatasets() - Method in class com.datarobot.model.AI
- getDatasetUrl() - Method in class com.datarobot.model.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
Deploymentof thisOutput - 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
errorof thisStatusTask - 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
Evaluationfor thisOutput - 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
Featureobjects associated with thisLearningSession - getFeatures() - Method in class com.datarobot.model.Output
-
Get a list of features for this
Output - getFeatures() - Method in class com.datarobot.model.OutputFeatures
- 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
LearningSessiontheseLearningSessionFeaturesare associated with - getId() - Method in class com.datarobot.model.Status
-
Get the ID of this
Statusobject - getItems() - Method in class com.datarobot.model.AIList
-
Retrieve a list of
AIobjects that have been uploaded to this account - getItems() - Method in class com.datarobot.model.DatasetList
-
Retrieve a list of
Datasetobjects that have been uploaded to this account - getItems() - Method in class com.datarobot.model.LearningSessionList
-
Retrieve a list of
LearningSessionobjects that have been uploaded to this account - getItems() - Method in class com.datarobot.model.OutputList
-
Retrieve a list of
Outputobjects that are connected to this account - getItems() - Method in class com.datarobot.model.PredictionList
-
Retrieve a list of
Predictionobjects associated with a prediction request - getItems() - Method in class com.datarobot.model.StatusList
-
Get a list of
Statusobjects - getLabel() - Method in class com.datarobot.model.Evaluation
- getLearningSessionCount() - Method in class com.datarobot.model.AI
-
Get the number of
LearningSessionobjects associated with thisAI - getLearningSessions() - Method in class com.datarobot.model.AI
-
Retrieve a list of
LearningSessionobjects associated with thisAI - 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
LearningSessionobjects associated with thisAI - getLimit() - Method in class com.datarobot.model.PagingParams
-
Get the limit for this
PagingParamsobject - 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
messageof thisStatusTask - 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
PagingParamsobject - getOutput(String) - Method in class com.datarobot.model.AI
- getOutput(String, String) - Method in interface com.datarobot.IAIClient
-
Retrieve the
Outputassociated with an AI and target - getOutput(String, String) - Method in class com.datarobot.impl.AIClient
-
Retrieve the
Outputassociated with an AI and target - getOutputCount() - Method in class com.datarobot.model.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
- getOutputs() - Method in class com.datarobot.model.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
Predictionvalue (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 theping()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
Statusobject - 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
StatusTaskonce the operation completes. - getResultAsync(int) - Method in class com.datarobot.impl.StatusTask
-
Start the process of returning the output of this
StatusTaskonce 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
statusof thisStatusTask - 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
Statusobject - 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
LearningSessiontheseLearningSessionFeaturesare 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
Deploymentof thisOutput
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
- IDataRobotAIClient - Interface in com.datarobot
-
The
IDataRobotAIClientinterface provides access to theDataRobotAIClientendpoints. - IDatasetClient - Interface in com.datarobot
-
The
IDatasetClientinterface provides access toDatasetrelated endpoints in the AI API - IDatasetSource - Interface in com.datarobot.model
- IDoGetCallback<T> - Interface in com.datarobot.model
- ILearningSessionClient - Interface in com.datarobot
-
The
ILearningSessionClientinterface provides access toLearningSessionrelated 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
IPredictionClientinterface provides access toPredictionrelated 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
IStatusClientinterface provides access toStatusrelated 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
LearningSessiondirectly associated to thisAI - learning() - Method in interface com.datarobot.IDataRobotAIClient
-
The
ILearningSessionClientinterface provides access toLearningSessionrelated endpoints - learning() - Method in class com.datarobot.impl.DataRobotAIClient
-
ILearningSessionClientbased API operations - LearningSession - Class in com.datarobot.model
-
A reference to a
LearningSessionon the DataRobot server. - LearningSession() - Constructor for class com.datarobot.model.LearningSession
- LearningSessionClient - Class in com.datarobot.impl
-
The
LearningSessionClientobject provides access to the learning endpoints of the DataRobot AI API. - LearningSessionClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.LearningSessionClient
-
ILearningSessionClientbased API operations. - LearningSessionFeatures - Class in com.datarobot.model
-
A reference to the features of a
LearningSessionon 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
LearningSessionobjects on the DataRobot server connected to an account. - LearningSessionList() - Constructor for class com.datarobot.model.LearningSessionList
- LearnParams - Class in com.datarobot.model
-
internal
LearnParamsindicate whichdatasetIdto use tolearn. - 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
StatusTaskcurrently running for this account - list() - Method in interface com.datarobot.IStatusClient
-
A list with status information on all
Statuscurrently 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
StatusTaskcurrently running for this account - list(PagingParams) - Method in interface com.datarobot.IStatusClient
-
A list with status information on all
Statuscurrently 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
Outputon the DataRobot server. - Output() - Constructor for class com.datarobot.model.Output
- OutputFeatures - Class in com.datarobot.model
-
A reference to the features of an
Dataseton the DataRobot server. - OutputFeatures() - Constructor for class com.datarobot.model.OutputFeatures
- OutputList - Class in com.datarobot.model
-
A reference to a list of
Outputobjects 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
Listobjects that add Paging capabilities through properties such ascount,previous, andnext. - Paged() - Constructor for class com.datarobot.model.Paged
- PagingParams - Class in com.datarobot.model
-
This class represents
Paging Parametersthat can be used to limit results from the returnListobject 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
-
Pingcan 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
Predictionon the DataRobot server. - Prediction() - Constructor for class com.datarobot.model.Prediction
- PredictionClient - Class in com.datarobot.impl
-
The
PredictionClientobject provides access to the prediction endpoints of the DataRobot AI API. - PredictionClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.PredictionClient
-
IPredictionClientbased API operations. - PredictionList - Class in com.datarobot.model
-
A reference to a list of
Predictionobjects on the DataRobot server connected to an account. - PredictionList() - Constructor for class com.datarobot.model.PredictionList
- predictions() - Method in interface com.datarobot.IDataRobotAIClient
-
The
IPredictionClientinterface provides access toPredictionrelated endpoints - predictions() - Method in class com.datarobot.impl.DataRobotAIClient
-
IPredictionClientbased 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
PagingParamsobject - 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
PagingParamsobject - 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
IStatusClientinterface provides access toStatusrelated endpoints - status() - Method in class com.datarobot.impl.DataRobotAIClient
-
IStatusClientbased API operations - Status - Class in com.datarobot.model
-
A reference to the
Statusobject for a task on the DataRobot server. - Status() - Constructor for class com.datarobot.model.Status
- StatusClient - Class in com.datarobot.impl
-
The
StatusClientobject provides access to the status endpoints of the DataRobot AI API. - StatusClient(IDataRobotAIClient) - Constructor for class com.datarobot.impl.StatusClient
-
IStatusClientbased API operations. - StatusList - Class in com.datarobot.model
-
A reference to a list of
Statusobjects 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
Taskon 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
StatusTasktimed 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
All Classes All Packages