PredictionModelStatusInner Class

  • java.lang.Object
    • com.azure.resourcemanager.customerinsights.fluent.models.PredictionModelStatusInner

public final class PredictionModelStatusInner

The prediction model status.

Constructor Summary

Constructor Description
PredictionModelStatusInner()

Creates an instance of PredictionModelStatusInner class.

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: The model status message.

String modelVersion()

Get the modelVersion property: Version of the model.

String predictionGuidId()

Get the predictionGuidId property: The prediction GUID ID.

String predictionName()

Get the predictionName property: The prediction name.

Integer signalsUsed()

Get the signalsUsed property: The signals used.

PredictionModelLifeCycle status()

Get the status property: Prediction model life cycle.

String tenantId()

Get the tenantId property: The hub name.

Integer testSetCount()

Get the testSetCount property: Count of the test set.

BigDecimal trainingAccuracy()

Get the trainingAccuracy property: The training accuracy.

Integer trainingSetCount()

Get the trainingSetCount property: Count of the training set.

void validate()

Validates the instance.

Integer validationSetCount()

Get the validationSetCount property: Count of the validation set.

PredictionModelStatusInner withStatus(PredictionModelLifeCycle status)

Set the status property: Prediction model life cycle.

Methods inherited from java.lang.Object

Constructor Details

PredictionModelStatusInner

public PredictionModelStatusInner()

Creates an instance of PredictionModelStatusInner class.

Method Details

message

public String message()

Get the message property: The model status message.

Returns:

the message value.

modelVersion

public String modelVersion()

Get the modelVersion property: Version of the model.

Returns:

the modelVersion value.

predictionGuidId

public String predictionGuidId()

Get the predictionGuidId property: The prediction GUID ID.

Returns:

the predictionGuidId value.

predictionName

public String predictionName()

Get the predictionName property: The prediction name.

Returns:

the predictionName value.

signalsUsed

public Integer signalsUsed()

Get the signalsUsed property: The signals used.

Returns:

the signalsUsed value.

status

public PredictionModelLifeCycle status()

Get the status property: Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.

Returns:

the status value.

tenantId

public String tenantId()

Get the tenantId property: The hub name.

Returns:

the tenantId value.

testSetCount

public Integer testSetCount()

Get the testSetCount property: Count of the test set.

Returns:

the testSetCount value.

trainingAccuracy

public BigDecimal trainingAccuracy()

Get the trainingAccuracy property: The training accuracy.

Returns:

the trainingAccuracy value.

trainingSetCount

public Integer trainingSetCount()

Get the trainingSetCount property: Count of the training set.

Returns:

the trainingSetCount value.

validate

public void validate()

Validates the instance.

validationSetCount

public Integer validationSetCount()

Get the validationSetCount property: Count of the validation set.

Returns:

the validationSetCount value.

withStatus

public PredictionModelStatusInner withStatus(PredictionModelLifeCycle status)

Set the status property: Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.

Parameters:

status - the status value to set.

Returns:

the PredictionModelStatusInner object itself.

Applies to