CustomModelDataSource
The data source for a custom model. This is a union type that supports the following member:
modelPackageArnDataSource— Specifies a SageMaker AI model package as the data source.
Inheritors
Types
Functions
Link copied to clipboard
Casts this CustomModelDataSource as a ModelPackageArnDataSource and retrieves its aws.sdk.kotlin.services.bedrock.model.ModelPackageArnDataSource value. Throws an exception if the CustomModelDataSource is not a ModelPackageArnDataSource.
Link copied to clipboard
Casts this CustomModelDataSource as a ModelPackageArnDataSource and retrieves its aws.sdk.kotlin.services.bedrock.model.ModelPackageArnDataSource value. Returns null if the CustomModelDataSource is not a ModelPackageArnDataSource.