Class EnrichmentStatus

java.lang.Object
com.azure.ai.metricsadvisor.models.EnrichmentStatus

public final class EnrichmentStatus extends Object
The EnrichmentStatus model.
  • Constructor Details

    • EnrichmentStatus

      public EnrichmentStatus()
  • Method Details

    • getTimestamp

      public OffsetDateTime getTimestamp()
      Get the timestamp property: data slice timestamp.
      Returns:
      the timestamp value.
    • getStatus

      public String getStatus()
      Get the status property: latest enrichment status for this data slice.
      Returns:
      the status value.
    • getMessage

      public String getMessage()
      Get the message property: the trimmed message describes details of the enrichment status.
      Returns:
      the message value.