Uses of Class
software.amazon.awssdk.services.datazone.model.PredictionConfiguration
-
Packages that use PredictionConfiguration Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of PredictionConfiguration in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return PredictionConfiguration Modifier and Type Method Description PredictionConfigurationCreateAssetRequest. predictionConfiguration()The configuration of the automatically generated business-friendly metadata for the asset.PredictionConfigurationCreateAssetResponse. predictionConfiguration()The configuration of the automatically generated business-friendly metadata for the asset.PredictionConfigurationCreateAssetRevisionRequest. predictionConfiguration()The configuration of the automatically generated business-friendly metadata for the asset.PredictionConfigurationCreateAssetRevisionResponse. predictionConfiguration()The configuration of the automatically generated business-friendly metadata for the asset.Methods in software.amazon.awssdk.services.datazone.model with parameters of type PredictionConfiguration Modifier and Type Method Description CreateAssetRequest.BuilderCreateAssetRequest.Builder. predictionConfiguration(PredictionConfiguration predictionConfiguration)The configuration of the automatically generated business-friendly metadata for the asset.CreateAssetResponse.BuilderCreateAssetResponse.Builder. predictionConfiguration(PredictionConfiguration predictionConfiguration)The configuration of the automatically generated business-friendly metadata for the asset.CreateAssetRevisionRequest.BuilderCreateAssetRevisionRequest.Builder. predictionConfiguration(PredictionConfiguration predictionConfiguration)The configuration of the automatically generated business-friendly metadata for the asset.CreateAssetRevisionResponse.BuilderCreateAssetRevisionResponse.Builder. predictionConfiguration(PredictionConfiguration predictionConfiguration)The configuration of the automatically generated business-friendly metadata for the asset.
-