Instance

data class Instance(val value: InstanceMetadata) : EventMetadata

Metadata specific to instance-level events.

Constructors

Link copied to clipboard
constructor(value: InstanceMetadata)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this EventMetadata as a Cluster and retrieves its aws.sdk.kotlin.services.sagemaker.model.ClusterMetadata value. Throws an exception if the EventMetadata is not a Cluster.

Link copied to clipboard

Casts this EventMetadata as a Cluster and retrieves its aws.sdk.kotlin.services.sagemaker.model.ClusterMetadata value. Returns null if the EventMetadata is not a Cluster.

Link copied to clipboard

Casts this EventMetadata as a Instance and retrieves its aws.sdk.kotlin.services.sagemaker.model.InstanceMetadata value. Throws an exception if the EventMetadata is not a Instance.

Link copied to clipboard
Link copied to clipboard