PredictionModelStatus Interface

public interface PredictionModelStatus

An immutable client-side representation of PredictionModelStatus.

Method Summary

Modifier and Type Method and Description
abstract PredictionModelStatusInner innerModel()

Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.PredictionModelStatusInner object.

abstract String message()

Gets the message property: The model status message.

abstract String modelVersion()

Gets the modelVersion property: Version of the model.

abstract String predictionGuidId()

Gets the predictionGuidId property: The prediction GUID ID.

abstract String predictionName()

Gets the predictionName property: The prediction name.

abstract Integer signalsUsed()

Gets the signalsUsed property: The signals used.

abstract PredictionModelLifeCycle status()

Gets the status property: Prediction model life cycle.

abstract String tenantId()

Gets the tenantId property: The hub name.

abstract Integer testSetCount()

Gets the testSetCount property: Count of the test set.

abstract BigDecimal trainingAccuracy()

Gets the trainingAccuracy property: The training accuracy.

abstract Integer trainingSetCount()

Gets the trainingSetCount property: Count of the training set.

abstract Integer validationSetCount()

Gets the validationSetCount property: Count of the validation set.

Method Details

innerModel

public abstract PredictionModelStatusInner innerModel()

Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.PredictionModelStatusInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: The model status message.

Returns:

the message value.

modelVersion

public abstract String modelVersion()

Gets the modelVersion property: Version of the model.

Returns:

the modelVersion value.

predictionGuidId

public abstract String predictionGuidId()

Gets the predictionGuidId property: The prediction GUID ID.

Returns:

the predictionGuidId value.

predictionName

public abstract String predictionName()

Gets the predictionName property: The prediction name.

Returns:

the predictionName value.

signalsUsed

public abstract Integer signalsUsed()

Gets the signalsUsed property: The signals used.

Returns:

the signalsUsed value.

status

public abstract PredictionModelLifeCycle status()

Gets 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 abstract String tenantId()

Gets the tenantId property: The hub name.

Returns:

the tenantId value.

testSetCount

public abstract Integer testSetCount()

Gets the testSetCount property: Count of the test set.

Returns:

the testSetCount value.

trainingAccuracy

public abstract BigDecimal trainingAccuracy()

Gets the trainingAccuracy property: The training accuracy.

Returns:

the trainingAccuracy value.

trainingSetCount

public abstract Integer trainingSetCount()

Gets the trainingSetCount property: Count of the training set.

Returns:

the trainingSetCount value.

validationSetCount

public abstract Integer validationSetCount()

Gets the validationSetCount property: Count of the validation set.

Returns:

the validationSetCount value.

Applies to