EventMetadata
Metadata associated with a cluster event, which may include details about various resource types.
Inheritors
Types
Metadata specific to cluster-level events.
Metadata specific to instance-level events.
Metadata specific to instance group-level events.
Metadata related to instance group scaling events.
Functions
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.
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.
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.
Casts this EventMetadata as a InstanceGroup and retrieves its aws.sdk.kotlin.services.sagemaker.model.InstanceGroupMetadata value. Throws an exception if the EventMetadata is not a InstanceGroup.
Casts this EventMetadata as a InstanceGroup and retrieves its aws.sdk.kotlin.services.sagemaker.model.InstanceGroupMetadata value. Returns null if the EventMetadata is not a InstanceGroup.
Casts this EventMetadata as a InstanceGroupScaling and retrieves its aws.sdk.kotlin.services.sagemaker.model.InstanceGroupScalingMetadata value. Throws an exception if the EventMetadata is not a InstanceGroupScaling.
Casts this EventMetadata as a InstanceGroupScaling and retrieves its aws.sdk.kotlin.services.sagemaker.model.InstanceGroupScalingMetadata value. Returns null if the EventMetadata is not a InstanceGroupScaling.
Casts this EventMetadata as a Instance and retrieves its aws.sdk.kotlin.services.sagemaker.model.InstanceMetadata value. Returns null if the EventMetadata is not a Instance.