Class MachineLearningDetectedSensitiveContent
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DetectedSensitiveContentBase
-
- odata.msgraph.client.beta.complex.DetectedSensitiveContent
-
- odata.msgraph.client.beta.complex.MachineLearningDetectedSensitiveContent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MachineLearningDetectedSensitiveContent extends DetectedSensitiveContent implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMachineLearningDetectedSensitiveContent.Builder
-
Field Summary
Fields Modifier and Type Field Description protected MlClassificationMatchTolerancematchToleranceprotected StringmodelVersion-
Fields inherited from class odata.msgraph.client.beta.complex.DetectedSensitiveContent
classificationAttributes, classificationAttributesNextLink, classificationMethod, matches, matchesNextLink, scope, sensitiveTypeSource
-
Fields inherited from class odata.msgraph.client.beta.complex.DetectedSensitiveContentBase
confidence, contextPath, displayName, id, odataType, recommendedConfidence, uniqueCount, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMachineLearningDetectedSensitiveContent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MachineLearningDetectedSensitiveContent.BuilderbuilderMachineLearningDetectedSensitiveContent()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<MlClassificationMatchTolerance>getMatchTolerance()Optional<String>getModelVersion()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()MachineLearningDetectedSensitiveContentwithMatchTolerance(MlClassificationMatchTolerance matchTolerance)MachineLearningDetectedSensitiveContentwithModelVersion(String modelVersion)MachineLearningDetectedSensitiveContentwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DetectedSensitiveContent
builderDetectedSensitiveContent, getClassificationAttributes, getClassificationAttributes, getClassificationMethod, getMatches, getMatches, getScope, getSensitiveTypeSource, withClassificationMethod, withScope, withSensitiveTypeSource
-
Methods inherited from class odata.msgraph.client.beta.complex.DetectedSensitiveContentBase
builder, getConfidence, getDisplayName, getId, getRecommendedConfidence, getUniqueCount, withConfidence, withDisplayName, withId, withRecommendedConfidence, withUniqueCount
-
-
-
-
Field Detail
-
matchTolerance
protected MlClassificationMatchTolerance matchTolerance
-
modelVersion
protected String modelVersion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDetectedSensitiveContent
-
getMatchTolerance
public Optional<MlClassificationMatchTolerance> getMatchTolerance()
-
withMatchTolerance
public MachineLearningDetectedSensitiveContent withMatchTolerance(MlClassificationMatchTolerance matchTolerance)
-
withModelVersion
public MachineLearningDetectedSensitiveContent withModelVersion(String modelVersion)
-
withUnmappedField
public MachineLearningDetectedSensitiveContent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDetectedSensitiveContent
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDetectedSensitiveContent
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDetectedSensitiveContent
-
builderMachineLearningDetectedSensitiveContent
public static MachineLearningDetectedSensitiveContent.Builder builderMachineLearningDetectedSensitiveContent()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classDetectedSensitiveContent
-
-