Class ExportMetricsRequest
- java.lang.Object
-
- com.databricks.sdk.service.serving.ExportMetricsRequest
-
@Generated public class ExportMetricsRequest extends Object
Retrieve the metrics corresponding to a serving endpoint for the current time in Prometheus or OpenMetrics exposition format
-
-
Constructor Summary
Constructors Constructor Description ExportMetricsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
int
hashCode()
ExportMetricsRequest
setName(String name)
String
toString()
-
-
-
Method Detail
-
setName
public ExportMetricsRequest setName(String name)
-
getName
public String getName()
-
-