{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.MachineLearning
(
defaultService,
_InvalidTagException,
_InternalServerException,
_InvalidInputException,
_IdempotentParameterMismatchException,
_TagLimitExceededException,
_PredictorNotMountedException,
_ResourceNotFoundException,
_LimitExceededException,
newMLModelAvailable,
newBatchPredictionAvailable,
newDataSourceAvailable,
newEvaluationAvailable,
UpdateDataSource (UpdateDataSource'),
newUpdateDataSource,
UpdateDataSourceResponse (UpdateDataSourceResponse'),
newUpdateDataSourceResponse,
DeleteDataSource (DeleteDataSource'),
newDeleteDataSource,
DeleteDataSourceResponse (DeleteDataSourceResponse'),
newDeleteDataSourceResponse,
DescribeTags (DescribeTags'),
newDescribeTags,
DescribeTagsResponse (DescribeTagsResponse'),
newDescribeTagsResponse,
CreateDataSourceFromRedshift (CreateDataSourceFromRedshift'),
newCreateDataSourceFromRedshift,
CreateDataSourceFromRedshiftResponse (CreateDataSourceFromRedshiftResponse'),
newCreateDataSourceFromRedshiftResponse,
CreateDataSourceFromS3 (CreateDataSourceFromS3'),
newCreateDataSourceFromS3,
CreateDataSourceFromS3Response (CreateDataSourceFromS3Response'),
newCreateDataSourceFromS3Response,
CreateMLModel (CreateMLModel'),
newCreateMLModel,
CreateMLModelResponse (CreateMLModelResponse'),
newCreateMLModelResponse,
DeleteTags (DeleteTags'),
newDeleteTags,
DeleteTagsResponse (DeleteTagsResponse'),
newDeleteTagsResponse,
DeleteBatchPrediction (DeleteBatchPrediction'),
newDeleteBatchPrediction,
DeleteBatchPredictionResponse (DeleteBatchPredictionResponse'),
newDeleteBatchPredictionResponse,
UpdateBatchPrediction (UpdateBatchPrediction'),
newUpdateBatchPrediction,
UpdateBatchPredictionResponse (UpdateBatchPredictionResponse'),
newUpdateBatchPredictionResponse,
GetMLModel (GetMLModel'),
newGetMLModel,
GetMLModelResponse (GetMLModelResponse'),
newGetMLModelResponse,
GetDataSource (GetDataSource'),
newGetDataSource,
GetDataSourceResponse (GetDataSourceResponse'),
newGetDataSourceResponse,
UpdateEvaluation (UpdateEvaluation'),
newUpdateEvaluation,
UpdateEvaluationResponse (UpdateEvaluationResponse'),
newUpdateEvaluationResponse,
DeleteEvaluation (DeleteEvaluation'),
newDeleteEvaluation,
DeleteEvaluationResponse (DeleteEvaluationResponse'),
newDeleteEvaluationResponse,
DeleteMLModel (DeleteMLModel'),
newDeleteMLModel,
DeleteMLModelResponse (DeleteMLModelResponse'),
newDeleteMLModelResponse,
UpdateMLModel (UpdateMLModel'),
newUpdateMLModel,
UpdateMLModelResponse (UpdateMLModelResponse'),
newUpdateMLModelResponse,
GetBatchPrediction (GetBatchPrediction'),
newGetBatchPrediction,
GetBatchPredictionResponse (GetBatchPredictionResponse'),
newGetBatchPredictionResponse,
DescribeBatchPredictions (DescribeBatchPredictions'),
newDescribeBatchPredictions,
DescribeBatchPredictionsResponse (DescribeBatchPredictionsResponse'),
newDescribeBatchPredictionsResponse,
CreateDataSourceFromRDS (CreateDataSourceFromRDS'),
newCreateDataSourceFromRDS,
CreateDataSourceFromRDSResponse (CreateDataSourceFromRDSResponse'),
newCreateDataSourceFromRDSResponse,
CreateEvaluation (CreateEvaluation'),
newCreateEvaluation,
CreateEvaluationResponse (CreateEvaluationResponse'),
newCreateEvaluationResponse,
Predict (Predict'),
newPredict,
PredictResponse (PredictResponse'),
newPredictResponse,
DeleteRealtimeEndpoint (DeleteRealtimeEndpoint'),
newDeleteRealtimeEndpoint,
DeleteRealtimeEndpointResponse (DeleteRealtimeEndpointResponse'),
newDeleteRealtimeEndpointResponse,
CreateBatchPrediction (CreateBatchPrediction'),
newCreateBatchPrediction,
CreateBatchPredictionResponse (CreateBatchPredictionResponse'),
newCreateBatchPredictionResponse,
GetEvaluation (GetEvaluation'),
newGetEvaluation,
GetEvaluationResponse (GetEvaluationResponse'),
newGetEvaluationResponse,
DescribeEvaluations (DescribeEvaluations'),
newDescribeEvaluations,
DescribeEvaluationsResponse (DescribeEvaluationsResponse'),
newDescribeEvaluationsResponse,
CreateRealtimeEndpoint (CreateRealtimeEndpoint'),
newCreateRealtimeEndpoint,
CreateRealtimeEndpointResponse (CreateRealtimeEndpointResponse'),
newCreateRealtimeEndpointResponse,
AddTags (AddTags'),
newAddTags,
AddTagsResponse (AddTagsResponse'),
newAddTagsResponse,
DescribeMLModels (DescribeMLModels'),
newDescribeMLModels,
DescribeMLModelsResponse (DescribeMLModelsResponse'),
newDescribeMLModelsResponse,
DescribeDataSources (DescribeDataSources'),
newDescribeDataSources,
DescribeDataSourcesResponse (DescribeDataSourcesResponse'),
newDescribeDataSourcesResponse,
Algorithm (..),
BatchPredictionFilterVariable (..),
DataSourceFilterVariable (..),
DetailsAttributes (..),
EntityStatus (..),
EvaluationFilterVariable (..),
MLModelFilterVariable (..),
MLModelType (..),
RealtimeEndpointStatus (..),
SortOrder (..),
TaggableResourceType (..),
BatchPrediction (BatchPrediction'),
newBatchPrediction,
DataSource (DataSource'),
newDataSource,
Evaluation (Evaluation'),
newEvaluation,
MLModel (MLModel'),
newMLModel,
PerformanceMetrics (PerformanceMetrics'),
newPerformanceMetrics,
Prediction (Prediction'),
newPrediction,
RDSDataSpec (RDSDataSpec'),
newRDSDataSpec,
RDSDatabase (RDSDatabase'),
newRDSDatabase,
RDSDatabaseCredentials (RDSDatabaseCredentials'),
newRDSDatabaseCredentials,
RDSMetadata (RDSMetadata'),
newRDSMetadata,
RealtimeEndpointInfo (RealtimeEndpointInfo'),
newRealtimeEndpointInfo,
RedshiftDataSpec (RedshiftDataSpec'),
newRedshiftDataSpec,
RedshiftDatabase (RedshiftDatabase'),
newRedshiftDatabase,
RedshiftDatabaseCredentials (RedshiftDatabaseCredentials'),
newRedshiftDatabaseCredentials,
RedshiftMetadata (RedshiftMetadata'),
newRedshiftMetadata,
S3DataSpec (S3DataSpec'),
newS3DataSpec,
Tag (Tag'),
newTag,
)
where
import Amazonka.MachineLearning.AddTags
import Amazonka.MachineLearning.CreateBatchPrediction
import Amazonka.MachineLearning.CreateDataSourceFromRDS
import Amazonka.MachineLearning.CreateDataSourceFromRedshift
import Amazonka.MachineLearning.CreateDataSourceFromS3
import Amazonka.MachineLearning.CreateEvaluation
import Amazonka.MachineLearning.CreateMLModel
import Amazonka.MachineLearning.CreateRealtimeEndpoint
import Amazonka.MachineLearning.DeleteBatchPrediction
import Amazonka.MachineLearning.DeleteDataSource
import Amazonka.MachineLearning.DeleteEvaluation
import Amazonka.MachineLearning.DeleteMLModel
import Amazonka.MachineLearning.DeleteRealtimeEndpoint
import Amazonka.MachineLearning.DeleteTags
import Amazonka.MachineLearning.DescribeBatchPredictions
import Amazonka.MachineLearning.DescribeDataSources
import Amazonka.MachineLearning.DescribeEvaluations
import Amazonka.MachineLearning.DescribeMLModels
import Amazonka.MachineLearning.DescribeTags
import Amazonka.MachineLearning.GetBatchPrediction
import Amazonka.MachineLearning.GetDataSource
import Amazonka.MachineLearning.GetEvaluation
import Amazonka.MachineLearning.GetMLModel
import Amazonka.MachineLearning.Lens
import Amazonka.MachineLearning.Predict
import Amazonka.MachineLearning.Types
import Amazonka.MachineLearning.UpdateBatchPrediction
import Amazonka.MachineLearning.UpdateDataSource
import Amazonka.MachineLearning.UpdateEvaluation
import Amazonka.MachineLearning.UpdateMLModel
import Amazonka.MachineLearning.Waiters