Interface DataLabelingManagement
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- DataLabelingManagementClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20211001") public interface DataLabelingManagement extends AutoCloseableUse Data Labeling Management API to create, list, edit & delete datasets.This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AddDatasetLabelsResponseaddDatasetLabels(AddDatasetLabelsRequest request)Add Labels to the Dataset LabelSet until the maximum number of Labels has been reached.ChangeDatasetCompartmentResponsechangeDatasetCompartment(ChangeDatasetCompartmentRequest request)Moves a Dataset resource from one compartment identifier to another.CreateDatasetResponsecreateDataset(CreateDatasetRequest request)Creates a new Dataset.DeleteDatasetResponsedeleteDataset(DeleteDatasetRequest request)Deletes a Dataset resource by identifierGenerateDatasetRecordsResponsegenerateDatasetRecords(GenerateDatasetRecordsRequest request)Generates Record resources from the Dataset’s data sourceGetDatasetResponsegetDataset(GetDatasetRequest request)Gets a Dataset by identifierStringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)DataLabelingManagementPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.DataLabelingManagementWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the status of the work request with the given ID.ImportPreAnnotatedDataResponseimportPreAnnotatedData(ImportPreAnnotatedDataRequest request)Imports records and annotations from dataset files into existing Dataset.ListAnnotationFormatsResponselistAnnotationFormats(ListAnnotationFormatsRequest request)These are a static list in a given region.ListDatasetsResponselistDatasets(ListDatasetsRequest request)Returns a list of Datasets.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Return a (paginated) list of errors for a given work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Return a (paginated) list of logs for a given work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.voidrefreshClient()Rebuilds the client from scratch.RemoveDatasetLabelsResponseremoveDatasetLabels(RemoveDatasetLabelsRequest request)Removes the labels from the Dataset Labelset.RenameDatasetLabelsResponserenameDatasetLabels(RenameDatasetLabelsRequest request)Renames the labels from the Dataset Labelset.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).SnapshotDatasetResponsesnapshotDataset(SnapshotDatasetRequest request)Writes the dataset records and annotations in a consolidated format out to an object storage reference for consumption.UpdateDatasetResponseupdateDataset(UpdateDatasetRequest request)Updates the DatasetvoiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
addDatasetLabelsAddDatasetLabelsResponse addDatasetLabels(AddDatasetLabelsRequest request) Add Labels to the Dataset LabelSet until the maximum number of Labels has been reached.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/AddDatasetLabelsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddDatasetLabels API. 
 
 - 
changeDatasetCompartmentChangeDatasetCompartmentResponse changeDatasetCompartment(ChangeDatasetCompartmentRequest request) Moves a Dataset resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ChangeDatasetCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDatasetCompartment API. 
 
 - 
createDatasetCreateDatasetResponse createDataset(CreateDatasetRequest request) Creates a new Dataset.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/CreateDatasetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataset API. 
 
 - 
deleteDatasetDeleteDatasetResponse deleteDataset(DeleteDatasetRequest request) Deletes a Dataset resource by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/DeleteDatasetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDataset API. 
 
 - 
generateDatasetRecordsGenerateDatasetRecordsResponse generateDatasetRecords(GenerateDatasetRecordsRequest request) Generates Record resources from the Dataset’s data source- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/GenerateDatasetRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateDatasetRecords API. 
 
 - 
getDatasetGetDatasetResponse getDataset(GetDatasetRequest request) Gets a Dataset by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/GetDatasetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataset API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Gets the status of the work request with the given ID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
importPreAnnotatedDataImportPreAnnotatedDataResponse importPreAnnotatedData(ImportPreAnnotatedDataRequest request) Imports records and annotations from dataset files into existing Dataset.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ImportPreAnnotatedDataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ImportPreAnnotatedData API. 
 
 - 
listAnnotationFormatsListAnnotationFormatsResponse listAnnotationFormats(ListAnnotationFormatsRequest request) These are a static list in a given region.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ListAnnotationFormatsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAnnotationFormats API. 
 
 - 
listDatasetsListDatasetsResponse listDatasets(ListDatasetsRequest request) Returns a list of Datasets.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ListDatasetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatasets API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Return a (paginated) list of errors for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Return a (paginated) list of logs for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists the work requests in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
removeDatasetLabelsRemoveDatasetLabelsResponse removeDatasetLabels(RemoveDatasetLabelsRequest request) Removes the labels from the Dataset Labelset.Labels can only be removed if there are no Annotations associated with the Dataset that reference the Label names. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/RemoveDatasetLabelsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveDatasetLabels API. 
 
 - 
renameDatasetLabelsRenameDatasetLabelsResponse renameDatasetLabels(RenameDatasetLabelsRequest request) Renames the labels from the Dataset Labelset.Labels that are renamed will be reflected in Annotations associated with the Dataset that reference the Label names. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/RenameDatasetLabelsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RenameDatasetLabels API. 
 
 - 
snapshotDatasetSnapshotDatasetResponse snapshotDataset(SnapshotDatasetRequest request) Writes the dataset records and annotations in a consolidated format out to an object storage reference for consumption.While the snapshot takes place, there may be a time while records and annotations cannot be created to ensure the snapshot is a point in time. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/SnapshotDatasetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SnapshotDataset API. 
 
 - 
updateDatasetUpdateDatasetResponse updateDataset(UpdateDatasetRequest request) Updates the Dataset- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datalabelingservice/UpdateDatasetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDataset API. 
 
 - 
getWaitersDataLabelingManagementWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsDataLabelingManagementPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-