PredictionResourceFormat Interface

public interface PredictionResourceFormat

An immutable client-side representation of PredictionResourceFormat.

Method Summary

Modifier and Type Method and Description
abstract boolean autoAnalyze()

Gets the autoAnalyze property: Whether do auto analyze.

abstract Map<String,String> description()

Gets the description property: Description of the prediction.

abstract Map<String,String> displayName()

Gets the displayName property: Display name of the prediction.

abstract PredictionModelStatus getModelStatus()

Gets model status of the prediction.

abstract Response<PredictionModelStatus> getModelStatusWithResponse(Context context)

Gets model status of the prediction.

abstract PredictionTrainingResults getTrainingResults()

Gets training results.

abstract Response<PredictionTrainingResults> getTrainingResultsWithResponse(Context context)

Gets training results.

abstract List<PredictionGradesItem> grades()

Gets the grades property: The prediction grades.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract PredictionResourceFormatInner innerModel()

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

abstract List<String> involvedInteractionTypes()

Gets the involvedInteractionTypes property: Interaction types involved in the prediction.

abstract List<String> involvedKpiTypes()

Gets the involvedKpiTypes property: KPI types involved in the prediction.

abstract List<String> involvedRelationships()

Gets the involvedRelationships property: Relationships involved in the prediction.

abstract PredictionMappings mappings()

Gets the mappings property: Definition of the link mapping of prediction.

abstract void modelStatus(PredictionModelStatusInner parameters)

Creates or updates the model status of prediction.

abstract Response<Void> modelStatusWithResponse(PredictionModelStatusInner parameters, Context context)

Creates or updates the model status of prediction.

abstract String name()

Gets the name property: The name of the resource.

abstract String negativeOutcomeExpression()

Gets the negativeOutcomeExpression property: Negative outcome expression.

abstract String positiveOutcomeExpression()

Gets the positiveOutcomeExpression property: Positive outcome expression.

abstract String predictionName()

Gets the predictionName property: Name of the prediction.

abstract String primaryProfileType()

Gets the primaryProfileType property: Primary profile type.

abstract ProvisioningStates provisioningState()

Gets the provisioningState property: Provisioning state.

abstract PredictionResourceFormat refresh()

Refreshes the resource to sync with Azure.

abstract PredictionResourceFormat refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String scopeExpression()

Gets the scopeExpression property: Scope expression.

abstract String scoreLabel()

Gets the scoreLabel property: Score label.

abstract PredictionSystemGeneratedEntities systemGeneratedEntities()

Gets the systemGeneratedEntities property: System generated entities.

abstract String tenantId()

Gets the tenantId property: The hub name.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the PredictionResourceFormat resource.

Method Details

autoAnalyze

public abstract boolean autoAnalyze()

Gets the autoAnalyze property: Whether do auto analyze.

Returns:

the autoAnalyze value.

description

public abstract Map description()

Gets the description property: Description of the prediction.

Returns:

the description value.

displayName

public abstract Map displayName()

Gets the displayName property: Display name of the prediction.

Returns:

the displayName value.

getModelStatus

public abstract PredictionModelStatus getModelStatus()

Gets model status of the prediction.

Returns:

model status of the prediction.

getModelStatusWithResponse

public abstract Response getModelStatusWithResponse(Context context)

Gets model status of the prediction.

Parameters:

context - The context to associate with this operation.

Returns:

model status of the prediction along with Response<T>.

getTrainingResults

public abstract PredictionTrainingResults getTrainingResults()

Gets training results.

Returns:

training results.

getTrainingResultsWithResponse

public abstract Response getTrainingResultsWithResponse(Context context)

Gets training results.

Parameters:

context - The context to associate with this operation.

Returns:

training results along with Response<T>.

grades

public abstract List grades()

Gets the grades property: The prediction grades.

Returns:

the grades value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract PredictionResourceFormatInner innerModel()

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

Returns:

the inner object.

involvedInteractionTypes

public abstract List involvedInteractionTypes()

Gets the involvedInteractionTypes property: Interaction types involved in the prediction.

Returns:

the involvedInteractionTypes value.

involvedKpiTypes

public abstract List involvedKpiTypes()

Gets the involvedKpiTypes property: KPI types involved in the prediction.

Returns:

the involvedKpiTypes value.

involvedRelationships

public abstract List involvedRelationships()

Gets the involvedRelationships property: Relationships involved in the prediction.

Returns:

the involvedRelationships value.

mappings

public abstract PredictionMappings mappings()

Gets the mappings property: Definition of the link mapping of prediction.

Returns:

the mappings value.

modelStatus

public abstract void modelStatus(PredictionModelStatusInner parameters)

Creates or updates the model status of prediction.

Parameters:

parameters - Parameters supplied to the create/update prediction model status operation.

modelStatusWithResponse

public abstract Response modelStatusWithResponse(PredictionModelStatusInner parameters, Context context)

Creates or updates the model status of prediction.

Parameters:

parameters - Parameters supplied to the create/update prediction model status operation.
context - The context to associate with this operation.

Returns:

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

negativeOutcomeExpression

public abstract String negativeOutcomeExpression()

Gets the negativeOutcomeExpression property: Negative outcome expression.

Returns:

the negativeOutcomeExpression value.

positiveOutcomeExpression

public abstract String positiveOutcomeExpression()

Gets the positiveOutcomeExpression property: Positive outcome expression.

Returns:

the positiveOutcomeExpression value.

predictionName

public abstract String predictionName()

Gets the predictionName property: Name of the prediction.

Returns:

the predictionName value.

primaryProfileType

public abstract String primaryProfileType()

Gets the primaryProfileType property: Primary profile type.

Returns:

the primaryProfileType value.

provisioningState

public abstract ProvisioningStates provisioningState()

Gets the provisioningState property: Provisioning state.

Returns:

the provisioningState value.

refresh

public abstract PredictionResourceFormat refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract PredictionResourceFormat refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

scopeExpression

public abstract String scopeExpression()

Gets the scopeExpression property: Scope expression.

Returns:

the scopeExpression value.

scoreLabel

public abstract String scoreLabel()

Gets the scoreLabel property: Score label.

Returns:

the scoreLabel value.

systemGeneratedEntities

public abstract PredictionSystemGeneratedEntities systemGeneratedEntities()

Gets the systemGeneratedEntities property: System generated entities.

Returns:

the systemGeneratedEntities value.

tenantId

public abstract String tenantId()

Gets the tenantId property: The hub name.

Returns:

the tenantId value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract PredictionResourceFormat.Update update()

Begins update for the PredictionResourceFormat resource.

Returns:

the stage of resource update.

Applies to