DimensionLabel

A label used to group or categorize pricing dimensions, such as by region or SageMaker option.

Types

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

Properties

Link copied to clipboard

The human-readable display name of the label.

Link copied to clipboard

The type of the dimension label, such as Region or SagemakerOption.

Link copied to clipboard

The value used to group dimensions together.

Functions

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