Interface PredictionResourceFormat


public interface PredictionResourceFormat
An immutable client-side representation of PredictionResourceFormat.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • description

      Map<String,String> description()
      Gets the description property: Description of the prediction.
      Returns:
      the description value.
    • displayName

      Map<String,String> displayName()
      Gets the displayName property: Display name of the prediction.
      Returns:
      the displayName value.
    • involvedInteractionTypes

      List<String> involvedInteractionTypes()
      Gets the involvedInteractionTypes property: Interaction types involved in the prediction.
      Returns:
      the involvedInteractionTypes value.
    • involvedKpiTypes

      List<String> involvedKpiTypes()
      Gets the involvedKpiTypes property: KPI types involved in the prediction.
      Returns:
      the involvedKpiTypes value.
    • involvedRelationships

      List<String> involvedRelationships()
      Gets the involvedRelationships property: Relationships involved in the prediction.
      Returns:
      the involvedRelationships value.
    • negativeOutcomeExpression

      String negativeOutcomeExpression()
      Gets the negativeOutcomeExpression property: Negative outcome expression.
      Returns:
      the negativeOutcomeExpression value.
    • positiveOutcomeExpression

      String positiveOutcomeExpression()
      Gets the positiveOutcomeExpression property: Positive outcome expression.
      Returns:
      the positiveOutcomeExpression value.
    • primaryProfileType

      String primaryProfileType()
      Gets the primaryProfileType property: Primary profile type.
      Returns:
      the primaryProfileType value.
    • provisioningState

      ProvisioningStates provisioningState()
      Gets the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • predictionName

      String predictionName()
      Gets the predictionName property: Name of the prediction.
      Returns:
      the predictionName value.
    • scopeExpression

      String scopeExpression()
      Gets the scopeExpression property: Scope expression.
      Returns:
      the scopeExpression value.
    • tenantId

      String tenantId()
      Gets the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • autoAnalyze

      boolean autoAnalyze()
      Gets the autoAnalyze property: Whether do auto analyze.
      Returns:
      the autoAnalyze value.
    • mappings

      PredictionMappings mappings()
      Gets the mappings property: Definition of the link mapping of prediction.
      Returns:
      the mappings value.
    • scoreLabel

      String scoreLabel()
      Gets the scoreLabel property: Score label.
      Returns:
      the scoreLabel value.
    • grades

      Gets the grades property: The prediction grades.
      Returns:
      the grades value.
    • systemGeneratedEntities

      PredictionSystemGeneratedEntities systemGeneratedEntities()
      Gets the systemGeneratedEntities property: System generated entities.
      Returns:
      the systemGeneratedEntities value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.PredictionResourceFormatInner object.
      Returns:
      the inner object.
    • update

      Begins update for the PredictionResourceFormat resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      PredictionResourceFormat refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.
    • getTrainingResultsWithResponse

      com.azure.core.http.rest.Response<PredictionTrainingResults> getTrainingResultsWithResponse(com.azure.core.util.Context context)
      Gets training results.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      training results along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getTrainingResults

      PredictionTrainingResults getTrainingResults()
      Gets training results.
      Returns:
      training results.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getModelStatusWithResponse

      com.azure.core.http.rest.Response<PredictionModelStatus> getModelStatusWithResponse(com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getModelStatus

      PredictionModelStatus getModelStatus()
      Gets model status of the prediction.
      Returns:
      model status of the prediction.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • modelStatusWithResponse

      com.azure.core.http.rest.Response<Void> modelStatusWithResponse(PredictionModelStatusInner parameters, com.azure.core.util.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:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • modelStatus

      void modelStatus(PredictionModelStatusInner parameters)
      Creates or updates the model status of prediction.
      Parameters:
      parameters - Parameters supplied to the create/update prediction model status operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.