AutoMlProblemTypeResolvedAttributes
Stores resolved attributes specific to the problem type of an AutoML job V2.
Inheritors
Types
The resolved attributes for the tabular problem type.
The resolved attributes for the text generation problem type.
Functions
Casts this AutoMlProblemTypeResolvedAttributes as a TabularResolvedAttributes and retrieves its aws.sdk.kotlin.services.sagemaker.model.TabularResolvedAttributes value. Throws an exception if the AutoMlProblemTypeResolvedAttributes is not a TabularResolvedAttributes.
Casts this AutoMlProblemTypeResolvedAttributes as a TabularResolvedAttributes and retrieves its aws.sdk.kotlin.services.sagemaker.model.TabularResolvedAttributes value. Returns null if the AutoMlProblemTypeResolvedAttributes is not a TabularResolvedAttributes.
Casts this AutoMlProblemTypeResolvedAttributes as a TextGenerationResolvedAttributes and retrieves its aws.sdk.kotlin.services.sagemaker.model.TextGenerationResolvedAttributes value. Throws an exception if the AutoMlProblemTypeResolvedAttributes is not a TextGenerationResolvedAttributes.
Casts this AutoMlProblemTypeResolvedAttributes as a TextGenerationResolvedAttributes and retrieves its aws.sdk.kotlin.services.sagemaker.model.TextGenerationResolvedAttributes value. Returns null if the AutoMlProblemTypeResolvedAttributes is not a TextGenerationResolvedAttributes.