AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
AggregationTransformationValue
Aggregation
Transformation
Value
sealed
class
AggregationTransformationValue
Inheritors
Avg
First
Max
Min
Sum
SdkUnknown
Members
Types
Avg
Link copied to clipboard
object
Avg
:
AggregationTransformationValue
Companion
Link copied to clipboard
object
Companion
First
Link copied to clipboard
object
First
:
AggregationTransformationValue
Max
Link copied to clipboard
object
Max
:
AggregationTransformationValue
Min
Link copied to clipboard
object
Min
:
AggregationTransformationValue
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AggregationTransformationValue
Sum
Link copied to clipboard
object
Sum
:
AggregationTransformationValue
Properties
value
Link copied to clipboard
abstract
val
value
:
String