Uses of Class
odata.msgraph.client.beta.complex.InferenceData
-
Packages that use InferenceData Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of InferenceData in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return InferenceData Modifier and Type Method Description InferenceDataInferenceData.Builder. build()InferenceDataInferenceData. withConfidenceScore(Double confidenceScore)InferenceDataInferenceData. withUnmappedField(String name, String value)InferenceDataInferenceData. withUserHasVerifiedAccuracy(Boolean userHasVerifiedAccuracy) -
Uses of InferenceData in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as InferenceData Modifier and Type Field Description protected InferenceDataItemFacet. inferenceMethods in odata.msgraph.client.beta.entity that return types with arguments of type InferenceData Modifier and Type Method Description Optional<InferenceData>ItemFacet. getInference()
-