Class GetPredictionModelStatusResult
- java.lang.Object
-
- com.pulumi.azurenative.customerinsights.outputs.GetPredictionModelStatusResult
-
public final class GetPredictionModelStatusResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPredictionModelStatusResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPredictionModelStatusResult.Builder
builder()
static GetPredictionModelStatusResult.Builder
builder(GetPredictionModelStatusResult defaults)
java.lang.String
message()
java.lang.String
modelVersion()
java.lang.String
predictionGuidId()
java.lang.String
predictionName()
java.lang.Integer
signalsUsed()
java.lang.String
status()
java.lang.String
tenantId()
java.lang.Integer
testSetCount()
java.lang.Integer
trainingAccuracy()
java.lang.Integer
trainingSetCount()
java.lang.Integer
validationSetCount()
-
-
-
Method Detail
-
message
public java.lang.String message()
- Returns:
- The model status message.
-
modelVersion
public java.lang.String modelVersion()
- Returns:
- Version of the model.
-
predictionGuidId
public java.lang.String predictionGuidId()
- Returns:
- The prediction GUID ID.
-
predictionName
public java.lang.String predictionName()
- Returns:
- The prediction name.
-
signalsUsed
public java.lang.Integer signalsUsed()
- Returns:
- The signals used.
-
status
public java.lang.String status()
- Returns:
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
-
tenantId
public java.lang.String tenantId()
- Returns:
- The hub name.
-
testSetCount
public java.lang.Integer testSetCount()
- Returns:
- Count of the test set.
-
trainingAccuracy
public java.lang.Integer trainingAccuracy()
- Returns:
- The training accuracy.
-
trainingSetCount
public java.lang.Integer trainingSetCount()
- Returns:
- Count of the training set.
-
validationSetCount
public java.lang.Integer validationSetCount()
- Returns:
- Count of the validation set.
-
builder
public static GetPredictionModelStatusResult.Builder builder()
-
builder
public static GetPredictionModelStatusResult.Builder builder(GetPredictionModelStatusResult defaults)
-
-