Class DataClassificationServiceRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<DataClassificationService>
-
- odata.msgraph.client.beta.entity.request.DataClassificationServiceRequest
-
public class DataClassificationServiceRequest extends com.github.davidmoten.odata.client.EntityRequest<DataClassificationService>
-
-
Constructor Summary
Constructors Constructor Description DataClassificationServiceRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
-
-
-
Method Detail
-
exactMatchDataStores
public ExactMatchDataStoreCollectionRequest exactMatchDataStores()
-
exactMatchDataStores
public ExactMatchDataStoreRequest exactMatchDataStores(String id)
-
classifyFileJobs
public JobResponseBaseCollectionRequest classifyFileJobs()
-
classifyFileJobs
public JobResponseBaseRequest classifyFileJobs(String id)
-
classifyTextJobs
public JobResponseBaseCollectionRequest classifyTextJobs()
-
classifyTextJobs
public JobResponseBaseRequest classifyTextJobs(String id)
-
evaluateDlpPoliciesJobs
public JobResponseBaseCollectionRequest evaluateDlpPoliciesJobs()
-
evaluateDlpPoliciesJobs
public JobResponseBaseRequest evaluateDlpPoliciesJobs(String id)
-
evaluateLabelJobs
public JobResponseBaseCollectionRequest evaluateLabelJobs()
-
evaluateLabelJobs
public JobResponseBaseRequest evaluateLabelJobs(String id)
-
jobs
public JobResponseBaseCollectionRequest jobs()
-
jobs
public JobResponseBaseRequest jobs(String id)
-
sensitiveTypes
public SensitiveTypeCollectionRequest sensitiveTypes()
-
sensitiveTypes
public SensitiveTypeRequest sensitiveTypes(String id)
-
sensitivityLabels
public SensitivityLabelCollectionRequest sensitivityLabels()
-
sensitivityLabels
public SensitivityLabelRequest sensitivityLabels(String id)
-
exactMatchUploadAgents
public ExactMatchUploadAgentCollectionRequest exactMatchUploadAgents()
-
exactMatchUploadAgents
public ExactMatchUploadAgentRequest exactMatchUploadAgents(String id)
-
classifyFile
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse> classifyFile(String file, List<String> sensitiveTypeIds)
-
classifyText
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse> classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude)
-
classifyExactMatches
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExactMatchClassificationResult> classifyExactMatches(String text, String timeoutInMs, List<String> sensitiveTypeIds, List<ContentClassification> contentClassifications)
-
-