Uses of Class
software.amazon.awssdk.services.sagemaker.model.LastUpdateStatus
-
Packages that use LastUpdateStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LastUpdateStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LastUpdateStatus Modifier and Type Method Description LastUpdateStatusDescribeFeatureGroupResponse. lastUpdateStatus()A value indicating whether the update made to the feature group was successful.LastUpdateStatusFeatureGroup. lastUpdateStatus()A value that indicates whether the feature group was updated successfully.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LastUpdateStatus Modifier and Type Method Description DescribeFeatureGroupResponse.BuilderDescribeFeatureGroupResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)A value indicating whether the update made to the feature group was successful.FeatureGroup.BuilderFeatureGroup.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)A value that indicates whether the feature group was updated successfully.
-