Uses of Class
odata.msgraph.client.beta.enums.MlClassificationMatchTolerance
-
Packages that use MlClassificationMatchTolerance Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of MlClassificationMatchTolerance in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MlClassificationMatchTolerance Modifier and Type Field Description protected MlClassificationMatchToleranceMachineLearningDetectedSensitiveContent. matchToleranceMethods in odata.msgraph.client.beta.complex that return types with arguments of type MlClassificationMatchTolerance Modifier and Type Method Description Optional<MlClassificationMatchTolerance>MachineLearningDetectedSensitiveContent. getMatchTolerance()Methods in odata.msgraph.client.beta.complex with parameters of type MlClassificationMatchTolerance Modifier and Type Method Description MachineLearningDetectedSensitiveContent.BuilderMachineLearningDetectedSensitiveContent.Builder. matchTolerance(MlClassificationMatchTolerance matchTolerance)MachineLearningDetectedSensitiveContentMachineLearningDetectedSensitiveContent. withMatchTolerance(MlClassificationMatchTolerance matchTolerance) -
Uses of MlClassificationMatchTolerance in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MlClassificationMatchTolerance Modifier and Type Field Description protected MlClassificationMatchToleranceTextClassificationRequest. matchTolerancesToIncludeMethods in odata.msgraph.client.beta.entity that return types with arguments of type MlClassificationMatchTolerance Modifier and Type Method Description Optional<MlClassificationMatchTolerance>TextClassificationRequest. getMatchTolerancesToInclude()Methods in odata.msgraph.client.beta.entity with parameters of type MlClassificationMatchTolerance Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationService. classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude)TextClassificationRequest.BuilderTextClassificationRequest.Builder. matchTolerancesToInclude(MlClassificationMatchTolerance matchTolerancesToInclude)TextClassificationRequestTextClassificationRequest. withMatchTolerancesToInclude(MlClassificationMatchTolerance matchTolerancesToInclude) -
Uses of MlClassificationMatchTolerance in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type MlClassificationMatchTolerance Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationServiceRequest. classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude) -
Uses of MlClassificationMatchTolerance in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MlClassificationMatchTolerance Modifier and Type Method Description static MlClassificationMatchToleranceMlClassificationMatchTolerance. valueOf(String name)Returns the enum constant of this type with the specified name.static MlClassificationMatchTolerance[]MlClassificationMatchTolerance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-