MetricQueryResult

The result of a query to retrieve training metrics from SageMaker.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A message describing the status of the metric query.

Link copied to clipboard

The metric values retrieved by the query.

Link copied to clipboard

The status of the metric query.

Link copied to clipboard

The values for the x-axis of the metrics.

Functions

Link copied to clipboard
inline fun copy(block: MetricQueryResult.Builder.() -> Unit = {}): MetricQueryResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String