salesforce.local – einstein
Provided by � Copyright 2000�2020 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other names and marks. Other marks appearing herein may be trademarks of their respective owners. Last updated: Aug 17, 2020
- Homepage
- https://api.apis.guru/v2/specs/salesforce.local:einstein/2.0.1.json
- Provider
- salesforce.local:einstein / einstein
- OpenAPI version
- 3.0.1
- Spec (JSON)
- https://api.apis.guru/v2/specs/salesforce.local/einstein/2.0.1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/salesforce.local/einstein/2.0.1/openapi.yaml
Tools (47)
Extracted live via the executor SDK.
-
authorization.generateTokenV2Returns an OAuth access token or a refresh token. You must pass a valid access token in the header of each API call.
-
authorization.revokeRefreshTokenV2Delete a Refresh Token
-
checkApiUsage.getApiUsagePlansV2Returns prediction usage on a monthly basis for the current calendar month and future months. Each apiusage object in the response corresponds to a calendar month in your plan.
-
languageDatasets.deleteDatasetDeletes the specified dataset and associated labels and examples.
-
languageDatasets.getReturns the status of a language dataset or model deletion. When you delete a dataset or model, the deletion may not occur immediately. Use this call to find out when the deletion is complete.
-
languageDatasets.getDatasetReturns a single dataset.
-
languageDatasets.listDatasetsReturns a list of datasets and their labels that were created by the current user. The response is sorted by dataset ID.
-
languageDatasets.uploadDatasetAsyncCreates a dataset, labels, and examples from the specified .csv, .tsv, or .json file. The call returns immediately and continues to upload data in the background.
-
languageDatasets.uploadDatasetSyncCreates a dataset, labels, and examples from the specified .csv, .tsv, or .json file. The call returns after the dataset is created and all of the data is uploaded.
-
languageExamples.getExamplesReturns all the examples for the specified dataset,
-
languageExamples.getExamplesByLabelReturns all the examples for the specified label. Returns both uploaded examples and feedback examples.
-
languageExamples.provideFeedbackAdds a feedback example to the dataset associated with the specified model.
-
languageExamples.updateDatasetAsyncAdds examples from a .csv, .tsv, or .json file to a dataset.
-
languageModels.deleteModelDeletes the specified model.
-
languageModels.getTrainedModelLearningCurveReturns the metrics for each epoch in a model.
-
languageModels.getTrainedModelMetricsReturns the metrics for a model
-
languageModels.getTrainedModelsReturns all models for the specified dataset.
-
languagePrediction.intentMultipartReturns an intent prediction for the given string.
-
languagePrediction.sentimentMultipartReturns a sentiment prediction for the given string.
-
languageTraining.getTrainStatusAndProgressReturns the status of a model's training process. Use the progress field to determine how far the training has progressed. When training completes successfully, the status is SUCCEEDED and the progress is 1.
-
languageTraining.retrainRetrains a dataset and updates a model. Use this API call when you want to update a model and keep the model ID instead of creating a new model.
-
languageTraining.trainTrains a dataset and creates a model.
-
visionDatasets.createDatasetCreates a dataset and labels, if they're specified.
-
visionDatasets.deleteDataset1Deletes the specified dataset and associated labels and examples.
-
visionDatasets.get1Returns the status of an image dataset or model deletion. When you delete a dataset or model, the deletion may not occur immediately. Use this call to find out when the deletion is complete.
-
visionDatasets.getDataset1Returns a single dataset.
-
visionDatasets.listDatasets1Returns a list of datasets and their labels that were created by the current user. The response is sorted by dataset ID.
-
visionDatasets.uploadDatasetAsync1Creates a dataset, labels, and examples from the specified .zip file. The call returns immediately and continues to upload the images in the background.
-
visionDatasets.uploadDatasetSync1Creates a dataset, labels, and examples from the specified .zip file. The call returns after the dataset is created and all of the images are uploaded.
-
visionExamples.addExampleAdds an example with the specified label to a dataset.
-
visionExamples.getExamples1Returns all the examples for the specified dataset. By default, returns examples created by uploading them from a .zip file.
-
visionExamples.getExamplesByLabel1Returns all the examples for the specified label. Returns both uploaded examples and feedback examples.
-
visionExamples.provideFeedback1Adds a feedback example to the dataset associated with the specified model.
-
visionExamples.updateDatasetAsync1Adds feedback examples to the dataset associated with the specified object detection model.
-
visionExamples.updateDatasetAsync2Adds examples from a .zip file to a dataset. You can use this call only with a dataset that was created from a .zip file.
-
visionModels.deleteModel1Deletes the specified model.
-
visionModels.getTrainedModelLearningCurve1Returns the metrics for each epoch in a model.
-
visionModels.getTrainedModelMetrics1Returns the metrics for a model
-
visionModels.getTrainedModels1Returns all models for the specified dataset.
-
visionPrediction.detectMultipartReturns labels, probabilities, and bounding box coordinates for items detected in the specified local image file.
-
visionPrediction.ocrMultipartReturns a prediction from an OCR model for the specified image URL or local image file.
-
visionPrediction.predictMultipartReturns a prediction from an image or multi-label model for the specified image.
-
visionTraining.getTrainStatusAndProgress1Returns the status of a model's training process. Use the progress field to determine how far the training has progressed. When training completes successfully, the status is SUCCEEDED and the progress is 1.
-
visionTraining.retrain1Retrains a dataset and updates a model. Use this API call when you want to update a model and keep the model ID instead of creating a new model.
-
visionTraining.train1Trains a dataset and creates a model.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools