EnrichmentStatus Class

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

public final class EnrichmentStatus

The EnrichmentStatus model.

Constructor Summary

Constructor Description
EnrichmentStatus()

Creates an instance of EnrichmentStatus class.

Method Summary

Modifier and Type Method and Description
String getMessage()

Get the message property: the trimmed message describes details of the enrichment status.

String getStatus()

Get the status property: latest enrichment status for this data slice.

OffsetDateTime getTimestamp()

Get the timestamp property: data slice timestamp.

Methods inherited from java.lang.Object

Constructor Details

EnrichmentStatus

public EnrichmentStatus()

Creates an instance of EnrichmentStatus class.

Method Details

getMessage

public String getMessage()

Get the message property: the trimmed message describes details of the enrichment status.

Returns:

the message value.

getStatus

public String getStatus()

Get the status property: latest enrichment status for this data slice.

Returns:

the status value.

getTimestamp

public OffsetDateTime getTimestamp()

Get the timestamp property: data slice timestamp.

Returns:

the timestamp value.

Applies to