MetricQuery

Specifies 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
val end: Long?

The end time of metrics to retrieve.

Link copied to clipboard

The name of the metric to retrieve.

Link copied to clipboard

The metrics stat type of metrics to retrieve.

Link copied to clipboard

The time period of metrics to retrieve.

Link copied to clipboard

The ARN of the SageMaker resource to retrieve metrics for.

Link copied to clipboard
val start: Long?

The start time of metrics to retrieve.

Link copied to clipboard

The x-axis type of metrics to retrieve.

Functions

Link copied to clipboard
inline fun copy(block: MetricQuery.Builder.() -> Unit = {}): MetricQuery
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