OutputLocation

sealed class OutputLocation

The output location for a notebook export in Amazon SageMaker Unified Studio.

Inheritors

Types

Link copied to clipboard
data class S3(val value: S3Destination) : OutputLocation

The Amazon Simple Storage Service destination for the notebook export.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this OutputLocation as a S3 and retrieves its aws.sdk.kotlin.services.datazone.model.S3Destination value. Throws an exception if the OutputLocation is not a S3.

Link copied to clipboard

Casts this OutputLocation as a S3 and retrieves its aws.sdk.kotlin.services.datazone.model.S3Destination value. Returns null if the OutputLocation is not a S3.