public class InferenceData extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
InferenceData.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
confidenceScore |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
userHasVerifiedAccuracy |
| Modifier | Constructor and Description |
|---|---|
protected |
InferenceData() |
| Modifier and Type | Method and Description |
|---|---|
static InferenceData.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Double> |
getConfidenceScore() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getUserHasVerifiedAccuracy() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
InferenceData |
withConfidenceScore(Double confidenceScore) |
InferenceData |
withUserHasVerifiedAccuracy(Boolean userHasVerifiedAccuracy) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Double confidenceScore
protected Boolean userHasVerifiedAccuracy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic InferenceData withConfidenceScore(Double confidenceScore)
public InferenceData withUserHasVerifiedAccuracy(Boolean userHasVerifiedAccuracy)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static InferenceData.Builder builder()
Copyright © 2018–2020. All rights reserved.