Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- ListDatasetGroups
- CreateBatchInferenceJob
- CreateFilter
- CreateDatasetImportJob
- DescribeSolution
- DescribeDatasetExportJob
- DeleteCampaign
- UpdateCampaign
- ListCampaigns
- DescribeDataset
- CreateSolutionVersion
- StopSolutionVersionCreation
- CreateCampaign
- DescribeFilter
- ListEventTrackers
- CreateDatasetExportJob
- CreateSolution
- DeleteEventTracker
- DescribeDatasetImportJob
- ListSchemas
- CreateEventTracker
- DeleteSolution
- DescribeCampaign
- DeleteDataset
- CreateDataset
- DescribeSolutionVersion
- DescribeEventTracker
- ListDatasetImportJobs
- DeleteFilter
- ListBatchInferenceJobs
- ListFilters
- DeleteDatasetGroup
- DescribeSchema
- DescribeAlgorithm
- ListSolutionVersions
- DescribeBatchInferenceJob
- CreateSchema
- DescribeRecipe
- ListSolutions
- ListDatasetExportJobs
- DescribeDatasetGroup
- DescribeFeatureTransformation
- GetSolutionMetrics
- DeleteSchema
- ListDatasets
- CreateDatasetGroup
- ListRecipes
- Types
- Algorithm
- AlgorithmImage
- AutoMLConfig
- AutoMLResult
- BatchInferenceJob
- BatchInferenceJobConfig
- BatchInferenceJobInput
- BatchInferenceJobOutput
- BatchInferenceJobSummary
- Campaign
- CampaignConfig
- CampaignSummary
- CampaignUpdateSummary
- CategoricalHyperParameterRange
- ContinuousHyperParameterRange
- DataSource
- Dataset
- DatasetExportJob
- DatasetExportJobOutput
- DatasetExportJobSummary
- DatasetGroup
- DatasetGroupSummary
- DatasetImportJob
- DatasetImportJobSummary
- DatasetSchema
- DatasetSchemaSummary
- DatasetSummary
- DefaultCategoricalHyperParameterRange
- DefaultContinuousHyperParameterRange
- DefaultHyperParameterRanges
- DefaultIntegerHyperParameterRange
- EventTracker
- EventTrackerSummary
- FeatureTransformation
- Filter
- FilterSummary
- HPOConfig
- HPOObjective
- HPOResourceConfig
- HyperParameterRanges
- IntegerHyperParameterRange
- OptimizationObjective
- Recipe
- RecipeSummary
- S3DataConfig
- Solution
- SolutionConfig
- SolutionSummary
- SolutionVersion
- SolutionVersionSummary
- TunedHPOParams
Synopsis
- listDatasetGroups_nextToken :: Lens' ListDatasetGroups (Maybe Text)
- listDatasetGroups_maxResults :: Lens' ListDatasetGroups (Maybe Natural)
- listDatasetGroupsResponse_nextToken :: Lens' ListDatasetGroupsResponse (Maybe Text)
- listDatasetGroupsResponse_datasetGroups :: Lens' ListDatasetGroupsResponse (Maybe [DatasetGroupSummary])
- listDatasetGroupsResponse_httpStatus :: Lens' ListDatasetGroupsResponse Int
- createBatchInferenceJob_numResults :: Lens' CreateBatchInferenceJob (Maybe Int)
- createBatchInferenceJob_batchInferenceJobConfig :: Lens' CreateBatchInferenceJob (Maybe BatchInferenceJobConfig)
- createBatchInferenceJob_filterArn :: Lens' CreateBatchInferenceJob (Maybe Text)
- createBatchInferenceJob_jobName :: Lens' CreateBatchInferenceJob Text
- createBatchInferenceJob_solutionVersionArn :: Lens' CreateBatchInferenceJob Text
- createBatchInferenceJob_jobInput :: Lens' CreateBatchInferenceJob BatchInferenceJobInput
- createBatchInferenceJob_jobOutput :: Lens' CreateBatchInferenceJob BatchInferenceJobOutput
- createBatchInferenceJob_roleArn :: Lens' CreateBatchInferenceJob Text
- createBatchInferenceJobResponse_batchInferenceJobArn :: Lens' CreateBatchInferenceJobResponse (Maybe Text)
- createBatchInferenceJobResponse_httpStatus :: Lens' CreateBatchInferenceJobResponse Int
- createFilter_name :: Lens' CreateFilter Text
- createFilter_datasetGroupArn :: Lens' CreateFilter Text
- createFilter_filterExpression :: Lens' CreateFilter Text
- createFilterResponse_filterArn :: Lens' CreateFilterResponse (Maybe Text)
- createFilterResponse_httpStatus :: Lens' CreateFilterResponse Int
- createDatasetImportJob_jobName :: Lens' CreateDatasetImportJob Text
- createDatasetImportJob_datasetArn :: Lens' CreateDatasetImportJob Text
- createDatasetImportJob_dataSource :: Lens' CreateDatasetImportJob DataSource
- createDatasetImportJob_roleArn :: Lens' CreateDatasetImportJob Text
- createDatasetImportJobResponse_datasetImportJobArn :: Lens' CreateDatasetImportJobResponse (Maybe Text)
- createDatasetImportJobResponse_httpStatus :: Lens' CreateDatasetImportJobResponse Int
- describeSolution_solutionArn :: Lens' DescribeSolution Text
- describeSolutionResponse_solution :: Lens' DescribeSolutionResponse (Maybe Solution)
- describeSolutionResponse_httpStatus :: Lens' DescribeSolutionResponse Int
- describeDatasetExportJob_datasetExportJobArn :: Lens' DescribeDatasetExportJob Text
- describeDatasetExportJobResponse_datasetExportJob :: Lens' DescribeDatasetExportJobResponse (Maybe DatasetExportJob)
- describeDatasetExportJobResponse_httpStatus :: Lens' DescribeDatasetExportJobResponse Int
- deleteCampaign_campaignArn :: Lens' DeleteCampaign Text
- updateCampaign_campaignConfig :: Lens' UpdateCampaign (Maybe CampaignConfig)
- updateCampaign_minProvisionedTPS :: Lens' UpdateCampaign (Maybe Natural)
- updateCampaign_solutionVersionArn :: Lens' UpdateCampaign (Maybe Text)
- updateCampaign_campaignArn :: Lens' UpdateCampaign Text
- updateCampaignResponse_campaignArn :: Lens' UpdateCampaignResponse (Maybe Text)
- updateCampaignResponse_httpStatus :: Lens' UpdateCampaignResponse Int
- listCampaigns_solutionArn :: Lens' ListCampaigns (Maybe Text)
- listCampaigns_nextToken :: Lens' ListCampaigns (Maybe Text)
- listCampaigns_maxResults :: Lens' ListCampaigns (Maybe Natural)
- listCampaignsResponse_campaigns :: Lens' ListCampaignsResponse (Maybe [CampaignSummary])
- listCampaignsResponse_nextToken :: Lens' ListCampaignsResponse (Maybe Text)
- listCampaignsResponse_httpStatus :: Lens' ListCampaignsResponse Int
- describeDataset_datasetArn :: Lens' DescribeDataset Text
- describeDatasetResponse_dataset :: Lens' DescribeDatasetResponse (Maybe Dataset)
- describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int
- createSolutionVersion_trainingMode :: Lens' CreateSolutionVersion (Maybe TrainingMode)
- createSolutionVersion_solutionArn :: Lens' CreateSolutionVersion Text
- createSolutionVersionResponse_solutionVersionArn :: Lens' CreateSolutionVersionResponse (Maybe Text)
- createSolutionVersionResponse_httpStatus :: Lens' CreateSolutionVersionResponse Int
- stopSolutionVersionCreation_solutionVersionArn :: Lens' StopSolutionVersionCreation Text
- createCampaign_campaignConfig :: Lens' CreateCampaign (Maybe CampaignConfig)
- createCampaign_minProvisionedTPS :: Lens' CreateCampaign (Maybe Natural)
- createCampaign_name :: Lens' CreateCampaign Text
- createCampaign_solutionVersionArn :: Lens' CreateCampaign Text
- createCampaignResponse_campaignArn :: Lens' CreateCampaignResponse (Maybe Text)
- createCampaignResponse_httpStatus :: Lens' CreateCampaignResponse Int
- describeFilter_filterArn :: Lens' DescribeFilter Text
- describeFilterResponse_filter :: Lens' DescribeFilterResponse (Maybe Filter)
- describeFilterResponse_httpStatus :: Lens' DescribeFilterResponse Int
- listEventTrackers_nextToken :: Lens' ListEventTrackers (Maybe Text)
- listEventTrackers_datasetGroupArn :: Lens' ListEventTrackers (Maybe Text)
- listEventTrackers_maxResults :: Lens' ListEventTrackers (Maybe Natural)
- listEventTrackersResponse_eventTrackers :: Lens' ListEventTrackersResponse (Maybe [EventTrackerSummary])
- listEventTrackersResponse_nextToken :: Lens' ListEventTrackersResponse (Maybe Text)
- listEventTrackersResponse_httpStatus :: Lens' ListEventTrackersResponse Int
- createDatasetExportJob_ingestionMode :: Lens' CreateDatasetExportJob (Maybe IngestionMode)
- createDatasetExportJob_jobName :: Lens' CreateDatasetExportJob Text
- createDatasetExportJob_datasetArn :: Lens' CreateDatasetExportJob Text
- createDatasetExportJob_roleArn :: Lens' CreateDatasetExportJob Text
- createDatasetExportJob_jobOutput :: Lens' CreateDatasetExportJob DatasetExportJobOutput
- createDatasetExportJobResponse_datasetExportJobArn :: Lens' CreateDatasetExportJobResponse (Maybe Text)
- createDatasetExportJobResponse_httpStatus :: Lens' CreateDatasetExportJobResponse Int
- createSolution_performAutoML :: Lens' CreateSolution (Maybe Bool)
- createSolution_recipeArn :: Lens' CreateSolution (Maybe Text)
- createSolution_eventType :: Lens' CreateSolution (Maybe Text)
- createSolution_solutionConfig :: Lens' CreateSolution (Maybe SolutionConfig)
- createSolution_performHPO :: Lens' CreateSolution (Maybe Bool)
- createSolution_name :: Lens' CreateSolution Text
- createSolution_datasetGroupArn :: Lens' CreateSolution Text
- createSolutionResponse_solutionArn :: Lens' CreateSolutionResponse (Maybe Text)
- createSolutionResponse_httpStatus :: Lens' CreateSolutionResponse Int
- deleteEventTracker_eventTrackerArn :: Lens' DeleteEventTracker Text
- describeDatasetImportJob_datasetImportJobArn :: Lens' DescribeDatasetImportJob Text
- describeDatasetImportJobResponse_datasetImportJob :: Lens' DescribeDatasetImportJobResponse (Maybe DatasetImportJob)
- describeDatasetImportJobResponse_httpStatus :: Lens' DescribeDatasetImportJobResponse Int
- listSchemas_nextToken :: Lens' ListSchemas (Maybe Text)
- listSchemas_maxResults :: Lens' ListSchemas (Maybe Natural)
- listSchemasResponse_schemas :: Lens' ListSchemasResponse (Maybe [DatasetSchemaSummary])
- listSchemasResponse_nextToken :: Lens' ListSchemasResponse (Maybe Text)
- listSchemasResponse_httpStatus :: Lens' ListSchemasResponse Int
- createEventTracker_name :: Lens' CreateEventTracker Text
- createEventTracker_datasetGroupArn :: Lens' CreateEventTracker Text
- createEventTrackerResponse_trackingId :: Lens' CreateEventTrackerResponse (Maybe Text)
- createEventTrackerResponse_eventTrackerArn :: Lens' CreateEventTrackerResponse (Maybe Text)
- createEventTrackerResponse_httpStatus :: Lens' CreateEventTrackerResponse Int
- deleteSolution_solutionArn :: Lens' DeleteSolution Text
- describeCampaign_campaignArn :: Lens' DescribeCampaign Text
- describeCampaignResponse_campaign :: Lens' DescribeCampaignResponse (Maybe Campaign)
- describeCampaignResponse_httpStatus :: Lens' DescribeCampaignResponse Int
- deleteDataset_datasetArn :: Lens' DeleteDataset Text
- createDataset_name :: Lens' CreateDataset Text
- createDataset_schemaArn :: Lens' CreateDataset Text
- createDataset_datasetGroupArn :: Lens' CreateDataset Text
- createDataset_datasetType :: Lens' CreateDataset Text
- createDatasetResponse_datasetArn :: Lens' CreateDatasetResponse (Maybe Text)
- createDatasetResponse_httpStatus :: Lens' CreateDatasetResponse Int
- describeSolutionVersion_solutionVersionArn :: Lens' DescribeSolutionVersion Text
- describeSolutionVersionResponse_solutionVersion :: Lens' DescribeSolutionVersionResponse (Maybe SolutionVersion)
- describeSolutionVersionResponse_httpStatus :: Lens' DescribeSolutionVersionResponse Int
- describeEventTracker_eventTrackerArn :: Lens' DescribeEventTracker Text
- describeEventTrackerResponse_eventTracker :: Lens' DescribeEventTrackerResponse (Maybe EventTracker)
- describeEventTrackerResponse_httpStatus :: Lens' DescribeEventTrackerResponse Int
- listDatasetImportJobs_datasetArn :: Lens' ListDatasetImportJobs (Maybe Text)
- listDatasetImportJobs_nextToken :: Lens' ListDatasetImportJobs (Maybe Text)
- listDatasetImportJobs_maxResults :: Lens' ListDatasetImportJobs (Maybe Natural)
- listDatasetImportJobsResponse_datasetImportJobs :: Lens' ListDatasetImportJobsResponse (Maybe [DatasetImportJobSummary])
- listDatasetImportJobsResponse_nextToken :: Lens' ListDatasetImportJobsResponse (Maybe Text)
- listDatasetImportJobsResponse_httpStatus :: Lens' ListDatasetImportJobsResponse Int
- deleteFilter_filterArn :: Lens' DeleteFilter Text
- listBatchInferenceJobs_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text)
- listBatchInferenceJobs_maxResults :: Lens' ListBatchInferenceJobs (Maybe Natural)
- listBatchInferenceJobs_solutionVersionArn :: Lens' ListBatchInferenceJobs (Maybe Text)
- listBatchInferenceJobsResponse_batchInferenceJobs :: Lens' ListBatchInferenceJobsResponse (Maybe [BatchInferenceJobSummary])
- listBatchInferenceJobsResponse_nextToken :: Lens' ListBatchInferenceJobsResponse (Maybe Text)
- listBatchInferenceJobsResponse_httpStatus :: Lens' ListBatchInferenceJobsResponse Int
- listFilters_nextToken :: Lens' ListFilters (Maybe Text)
- listFilters_datasetGroupArn :: Lens' ListFilters (Maybe Text)
- listFilters_maxResults :: Lens' ListFilters (Maybe Natural)
- listFiltersResponse_filters :: Lens' ListFiltersResponse (Maybe [FilterSummary])
- listFiltersResponse_nextToken :: Lens' ListFiltersResponse (Maybe Text)
- listFiltersResponse_httpStatus :: Lens' ListFiltersResponse Int
- deleteDatasetGroup_datasetGroupArn :: Lens' DeleteDatasetGroup Text
- describeSchema_schemaArn :: Lens' DescribeSchema Text
- describeSchemaResponse_schema :: Lens' DescribeSchemaResponse (Maybe DatasetSchema)
- describeSchemaResponse_httpStatus :: Lens' DescribeSchemaResponse Int
- describeAlgorithm_algorithmArn :: Lens' DescribeAlgorithm Text
- describeAlgorithmResponse_algorithm :: Lens' DescribeAlgorithmResponse (Maybe Algorithm)
- describeAlgorithmResponse_httpStatus :: Lens' DescribeAlgorithmResponse Int
- listSolutionVersions_solutionArn :: Lens' ListSolutionVersions (Maybe Text)
- listSolutionVersions_nextToken :: Lens' ListSolutionVersions (Maybe Text)
- listSolutionVersions_maxResults :: Lens' ListSolutionVersions (Maybe Natural)
- listSolutionVersionsResponse_nextToken :: Lens' ListSolutionVersionsResponse (Maybe Text)
- listSolutionVersionsResponse_solutionVersions :: Lens' ListSolutionVersionsResponse (Maybe [SolutionVersionSummary])
- listSolutionVersionsResponse_httpStatus :: Lens' ListSolutionVersionsResponse Int
- describeBatchInferenceJob_batchInferenceJobArn :: Lens' DescribeBatchInferenceJob Text
- describeBatchInferenceJobResponse_batchInferenceJob :: Lens' DescribeBatchInferenceJobResponse (Maybe BatchInferenceJob)
- describeBatchInferenceJobResponse_httpStatus :: Lens' DescribeBatchInferenceJobResponse Int
- createSchema_name :: Lens' CreateSchema Text
- createSchema_schema :: Lens' CreateSchema Text
- createSchemaResponse_schemaArn :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_httpStatus :: Lens' CreateSchemaResponse Int
- describeRecipe_recipeArn :: Lens' DescribeRecipe Text
- describeRecipeResponse_recipe :: Lens' DescribeRecipeResponse (Maybe Recipe)
- describeRecipeResponse_httpStatus :: Lens' DescribeRecipeResponse Int
- listSolutions_nextToken :: Lens' ListSolutions (Maybe Text)
- listSolutions_datasetGroupArn :: Lens' ListSolutions (Maybe Text)
- listSolutions_maxResults :: Lens' ListSolutions (Maybe Natural)
- listSolutionsResponse_nextToken :: Lens' ListSolutionsResponse (Maybe Text)
- listSolutionsResponse_solutions :: Lens' ListSolutionsResponse (Maybe [SolutionSummary])
- listSolutionsResponse_httpStatus :: Lens' ListSolutionsResponse Int
- listDatasetExportJobs_datasetArn :: Lens' ListDatasetExportJobs (Maybe Text)
- listDatasetExportJobs_nextToken :: Lens' ListDatasetExportJobs (Maybe Text)
- listDatasetExportJobs_maxResults :: Lens' ListDatasetExportJobs (Maybe Natural)
- listDatasetExportJobsResponse_nextToken :: Lens' ListDatasetExportJobsResponse (Maybe Text)
- listDatasetExportJobsResponse_datasetExportJobs :: Lens' ListDatasetExportJobsResponse (Maybe [DatasetExportJobSummary])
- listDatasetExportJobsResponse_httpStatus :: Lens' ListDatasetExportJobsResponse Int
- describeDatasetGroup_datasetGroupArn :: Lens' DescribeDatasetGroup Text
- describeDatasetGroupResponse_datasetGroup :: Lens' DescribeDatasetGroupResponse (Maybe DatasetGroup)
- describeDatasetGroupResponse_httpStatus :: Lens' DescribeDatasetGroupResponse Int
- describeFeatureTransformation_featureTransformationArn :: Lens' DescribeFeatureTransformation Text
- describeFeatureTransformationResponse_featureTransformation :: Lens' DescribeFeatureTransformationResponse (Maybe FeatureTransformation)
- describeFeatureTransformationResponse_httpStatus :: Lens' DescribeFeatureTransformationResponse Int
- getSolutionMetrics_solutionVersionArn :: Lens' GetSolutionMetrics Text
- getSolutionMetricsResponse_metrics :: Lens' GetSolutionMetricsResponse (Maybe (HashMap Text Double))
- getSolutionMetricsResponse_solutionVersionArn :: Lens' GetSolutionMetricsResponse (Maybe Text)
- getSolutionMetricsResponse_httpStatus :: Lens' GetSolutionMetricsResponse Int
- deleteSchema_schemaArn :: Lens' DeleteSchema Text
- listDatasets_nextToken :: Lens' ListDatasets (Maybe Text)
- listDatasets_datasetGroupArn :: Lens' ListDatasets (Maybe Text)
- listDatasets_maxResults :: Lens' ListDatasets (Maybe Natural)
- listDatasetsResponse_nextToken :: Lens' ListDatasetsResponse (Maybe Text)
- listDatasetsResponse_datasets :: Lens' ListDatasetsResponse (Maybe [DatasetSummary])
- listDatasetsResponse_httpStatus :: Lens' ListDatasetsResponse Int
- createDatasetGroup_kmsKeyArn :: Lens' CreateDatasetGroup (Maybe Text)
- createDatasetGroup_roleArn :: Lens' CreateDatasetGroup (Maybe Text)
- createDatasetGroup_name :: Lens' CreateDatasetGroup Text
- createDatasetGroupResponse_datasetGroupArn :: Lens' CreateDatasetGroupResponse (Maybe Text)
- createDatasetGroupResponse_httpStatus :: Lens' CreateDatasetGroupResponse Int
- listRecipes_nextToken :: Lens' ListRecipes (Maybe Text)
- listRecipes_maxResults :: Lens' ListRecipes (Maybe Natural)
- listRecipes_recipeProvider :: Lens' ListRecipes (Maybe RecipeProvider)
- listRecipesResponse_nextToken :: Lens' ListRecipesResponse (Maybe Text)
- listRecipesResponse_recipes :: Lens' ListRecipesResponse (Maybe [RecipeSummary])
- listRecipesResponse_httpStatus :: Lens' ListRecipesResponse Int
- algorithm_defaultHyperParameters :: Lens' Algorithm (Maybe (HashMap Text Text))
- algorithm_algorithmArn :: Lens' Algorithm (Maybe Text)
- algorithm_trainingInputMode :: Lens' Algorithm (Maybe Text)
- algorithm_defaultHyperParameterRanges :: Lens' Algorithm (Maybe DefaultHyperParameterRanges)
- algorithm_algorithmImage :: Lens' Algorithm (Maybe AlgorithmImage)
- algorithm_lastUpdatedDateTime :: Lens' Algorithm (Maybe UTCTime)
- algorithm_name :: Lens' Algorithm (Maybe Text)
- algorithm_creationDateTime :: Lens' Algorithm (Maybe UTCTime)
- algorithm_defaultResourceConfig :: Lens' Algorithm (Maybe (HashMap Text Text))
- algorithm_roleArn :: Lens' Algorithm (Maybe Text)
- algorithmImage_name :: Lens' AlgorithmImage (Maybe Text)
- algorithmImage_dockerURI :: Lens' AlgorithmImage Text
- autoMLConfig_recipeList :: Lens' AutoMLConfig (Maybe [Text])
- autoMLConfig_metricName :: Lens' AutoMLConfig (Maybe Text)
- autoMLResult_bestRecipeArn :: Lens' AutoMLResult (Maybe Text)
- batchInferenceJob_failureReason :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_status :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_jobOutput :: Lens' BatchInferenceJob (Maybe BatchInferenceJobOutput)
- batchInferenceJob_jobName :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_lastUpdatedDateTime :: Lens' BatchInferenceJob (Maybe UTCTime)
- batchInferenceJob_numResults :: Lens' BatchInferenceJob (Maybe Int)
- batchInferenceJob_batchInferenceJobConfig :: Lens' BatchInferenceJob (Maybe BatchInferenceJobConfig)
- batchInferenceJob_batchInferenceJobArn :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_filterArn :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_creationDateTime :: Lens' BatchInferenceJob (Maybe UTCTime)
- batchInferenceJob_solutionVersionArn :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_roleArn :: Lens' BatchInferenceJob (Maybe Text)
- batchInferenceJob_jobInput :: Lens' BatchInferenceJob (Maybe BatchInferenceJobInput)
- batchInferenceJobConfig_itemExplorationConfig :: Lens' BatchInferenceJobConfig (Maybe (HashMap Text Text))
- batchInferenceJobInput_s3DataSource :: Lens' BatchInferenceJobInput S3DataConfig
- batchInferenceJobOutput_s3DataDestination :: Lens' BatchInferenceJobOutput S3DataConfig
- batchInferenceJobSummary_failureReason :: Lens' BatchInferenceJobSummary (Maybe Text)
- batchInferenceJobSummary_status :: Lens' BatchInferenceJobSummary (Maybe Text)
- batchInferenceJobSummary_jobName :: Lens' BatchInferenceJobSummary (Maybe Text)
- batchInferenceJobSummary_lastUpdatedDateTime :: Lens' BatchInferenceJobSummary (Maybe UTCTime)
- batchInferenceJobSummary_batchInferenceJobArn :: Lens' BatchInferenceJobSummary (Maybe Text)
- batchInferenceJobSummary_creationDateTime :: Lens' BatchInferenceJobSummary (Maybe UTCTime)
- batchInferenceJobSummary_solutionVersionArn :: Lens' BatchInferenceJobSummary (Maybe Text)
- campaign_failureReason :: Lens' Campaign (Maybe Text)
- campaign_status :: Lens' Campaign (Maybe Text)
- campaign_lastUpdatedDateTime :: Lens' Campaign (Maybe UTCTime)
- campaign_campaignConfig :: Lens' Campaign (Maybe CampaignConfig)
- campaign_latestCampaignUpdate :: Lens' Campaign (Maybe CampaignUpdateSummary)
- campaign_name :: Lens' Campaign (Maybe Text)
- campaign_minProvisionedTPS :: Lens' Campaign (Maybe Natural)
- campaign_creationDateTime :: Lens' Campaign (Maybe UTCTime)
- campaign_campaignArn :: Lens' Campaign (Maybe Text)
- campaign_solutionVersionArn :: Lens' Campaign (Maybe Text)
- campaignConfig_itemExplorationConfig :: Lens' CampaignConfig (Maybe (HashMap Text Text))
- campaignSummary_failureReason :: Lens' CampaignSummary (Maybe Text)
- campaignSummary_status :: Lens' CampaignSummary (Maybe Text)
- campaignSummary_lastUpdatedDateTime :: Lens' CampaignSummary (Maybe UTCTime)
- campaignSummary_name :: Lens' CampaignSummary (Maybe Text)
- campaignSummary_creationDateTime :: Lens' CampaignSummary (Maybe UTCTime)
- campaignSummary_campaignArn :: Lens' CampaignSummary (Maybe Text)
- campaignUpdateSummary_failureReason :: Lens' CampaignUpdateSummary (Maybe Text)
- campaignUpdateSummary_status :: Lens' CampaignUpdateSummary (Maybe Text)
- campaignUpdateSummary_lastUpdatedDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime)
- campaignUpdateSummary_campaignConfig :: Lens' CampaignUpdateSummary (Maybe CampaignConfig)
- campaignUpdateSummary_minProvisionedTPS :: Lens' CampaignUpdateSummary (Maybe Natural)
- campaignUpdateSummary_creationDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime)
- campaignUpdateSummary_solutionVersionArn :: Lens' CampaignUpdateSummary (Maybe Text)
- categoricalHyperParameterRange_values :: Lens' CategoricalHyperParameterRange (Maybe [Text])
- categoricalHyperParameterRange_name :: Lens' CategoricalHyperParameterRange (Maybe Text)
- continuousHyperParameterRange_maxValue :: Lens' ContinuousHyperParameterRange (Maybe Double)
- continuousHyperParameterRange_name :: Lens' ContinuousHyperParameterRange (Maybe Text)
- continuousHyperParameterRange_minValue :: Lens' ContinuousHyperParameterRange (Maybe Double)
- dataSource_dataLocation :: Lens' DataSource (Maybe Text)
- dataset_status :: Lens' Dataset (Maybe Text)
- dataset_datasetArn :: Lens' Dataset (Maybe Text)
- dataset_lastUpdatedDateTime :: Lens' Dataset (Maybe UTCTime)
- dataset_schemaArn :: Lens' Dataset (Maybe Text)
- dataset_name :: Lens' Dataset (Maybe Text)
- dataset_datasetType :: Lens' Dataset (Maybe Text)
- dataset_creationDateTime :: Lens' Dataset (Maybe UTCTime)
- dataset_datasetGroupArn :: Lens' Dataset (Maybe Text)
- datasetExportJob_failureReason :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_status :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_datasetExportJobArn :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_datasetArn :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_jobOutput :: Lens' DatasetExportJob (Maybe DatasetExportJobOutput)
- datasetExportJob_jobName :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_lastUpdatedDateTime :: Lens' DatasetExportJob (Maybe UTCTime)
- datasetExportJob_ingestionMode :: Lens' DatasetExportJob (Maybe IngestionMode)
- datasetExportJob_creationDateTime :: Lens' DatasetExportJob (Maybe UTCTime)
- datasetExportJob_roleArn :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJobOutput_s3DataDestination :: Lens' DatasetExportJobOutput S3DataConfig
- datasetExportJobSummary_failureReason :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_status :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_datasetExportJobArn :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_jobName :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_lastUpdatedDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime)
- datasetExportJobSummary_creationDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime)
- datasetGroup_failureReason :: Lens' DatasetGroup (Maybe Text)
- datasetGroup_status :: Lens' DatasetGroup (Maybe Text)
- datasetGroup_kmsKeyArn :: Lens' DatasetGroup (Maybe Text)
- datasetGroup_lastUpdatedDateTime :: Lens' DatasetGroup (Maybe UTCTime)
- datasetGroup_name :: Lens' DatasetGroup (Maybe Text)
- datasetGroup_creationDateTime :: Lens' DatasetGroup (Maybe UTCTime)
- datasetGroup_datasetGroupArn :: Lens' DatasetGroup (Maybe Text)
- datasetGroup_roleArn :: Lens' DatasetGroup (Maybe Text)
- datasetGroupSummary_failureReason :: Lens' DatasetGroupSummary (Maybe Text)
- datasetGroupSummary_status :: Lens' DatasetGroupSummary (Maybe Text)
- datasetGroupSummary_lastUpdatedDateTime :: Lens' DatasetGroupSummary (Maybe UTCTime)
- datasetGroupSummary_name :: Lens' DatasetGroupSummary (Maybe Text)
- datasetGroupSummary_creationDateTime :: Lens' DatasetGroupSummary (Maybe UTCTime)
- datasetGroupSummary_datasetGroupArn :: Lens' DatasetGroupSummary (Maybe Text)
- datasetImportJob_failureReason :: Lens' DatasetImportJob (Maybe Text)
- datasetImportJob_status :: Lens' DatasetImportJob (Maybe Text)
- datasetImportJob_datasetArn :: Lens' DatasetImportJob (Maybe Text)
- datasetImportJob_jobName :: Lens' DatasetImportJob (Maybe Text)
- datasetImportJob_lastUpdatedDateTime :: Lens' DatasetImportJob (Maybe UTCTime)
- datasetImportJob_datasetImportJobArn :: Lens' DatasetImportJob (Maybe Text)
- datasetImportJob_dataSource :: Lens' DatasetImportJob (Maybe DataSource)
- datasetImportJob_creationDateTime :: Lens' DatasetImportJob (Maybe UTCTime)
- datasetImportJob_roleArn :: Lens' DatasetImportJob (Maybe Text)
- datasetImportJobSummary_failureReason :: Lens' DatasetImportJobSummary (Maybe Text)
- datasetImportJobSummary_status :: Lens' DatasetImportJobSummary (Maybe Text)
- datasetImportJobSummary_jobName :: Lens' DatasetImportJobSummary (Maybe Text)
- datasetImportJobSummary_lastUpdatedDateTime :: Lens' DatasetImportJobSummary (Maybe UTCTime)
- datasetImportJobSummary_datasetImportJobArn :: Lens' DatasetImportJobSummary (Maybe Text)
- datasetImportJobSummary_creationDateTime :: Lens' DatasetImportJobSummary (Maybe UTCTime)
- datasetSchema_lastUpdatedDateTime :: Lens' DatasetSchema (Maybe UTCTime)
- datasetSchema_schema :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_schemaArn :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_name :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_creationDateTime :: Lens' DatasetSchema (Maybe UTCTime)
- datasetSchemaSummary_lastUpdatedDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime)
- datasetSchemaSummary_schemaArn :: Lens' DatasetSchemaSummary (Maybe Text)
- datasetSchemaSummary_name :: Lens' DatasetSchemaSummary (Maybe Text)
- datasetSchemaSummary_creationDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime)
- datasetSummary_status :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_lastUpdatedDateTime :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_name :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetType :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_creationDateTime :: Lens' DatasetSummary (Maybe UTCTime)
- defaultCategoricalHyperParameterRange_isTunable :: Lens' DefaultCategoricalHyperParameterRange (Maybe Bool)
- defaultCategoricalHyperParameterRange_values :: Lens' DefaultCategoricalHyperParameterRange (Maybe [Text])
- defaultCategoricalHyperParameterRange_name :: Lens' DefaultCategoricalHyperParameterRange (Maybe Text)
- defaultContinuousHyperParameterRange_maxValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double)
- defaultContinuousHyperParameterRange_isTunable :: Lens' DefaultContinuousHyperParameterRange (Maybe Bool)
- defaultContinuousHyperParameterRange_name :: Lens' DefaultContinuousHyperParameterRange (Maybe Text)
- defaultContinuousHyperParameterRange_minValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double)
- defaultHyperParameterRanges_integerHyperParameterRanges :: Lens' DefaultHyperParameterRanges (Maybe [DefaultIntegerHyperParameterRange])
- defaultHyperParameterRanges_categoricalHyperParameterRanges :: Lens' DefaultHyperParameterRanges (Maybe [DefaultCategoricalHyperParameterRange])
- defaultHyperParameterRanges_continuousHyperParameterRanges :: Lens' DefaultHyperParameterRanges (Maybe [DefaultContinuousHyperParameterRange])
- defaultIntegerHyperParameterRange_maxValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int)
- defaultIntegerHyperParameterRange_isTunable :: Lens' DefaultIntegerHyperParameterRange (Maybe Bool)
- defaultIntegerHyperParameterRange_name :: Lens' DefaultIntegerHyperParameterRange (Maybe Text)
- defaultIntegerHyperParameterRange_minValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int)
- eventTracker_status :: Lens' EventTracker (Maybe Text)
- eventTracker_trackingId :: Lens' EventTracker (Maybe Text)
- eventTracker_lastUpdatedDateTime :: Lens' EventTracker (Maybe UTCTime)
- eventTracker_accountId :: Lens' EventTracker (Maybe Text)
- eventTracker_name :: Lens' EventTracker (Maybe Text)
- eventTracker_creationDateTime :: Lens' EventTracker (Maybe UTCTime)
- eventTracker_datasetGroupArn :: Lens' EventTracker (Maybe Text)
- eventTracker_eventTrackerArn :: Lens' EventTracker (Maybe Text)
- eventTrackerSummary_status :: Lens' EventTrackerSummary (Maybe Text)
- eventTrackerSummary_lastUpdatedDateTime :: Lens' EventTrackerSummary (Maybe UTCTime)
- eventTrackerSummary_name :: Lens' EventTrackerSummary (Maybe Text)
- eventTrackerSummary_creationDateTime :: Lens' EventTrackerSummary (Maybe UTCTime)
- eventTrackerSummary_eventTrackerArn :: Lens' EventTrackerSummary (Maybe Text)
- featureTransformation_status :: Lens' FeatureTransformation (Maybe Text)
- featureTransformation_featureTransformationArn :: Lens' FeatureTransformation (Maybe Text)
- featureTransformation_lastUpdatedDateTime :: Lens' FeatureTransformation (Maybe UTCTime)
- featureTransformation_name :: Lens' FeatureTransformation (Maybe Text)
- featureTransformation_creationDateTime :: Lens' FeatureTransformation (Maybe UTCTime)
- featureTransformation_defaultParameters :: Lens' FeatureTransformation (Maybe (HashMap Text Text))
- filter_failureReason :: Lens' Filter (Maybe Text)
- filter_status :: Lens' Filter (Maybe Text)
- filter_filterExpression :: Lens' Filter (Maybe Text)
- filter_lastUpdatedDateTime :: Lens' Filter (Maybe UTCTime)
- filter_name :: Lens' Filter (Maybe Text)
- filter_filterArn :: Lens' Filter (Maybe Text)
- filter_creationDateTime :: Lens' Filter (Maybe UTCTime)
- filter_datasetGroupArn :: Lens' Filter (Maybe Text)
- filterSummary_failureReason :: Lens' FilterSummary (Maybe Text)
- filterSummary_status :: Lens' FilterSummary (Maybe Text)
- filterSummary_lastUpdatedDateTime :: Lens' FilterSummary (Maybe UTCTime)
- filterSummary_name :: Lens' FilterSummary (Maybe Text)
- filterSummary_filterArn :: Lens' FilterSummary (Maybe Text)
- filterSummary_creationDateTime :: Lens' FilterSummary (Maybe UTCTime)
- filterSummary_datasetGroupArn :: Lens' FilterSummary (Maybe Text)
- hPOConfig_algorithmHyperParameterRanges :: Lens' HPOConfig (Maybe HyperParameterRanges)
- hPOConfig_hpoResourceConfig :: Lens' HPOConfig (Maybe HPOResourceConfig)
- hPOConfig_hpoObjective :: Lens' HPOConfig (Maybe HPOObjective)
- hPOObjective_metricName :: Lens' HPOObjective (Maybe Text)
- hPOObjective_type :: Lens' HPOObjective (Maybe Text)
- hPOObjective_metricRegex :: Lens' HPOObjective (Maybe Text)
- hPOResourceConfig_maxNumberOfTrainingJobs :: Lens' HPOResourceConfig (Maybe Text)
- hPOResourceConfig_maxParallelTrainingJobs :: Lens' HPOResourceConfig (Maybe Text)
- hyperParameterRanges_integerHyperParameterRanges :: Lens' HyperParameterRanges (Maybe [IntegerHyperParameterRange])
- hyperParameterRanges_categoricalHyperParameterRanges :: Lens' HyperParameterRanges (Maybe [CategoricalHyperParameterRange])
- hyperParameterRanges_continuousHyperParameterRanges :: Lens' HyperParameterRanges (Maybe [ContinuousHyperParameterRange])
- integerHyperParameterRange_maxValue :: Lens' IntegerHyperParameterRange (Maybe Int)
- integerHyperParameterRange_name :: Lens' IntegerHyperParameterRange (Maybe Text)
- integerHyperParameterRange_minValue :: Lens' IntegerHyperParameterRange (Maybe Int)
- optimizationObjective_itemAttribute :: Lens' OptimizationObjective (Maybe Text)
- optimizationObjective_objectiveSensitivity :: Lens' OptimizationObjective (Maybe ObjectiveSensitivity)
- recipe_status :: Lens' Recipe (Maybe Text)
- recipe_algorithmArn :: Lens' Recipe (Maybe Text)
- recipe_recipeArn :: Lens' Recipe (Maybe Text)
- recipe_featureTransformationArn :: Lens' Recipe (Maybe Text)
- recipe_lastUpdatedDateTime :: Lens' Recipe (Maybe UTCTime)
- recipe_name :: Lens' Recipe (Maybe Text)
- recipe_creationDateTime :: Lens' Recipe (Maybe UTCTime)
- recipe_recipeType :: Lens' Recipe (Maybe Text)
- recipe_description :: Lens' Recipe (Maybe Text)
- recipeSummary_status :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_recipeArn :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_lastUpdatedDateTime :: Lens' RecipeSummary (Maybe UTCTime)
- recipeSummary_name :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime)
- s3DataConfig_kmsKeyArn :: Lens' S3DataConfig (Maybe Text)
- s3DataConfig_path :: Lens' S3DataConfig Text
- solution_solutionArn :: Lens' Solution (Maybe Text)
- solution_status :: Lens' Solution (Maybe Text)
- solution_performAutoML :: Lens' Solution (Maybe Bool)
- solution_recipeArn :: Lens' Solution (Maybe Text)
- solution_lastUpdatedDateTime :: Lens' Solution (Maybe UTCTime)
- solution_eventType :: Lens' Solution (Maybe Text)
- solution_name :: Lens' Solution (Maybe Text)
- solution_autoMLResult :: Lens' Solution (Maybe AutoMLResult)
- solution_creationDateTime :: Lens' Solution (Maybe UTCTime)
- solution_datasetGroupArn :: Lens' Solution (Maybe Text)
- solution_latestSolutionVersion :: Lens' Solution (Maybe SolutionVersionSummary)
- solution_solutionConfig :: Lens' Solution (Maybe SolutionConfig)
- solution_performHPO :: Lens' Solution (Maybe Bool)
- solutionConfig_featureTransformationParameters :: Lens' SolutionConfig (Maybe (HashMap Text Text))
- solutionConfig_hpoConfig :: Lens' SolutionConfig (Maybe HPOConfig)
- solutionConfig_eventValueThreshold :: Lens' SolutionConfig (Maybe Text)
- solutionConfig_autoMLConfig :: Lens' SolutionConfig (Maybe AutoMLConfig)
- solutionConfig_algorithmHyperParameters :: Lens' SolutionConfig (Maybe (HashMap Text Text))
- solutionConfig_optimizationObjective :: Lens' SolutionConfig (Maybe OptimizationObjective)
- solutionSummary_solutionArn :: Lens' SolutionSummary (Maybe Text)
- solutionSummary_status :: Lens' SolutionSummary (Maybe Text)
- solutionSummary_lastUpdatedDateTime :: Lens' SolutionSummary (Maybe UTCTime)
- solutionSummary_name :: Lens' SolutionSummary (Maybe Text)
- solutionSummary_creationDateTime :: Lens' SolutionSummary (Maybe UTCTime)
- solutionVersion_failureReason :: Lens' SolutionVersion (Maybe Text)
- solutionVersion_solutionArn :: Lens' SolutionVersion (Maybe Text)
- solutionVersion_status :: Lens' SolutionVersion (Maybe Text)
- solutionVersion_performAutoML :: Lens' SolutionVersion (Maybe Bool)
- solutionVersion_tunedHPOParams :: Lens' SolutionVersion (Maybe TunedHPOParams)
- solutionVersion_recipeArn :: Lens' SolutionVersion (Maybe Text)
- solutionVersion_lastUpdatedDateTime :: Lens' SolutionVersion (Maybe UTCTime)
- solutionVersion_eventType :: Lens' SolutionVersion (Maybe Text)
- solutionVersion_creationDateTime :: Lens' SolutionVersion (Maybe UTCTime)
- solutionVersion_datasetGroupArn :: Lens' SolutionVersion (Maybe Text)
- solutionVersion_trainingMode :: Lens' SolutionVersion (Maybe TrainingMode)
- solutionVersion_trainingHours :: Lens' SolutionVersion (Maybe Double)
- solutionVersion_solutionConfig :: Lens' SolutionVersion (Maybe SolutionConfig)
- solutionVersion_performHPO :: Lens' SolutionVersion (Maybe Bool)
- solutionVersion_solutionVersionArn :: Lens' SolutionVersion (Maybe Text)
- solutionVersionSummary_failureReason :: Lens' SolutionVersionSummary (Maybe Text)
- solutionVersionSummary_status :: Lens' SolutionVersionSummary (Maybe Text)
- solutionVersionSummary_lastUpdatedDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime)
- solutionVersionSummary_creationDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime)
- solutionVersionSummary_solutionVersionArn :: Lens' SolutionVersionSummary (Maybe Text)
- tunedHPOParams_algorithmHyperParameters :: Lens' TunedHPOParams (Maybe (HashMap Text Text))
Operations
ListDatasetGroups
listDatasetGroups_nextToken :: Lens' ListDatasetGroups (Maybe Text) Source #
A token returned from the previous call to ListDatasetGroups
for
getting the next set of dataset groups (if they exist).
listDatasetGroups_maxResults :: Lens' ListDatasetGroups (Maybe Natural) Source #
The maximum number of dataset groups to return.
listDatasetGroupsResponse_nextToken :: Lens' ListDatasetGroupsResponse (Maybe Text) Source #
A token for getting the next set of dataset groups (if they exist).
listDatasetGroupsResponse_datasetGroups :: Lens' ListDatasetGroupsResponse (Maybe [DatasetGroupSummary]) Source #
The list of your dataset groups.
listDatasetGroupsResponse_httpStatus :: Lens' ListDatasetGroupsResponse Int Source #
The response's http status code.
CreateBatchInferenceJob
createBatchInferenceJob_numResults :: Lens' CreateBatchInferenceJob (Maybe Int) Source #
The number of recommendations to retreive.
createBatchInferenceJob_batchInferenceJobConfig :: Lens' CreateBatchInferenceJob (Maybe BatchInferenceJobConfig) Source #
The configuration details of a batch inference job.
createBatchInferenceJob_filterArn :: Lens' CreateBatchInferenceJob (Maybe Text) Source #
The ARN of the filter to apply to the batch inference job. For more information on using filters, see Filtering Batch Recommendations..
createBatchInferenceJob_jobName :: Lens' CreateBatchInferenceJob Text Source #
The name of the batch inference job to create.
createBatchInferenceJob_solutionVersionArn :: Lens' CreateBatchInferenceJob Text Source #
The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference recommendations.
createBatchInferenceJob_jobInput :: Lens' CreateBatchInferenceJob BatchInferenceJobInput Source #
The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.
createBatchInferenceJob_jobOutput :: Lens' CreateBatchInferenceJob BatchInferenceJobOutput Source #
The path to the Amazon S3 bucket where the job's output will be stored.
createBatchInferenceJob_roleArn :: Lens' CreateBatchInferenceJob Text Source #
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output Amazon S3 buckets respectively.
createBatchInferenceJobResponse_batchInferenceJobArn :: Lens' CreateBatchInferenceJobResponse (Maybe Text) Source #
The ARN of the batch inference job.
createBatchInferenceJobResponse_httpStatus :: Lens' CreateBatchInferenceJobResponse Int Source #
The response's http status code.
CreateFilter
createFilter_name :: Lens' CreateFilter Text Source #
The name of the filter to create.
createFilter_datasetGroupArn :: Lens' CreateFilter Text Source #
The ARN of the dataset group that the filter will belong to.
createFilter_filterExpression :: Lens' CreateFilter Text Source #
The filter expression defines which items are included or excluded from recommendations. Filter expression must follow specific format rules. For information about filter expression structure and syntax, see filter-expressions.
createFilterResponse_filterArn :: Lens' CreateFilterResponse (Maybe Text) Source #
The ARN of the new filter.
createFilterResponse_httpStatus :: Lens' CreateFilterResponse Int Source #
The response's http status code.
CreateDatasetImportJob
createDatasetImportJob_jobName :: Lens' CreateDatasetImportJob Text Source #
The name for the dataset import job.
createDatasetImportJob_datasetArn :: Lens' CreateDatasetImportJob Text Source #
The ARN of the dataset that receives the imported data.
createDatasetImportJob_dataSource :: Lens' CreateDatasetImportJob DataSource Source #
The Amazon S3 bucket that contains the training data to import.
createDatasetImportJob_roleArn :: Lens' CreateDatasetImportJob Text Source #
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
createDatasetImportJobResponse_datasetImportJobArn :: Lens' CreateDatasetImportJobResponse (Maybe Text) Source #
The ARN of the dataset import job.
createDatasetImportJobResponse_httpStatus :: Lens' CreateDatasetImportJobResponse Int Source #
The response's http status code.
DescribeSolution
describeSolution_solutionArn :: Lens' DescribeSolution Text Source #
The Amazon Resource Name (ARN) of the solution to describe.
describeSolutionResponse_solution :: Lens' DescribeSolutionResponse (Maybe Solution) Source #
An object that describes the solution.
describeSolutionResponse_httpStatus :: Lens' DescribeSolutionResponse Int Source #
The response's http status code.
DescribeDatasetExportJob
describeDatasetExportJob_datasetExportJobArn :: Lens' DescribeDatasetExportJob Text Source #
The Amazon Resource Name (ARN) of the dataset export job to describe.
describeDatasetExportJobResponse_datasetExportJob :: Lens' DescribeDatasetExportJobResponse (Maybe DatasetExportJob) Source #
Information about the dataset export job, including the status.
The status is one of the following values:
- CREATE PENDING
- CREATE IN_PROGRESS
- ACTIVE
- CREATE FAILED
describeDatasetExportJobResponse_httpStatus :: Lens' DescribeDatasetExportJobResponse Int Source #
The response's http status code.
DeleteCampaign
deleteCampaign_campaignArn :: Lens' DeleteCampaign Text Source #
The Amazon Resource Name (ARN) of the campaign to delete.
UpdateCampaign
updateCampaign_campaignConfig :: Lens' UpdateCampaign (Maybe CampaignConfig) Source #
The configuration details of a campaign.
updateCampaign_minProvisionedTPS :: Lens' UpdateCampaign (Maybe Natural) Source #
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
updateCampaign_solutionVersionArn :: Lens' UpdateCampaign (Maybe Text) Source #
The ARN of a new solution version to deploy.
updateCampaign_campaignArn :: Lens' UpdateCampaign Text Source #
The Amazon Resource Name (ARN) of the campaign.
updateCampaignResponse_campaignArn :: Lens' UpdateCampaignResponse (Maybe Text) Source #
The same campaign ARN as given in the request.
updateCampaignResponse_httpStatus :: Lens' UpdateCampaignResponse Int Source #
The response's http status code.
ListCampaigns
listCampaigns_solutionArn :: Lens' ListCampaigns (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.
listCampaigns_nextToken :: Lens' ListCampaigns (Maybe Text) Source #
A token returned from the previous call to ListCampaigns
for getting
the next set of campaigns (if they exist).
listCampaigns_maxResults :: Lens' ListCampaigns (Maybe Natural) Source #
The maximum number of campaigns to return.
listCampaignsResponse_campaigns :: Lens' ListCampaignsResponse (Maybe [CampaignSummary]) Source #
A list of the campaigns.
listCampaignsResponse_nextToken :: Lens' ListCampaignsResponse (Maybe Text) Source #
A token for getting the next set of campaigns (if they exist).
listCampaignsResponse_httpStatus :: Lens' ListCampaignsResponse Int Source #
The response's http status code.
DescribeDataset
describeDataset_datasetArn :: Lens' DescribeDataset Text Source #
The Amazon Resource Name (ARN) of the dataset to describe.
describeDatasetResponse_dataset :: Lens' DescribeDatasetResponse (Maybe Dataset) Source #
A listing of the dataset's properties.
describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int Source #
The response's http status code.
CreateSolutionVersion
createSolutionVersion_trainingMode :: Lens' CreateSolutionVersion (Maybe TrainingMode) Source #
The scope of training to be performed when creating the solution
version. The FULL
option trains the solution version based on the
entirety of the input solution's training data, while the UPDATE
option processes only the data that has changed in comparison to the
input solution. Choose UPDATE
when you want to incrementally update
your solution version instead of creating an entirely new one.
The UPDATE
option can only be used when you already have an active
solution version created from the input solution using the FULL
option
and the input solution was trained with the
User-Personalization
recipe or the
HRNN-Coldstart
recipe.
createSolutionVersion_solutionArn :: Lens' CreateSolutionVersion Text Source #
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
createSolutionVersionResponse_solutionVersionArn :: Lens' CreateSolutionVersionResponse (Maybe Text) Source #
The ARN of the new solution version.
createSolutionVersionResponse_httpStatus :: Lens' CreateSolutionVersionResponse Int Source #
The response's http status code.
StopSolutionVersionCreation
stopSolutionVersionCreation_solutionVersionArn :: Lens' StopSolutionVersionCreation Text Source #
The Amazon Resource Name (ARN) of the solution version you want to stop creating.
CreateCampaign
createCampaign_campaignConfig :: Lens' CreateCampaign (Maybe CampaignConfig) Source #
The configuration details of a campaign.
createCampaign_minProvisionedTPS :: Lens' CreateCampaign (Maybe Natural) Source #
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
createCampaign_name :: Lens' CreateCampaign Text Source #
A name for the new campaign. The campaign name must be unique within your account.
createCampaign_solutionVersionArn :: Lens' CreateCampaign Text Source #
The Amazon Resource Name (ARN) of the solution version to deploy.
createCampaignResponse_campaignArn :: Lens' CreateCampaignResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the campaign.
createCampaignResponse_httpStatus :: Lens' CreateCampaignResponse Int Source #
The response's http status code.
DescribeFilter
describeFilter_filterArn :: Lens' DescribeFilter Text Source #
The ARN of the filter to describe.
describeFilterResponse_filter :: Lens' DescribeFilterResponse (Maybe Filter) Source #
The filter's details.
describeFilterResponse_httpStatus :: Lens' DescribeFilterResponse Int Source #
The response's http status code.
ListEventTrackers
listEventTrackers_nextToken :: Lens' ListEventTrackers (Maybe Text) Source #
A token returned from the previous call to ListEventTrackers
for
getting the next set of event trackers (if they exist).
listEventTrackers_datasetGroupArn :: Lens' ListEventTrackers (Maybe Text) Source #
The ARN of a dataset group used to filter the response.
listEventTrackers_maxResults :: Lens' ListEventTrackers (Maybe Natural) Source #
The maximum number of event trackers to return.
listEventTrackersResponse_eventTrackers :: Lens' ListEventTrackersResponse (Maybe [EventTrackerSummary]) Source #
A list of event trackers.
listEventTrackersResponse_nextToken :: Lens' ListEventTrackersResponse (Maybe Text) Source #
A token for getting the next set of event trackers (if they exist).
listEventTrackersResponse_httpStatus :: Lens' ListEventTrackersResponse Int Source #
The response's http status code.
CreateDatasetExportJob
createDatasetExportJob_ingestionMode :: Lens' CreateDatasetExportJob (Maybe IngestionMode) Source #
The data to export, based on how you imported the data. You can choose
to export only BULK
data that you imported using a dataset import job,
only PUT
data that you imported incrementally (using the console,
PutEvents, PutUsers and PutItems operations), or ALL
for both types.
The default value is PUT
.
createDatasetExportJob_jobName :: Lens' CreateDatasetExportJob Text Source #
The name for the dataset export job.
createDatasetExportJob_datasetArn :: Lens' CreateDatasetExportJob Text Source #
The Amazon Resource Name (ARN) of the dataset that contains the data to export.
createDatasetExportJob_roleArn :: Lens' CreateDatasetExportJob Text Source #
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
createDatasetExportJob_jobOutput :: Lens' CreateDatasetExportJob DatasetExportJobOutput Source #
The path to the Amazon S3 bucket where the job's output is stored.
createDatasetExportJobResponse_datasetExportJobArn :: Lens' CreateDatasetExportJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset export job.
createDatasetExportJobResponse_httpStatus :: Lens' CreateDatasetExportJobResponse Int Source #
The response's http status code.
CreateSolution
createSolution_performAutoML :: Lens' CreateSolution (Maybe Bool) Source #
Whether to perform automated machine learning (AutoML). The default is
false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and
selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In
this case, you must omit recipeArn
. Amazon Personalize determines the
optimal recipe by running tests with different values for the
hyperparameters. AutoML lengthens the training process as compared to
selecting a specific recipe.
createSolution_recipeArn :: Lens' CreateSolution (Maybe Text) Source #
The ARN of the recipe to use for model training. Only specified when
performAutoML
is false.
createSolution_eventType :: Lens' CreateSolution (Maybe Text) Source #
When your have multiple event types (using an EVENT_TYPE
schema
field), this parameter specifies which event type (for example,
'click' or 'like') is used for training the model.
If you do not provide an eventType
, Amazon Personalize will use all
interactions for training with equal weight regardless of type.
createSolution_solutionConfig :: Lens' CreateSolution (Maybe SolutionConfig) Source #
The configuration to use with the solution. When performAutoML
is set
to true, Amazon Personalize only evaluates the autoMLConfig
section of
the solution configuration.
Amazon Personalize doesn't support configuring the hpoObjective
at
this time.
createSolution_performHPO :: Lens' CreateSolution (Maybe Bool) Source #
Whether to perform hyperparameter optimization (HPO) on the specified or
selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should
not set it to false
.
createSolution_name :: Lens' CreateSolution Text Source #
The name for the solution.
createSolution_datasetGroupArn :: Lens' CreateSolution Text Source #
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
createSolutionResponse_solutionArn :: Lens' CreateSolutionResponse (Maybe Text) Source #
The ARN of the solution.
createSolutionResponse_httpStatus :: Lens' CreateSolutionResponse Int Source #
The response's http status code.
DeleteEventTracker
deleteEventTracker_eventTrackerArn :: Lens' DeleteEventTracker Text Source #
The Amazon Resource Name (ARN) of the event tracker to delete.
DescribeDatasetImportJob
describeDatasetImportJob_datasetImportJobArn :: Lens' DescribeDatasetImportJob Text Source #
The Amazon Resource Name (ARN) of the dataset import job to describe.
describeDatasetImportJobResponse_datasetImportJob :: Lens' DescribeDatasetImportJobResponse (Maybe DatasetImportJob) Source #
Information about the dataset import job, including the status.
The status is one of the following values:
- CREATE PENDING
- CREATE IN_PROGRESS
- ACTIVE
- CREATE FAILED
describeDatasetImportJobResponse_httpStatus :: Lens' DescribeDatasetImportJobResponse Int Source #
The response's http status code.
ListSchemas
listSchemas_nextToken :: Lens' ListSchemas (Maybe Text) Source #
A token returned from the previous call to ListSchemas
for getting the
next set of schemas (if they exist).
listSchemas_maxResults :: Lens' ListSchemas (Maybe Natural) Source #
The maximum number of schemas to return.
listSchemasResponse_schemas :: Lens' ListSchemasResponse (Maybe [DatasetSchemaSummary]) Source #
A list of schemas.
listSchemasResponse_nextToken :: Lens' ListSchemasResponse (Maybe Text) Source #
A token used to get the next set of schemas (if they exist).
listSchemasResponse_httpStatus :: Lens' ListSchemasResponse Int Source #
The response's http status code.
CreateEventTracker
createEventTracker_name :: Lens' CreateEventTracker Text Source #
The name for the event tracker.
createEventTracker_datasetGroupArn :: Lens' CreateEventTracker Text Source #
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
createEventTrackerResponse_trackingId :: Lens' CreateEventTrackerResponse (Maybe Text) Source #
The ID of the event tracker. Include this ID in requests to the PutEvents API.
createEventTrackerResponse_eventTrackerArn :: Lens' CreateEventTrackerResponse (Maybe Text) Source #
The ARN of the event tracker.
createEventTrackerResponse_httpStatus :: Lens' CreateEventTrackerResponse Int Source #
The response's http status code.
DeleteSolution
deleteSolution_solutionArn :: Lens' DeleteSolution Text Source #
The ARN of the solution to delete.
DescribeCampaign
describeCampaign_campaignArn :: Lens' DescribeCampaign Text Source #
The Amazon Resource Name (ARN) of the campaign.
describeCampaignResponse_campaign :: Lens' DescribeCampaignResponse (Maybe Campaign) Source #
The properties of the campaign.
describeCampaignResponse_httpStatus :: Lens' DescribeCampaignResponse Int Source #
The response's http status code.
DeleteDataset
deleteDataset_datasetArn :: Lens' DeleteDataset Text Source #
The Amazon Resource Name (ARN) of the dataset to delete.
CreateDataset
createDataset_name :: Lens' CreateDataset Text Source #
The name for the dataset.
createDataset_schemaArn :: Lens' CreateDataset Text Source #
The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
createDataset_datasetGroupArn :: Lens' CreateDataset Text Source #
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
createDataset_datasetType :: Lens' CreateDataset Text Source #
The type of dataset.
One of the following (case insensitive) values:
- Interactions
- Items
- Users
createDatasetResponse_datasetArn :: Lens' CreateDatasetResponse (Maybe Text) Source #
The ARN of the dataset.
createDatasetResponse_httpStatus :: Lens' CreateDatasetResponse Int Source #
The response's http status code.
DescribeSolutionVersion
describeSolutionVersion_solutionVersionArn :: Lens' DescribeSolutionVersion Text Source #
The Amazon Resource Name (ARN) of the solution version.
describeSolutionVersionResponse_solutionVersion :: Lens' DescribeSolutionVersionResponse (Maybe SolutionVersion) Source #
The solution version.
describeSolutionVersionResponse_httpStatus :: Lens' DescribeSolutionVersionResponse Int Source #
The response's http status code.
DescribeEventTracker
describeEventTracker_eventTrackerArn :: Lens' DescribeEventTracker Text Source #
The Amazon Resource Name (ARN) of the event tracker to describe.
describeEventTrackerResponse_eventTracker :: Lens' DescribeEventTrackerResponse (Maybe EventTracker) Source #
An object that describes the event tracker.
describeEventTrackerResponse_httpStatus :: Lens' DescribeEventTrackerResponse Int Source #
The response's http status code.
ListDatasetImportJobs
listDatasetImportJobs_datasetArn :: Lens' ListDatasetImportJobs (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
listDatasetImportJobs_nextToken :: Lens' ListDatasetImportJobs (Maybe Text) Source #
A token returned from the previous call to ListDatasetImportJobs
for
getting the next set of dataset import jobs (if they exist).
listDatasetImportJobs_maxResults :: Lens' ListDatasetImportJobs (Maybe Natural) Source #
The maximum number of dataset import jobs to return.
listDatasetImportJobsResponse_datasetImportJobs :: Lens' ListDatasetImportJobsResponse (Maybe [DatasetImportJobSummary]) Source #
The list of dataset import jobs.
listDatasetImportJobsResponse_nextToken :: Lens' ListDatasetImportJobsResponse (Maybe Text) Source #
A token for getting the next set of dataset import jobs (if they exist).
listDatasetImportJobsResponse_httpStatus :: Lens' ListDatasetImportJobsResponse Int Source #
The response's http status code.
DeleteFilter
deleteFilter_filterArn :: Lens' DeleteFilter Text Source #
The ARN of the filter to delete.
ListBatchInferenceJobs
listBatchInferenceJobs_nextToken :: Lens' ListBatchInferenceJobs (Maybe Text) Source #
The token to request the next page of results.
listBatchInferenceJobs_maxResults :: Lens' ListBatchInferenceJobs (Maybe Natural) Source #
The maximum number of batch inference job results to return in each page. The default value is 100.
listBatchInferenceJobs_solutionVersionArn :: Lens' ListBatchInferenceJobs (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
listBatchInferenceJobsResponse_batchInferenceJobs :: Lens' ListBatchInferenceJobsResponse (Maybe [BatchInferenceJobSummary]) Source #
A list containing information on each job that is returned.
listBatchInferenceJobsResponse_nextToken :: Lens' ListBatchInferenceJobsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. The value is
null
when there are no more results to return.
listBatchInferenceJobsResponse_httpStatus :: Lens' ListBatchInferenceJobsResponse Int Source #
The response's http status code.
ListFilters
listFilters_nextToken :: Lens' ListFilters (Maybe Text) Source #
A token returned from the previous call to ListFilters
for getting the
next set of filters (if they exist).
listFilters_datasetGroupArn :: Lens' ListFilters (Maybe Text) Source #
The ARN of the dataset group that contains the filters.
listFilters_maxResults :: Lens' ListFilters (Maybe Natural) Source #
The maximum number of filters to return.
listFiltersResponse_filters :: Lens' ListFiltersResponse (Maybe [FilterSummary]) Source #
A list of returned filters.
listFiltersResponse_nextToken :: Lens' ListFiltersResponse (Maybe Text) Source #
A token for getting the next set of filters (if they exist).
listFiltersResponse_httpStatus :: Lens' ListFiltersResponse Int Source #
The response's http status code.
DeleteDatasetGroup
deleteDatasetGroup_datasetGroupArn :: Lens' DeleteDatasetGroup Text Source #
The ARN of the dataset group to delete.
DescribeSchema
describeSchema_schemaArn :: Lens' DescribeSchema Text Source #
The Amazon Resource Name (ARN) of the schema to retrieve.
describeSchemaResponse_schema :: Lens' DescribeSchemaResponse (Maybe DatasetSchema) Source #
The requested schema.
describeSchemaResponse_httpStatus :: Lens' DescribeSchemaResponse Int Source #
The response's http status code.
DescribeAlgorithm
describeAlgorithm_algorithmArn :: Lens' DescribeAlgorithm Text Source #
The Amazon Resource Name (ARN) of the algorithm to describe.
describeAlgorithmResponse_algorithm :: Lens' DescribeAlgorithmResponse (Maybe Algorithm) Source #
A listing of the properties of the algorithm.
describeAlgorithmResponse_httpStatus :: Lens' DescribeAlgorithmResponse Int Source #
The response's http status code.
ListSolutionVersions
listSolutionVersions_solutionArn :: Lens' ListSolutionVersions (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution.
listSolutionVersions_nextToken :: Lens' ListSolutionVersions (Maybe Text) Source #
A token returned from the previous call to ListSolutionVersions
for
getting the next set of solution versions (if they exist).
listSolutionVersions_maxResults :: Lens' ListSolutionVersions (Maybe Natural) Source #
The maximum number of solution versions to return.
listSolutionVersionsResponse_nextToken :: Lens' ListSolutionVersionsResponse (Maybe Text) Source #
A token for getting the next set of solution versions (if they exist).
listSolutionVersionsResponse_solutionVersions :: Lens' ListSolutionVersionsResponse (Maybe [SolutionVersionSummary]) Source #
A list of solution versions describing the version properties.
listSolutionVersionsResponse_httpStatus :: Lens' ListSolutionVersionsResponse Int Source #
The response's http status code.
DescribeBatchInferenceJob
describeBatchInferenceJob_batchInferenceJobArn :: Lens' DescribeBatchInferenceJob Text Source #
The ARN of the batch inference job to describe.
describeBatchInferenceJobResponse_batchInferenceJob :: Lens' DescribeBatchInferenceJobResponse (Maybe BatchInferenceJob) Source #
Information on the specified batch inference job.
describeBatchInferenceJobResponse_httpStatus :: Lens' DescribeBatchInferenceJobResponse Int Source #
The response's http status code.
CreateSchema
createSchema_name :: Lens' CreateSchema Text Source #
The name for the schema.
createSchema_schema :: Lens' CreateSchema Text Source #
A schema in Avro JSON format.
createSchemaResponse_schemaArn :: Lens' CreateSchemaResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the created schema.
createSchemaResponse_httpStatus :: Lens' CreateSchemaResponse Int Source #
The response's http status code.
DescribeRecipe
describeRecipe_recipeArn :: Lens' DescribeRecipe Text Source #
The Amazon Resource Name (ARN) of the recipe to describe.
describeRecipeResponse_recipe :: Lens' DescribeRecipeResponse (Maybe Recipe) Source #
An object that describes the recipe.
describeRecipeResponse_httpStatus :: Lens' DescribeRecipeResponse Int Source #
The response's http status code.
ListSolutions
listSolutions_nextToken :: Lens' ListSolutions (Maybe Text) Source #
A token returned from the previous call to ListSolutions
for getting
the next set of solutions (if they exist).
listSolutions_datasetGroupArn :: Lens' ListSolutions (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group.
listSolutions_maxResults :: Lens' ListSolutions (Maybe Natural) Source #
The maximum number of solutions to return.
listSolutionsResponse_nextToken :: Lens' ListSolutionsResponse (Maybe Text) Source #
A token for getting the next set of solutions (if they exist).
listSolutionsResponse_solutions :: Lens' ListSolutionsResponse (Maybe [SolutionSummary]) Source #
A list of the current solutions.
listSolutionsResponse_httpStatus :: Lens' ListSolutionsResponse Int Source #
The response's http status code.
ListDatasetExportJobs
listDatasetExportJobs_datasetArn :: Lens' ListDatasetExportJobs (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
listDatasetExportJobs_nextToken :: Lens' ListDatasetExportJobs (Maybe Text) Source #
A token returned from the previous call to ListDatasetExportJobs
for
getting the next set of dataset export jobs (if they exist).
listDatasetExportJobs_maxResults :: Lens' ListDatasetExportJobs (Maybe Natural) Source #
The maximum number of dataset export jobs to return.
listDatasetExportJobsResponse_nextToken :: Lens' ListDatasetExportJobsResponse (Maybe Text) Source #
A token for getting the next set of dataset export jobs (if they exist).
listDatasetExportJobsResponse_datasetExportJobs :: Lens' ListDatasetExportJobsResponse (Maybe [DatasetExportJobSummary]) Source #
The list of dataset export jobs.
listDatasetExportJobsResponse_httpStatus :: Lens' ListDatasetExportJobsResponse Int Source #
The response's http status code.
DescribeDatasetGroup
describeDatasetGroup_datasetGroupArn :: Lens' DescribeDatasetGroup Text Source #
The Amazon Resource Name (ARN) of the dataset group to describe.
describeDatasetGroupResponse_datasetGroup :: Lens' DescribeDatasetGroupResponse (Maybe DatasetGroup) Source #
A listing of the dataset group's properties.
describeDatasetGroupResponse_httpStatus :: Lens' DescribeDatasetGroupResponse Int Source #
The response's http status code.
DescribeFeatureTransformation
describeFeatureTransformation_featureTransformationArn :: Lens' DescribeFeatureTransformation Text Source #
The Amazon Resource Name (ARN) of the feature transformation to describe.
describeFeatureTransformationResponse_featureTransformation :: Lens' DescribeFeatureTransformationResponse (Maybe FeatureTransformation) Source #
A listing of the FeatureTransformation properties.
describeFeatureTransformationResponse_httpStatus :: Lens' DescribeFeatureTransformationResponse Int Source #
The response's http status code.
GetSolutionMetrics
getSolutionMetrics_solutionVersionArn :: Lens' GetSolutionMetrics Text Source #
The Amazon Resource Name (ARN) of the solution version for which to get metrics.
getSolutionMetricsResponse_metrics :: Lens' GetSolutionMetricsResponse (Maybe (HashMap Text Double)) Source #
The metrics for the solution version.
getSolutionMetricsResponse_solutionVersionArn :: Lens' GetSolutionMetricsResponse (Maybe Text) Source #
The same solution version ARN as specified in the request.
getSolutionMetricsResponse_httpStatus :: Lens' GetSolutionMetricsResponse Int Source #
The response's http status code.
DeleteSchema
deleteSchema_schemaArn :: Lens' DeleteSchema Text Source #
The Amazon Resource Name (ARN) of the schema to delete.
ListDatasets
listDatasets_nextToken :: Lens' ListDatasets (Maybe Text) Source #
A token returned from the previous call to ListDatasetImportJobs
for
getting the next set of dataset import jobs (if they exist).
listDatasets_datasetGroupArn :: Lens' ListDatasets (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
listDatasets_maxResults :: Lens' ListDatasets (Maybe Natural) Source #
The maximum number of datasets to return.
listDatasetsResponse_nextToken :: Lens' ListDatasetsResponse (Maybe Text) Source #
A token for getting the next set of datasets (if they exist).
listDatasetsResponse_datasets :: Lens' ListDatasetsResponse (Maybe [DatasetSummary]) Source #
An array of Dataset
objects. Each object provides metadata
information.
listDatasetsResponse_httpStatus :: Lens' ListDatasetsResponse Int Source #
The response's http status code.
CreateDatasetGroup
createDatasetGroup_kmsKeyArn :: Lens' CreateDatasetGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.
createDatasetGroup_roleArn :: Lens' CreateDatasetGroup (Maybe Text) Source #
The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
createDatasetGroup_name :: Lens' CreateDatasetGroup Text Source #
The name for the new dataset group.
createDatasetGroupResponse_datasetGroupArn :: Lens' CreateDatasetGroupResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the new dataset group.
createDatasetGroupResponse_httpStatus :: Lens' CreateDatasetGroupResponse Int Source #
The response's http status code.
ListRecipes
listRecipes_nextToken :: Lens' ListRecipes (Maybe Text) Source #
A token returned from the previous call to ListRecipes
for getting the
next set of recipes (if they exist).
listRecipes_maxResults :: Lens' ListRecipes (Maybe Natural) Source #
The maximum number of recipes to return.
listRecipes_recipeProvider :: Lens' ListRecipes (Maybe RecipeProvider) Source #
The default is SERVICE
.
listRecipesResponse_nextToken :: Lens' ListRecipesResponse (Maybe Text) Source #
A token for getting the next set of recipes.
listRecipesResponse_recipes :: Lens' ListRecipesResponse (Maybe [RecipeSummary]) Source #
The list of available recipes.
listRecipesResponse_httpStatus :: Lens' ListRecipesResponse Int Source #
The response's http status code.
Types
Algorithm
algorithm_defaultHyperParameters :: Lens' Algorithm (Maybe (HashMap Text Text)) Source #
Specifies the default hyperparameters.
algorithm_algorithmArn :: Lens' Algorithm (Maybe Text) Source #
The Amazon Resource Name (ARN) of the algorithm.
algorithm_defaultHyperParameterRanges :: Lens' Algorithm (Maybe DefaultHyperParameterRanges) Source #
Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
algorithm_algorithmImage :: Lens' Algorithm (Maybe AlgorithmImage) Source #
The URI of the Docker container for the algorithm image.
algorithm_lastUpdatedDateTime :: Lens' Algorithm (Maybe UTCTime) Source #
The date and time (in Unix time) that the algorithm was last updated.
algorithm_creationDateTime :: Lens' Algorithm (Maybe UTCTime) Source #
The date and time (in Unix time) that the algorithm was created.
algorithm_defaultResourceConfig :: Lens' Algorithm (Maybe (HashMap Text Text)) Source #
Specifies the default maximum number of training jobs and parallel training jobs.
algorithm_roleArn :: Lens' Algorithm (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role.
AlgorithmImage
algorithmImage_name :: Lens' AlgorithmImage (Maybe Text) Source #
The name of the algorithm image.
algorithmImage_dockerURI :: Lens' AlgorithmImage Text Source #
The URI of the Docker container for the algorithm image.
AutoMLConfig
autoMLConfig_recipeList :: Lens' AutoMLConfig (Maybe [Text]) Source #
The list of candidate recipes.
autoMLConfig_metricName :: Lens' AutoMLConfig (Maybe Text) Source #
The metric to optimize.
AutoMLResult
autoMLResult_bestRecipeArn :: Lens' AutoMLResult (Maybe Text) Source #
The Amazon Resource Name (ARN) of the best recipe.
BatchInferenceJob
batchInferenceJob_failureReason :: Lens' BatchInferenceJob (Maybe Text) Source #
If the batch inference job failed, the reason for the failure.
batchInferenceJob_status :: Lens' BatchInferenceJob (Maybe Text) Source #
The status of the batch inference job. The status is one of the following values:
- PENDING
- IN PROGRESS
- ACTIVE
- CREATE FAILED
batchInferenceJob_jobOutput :: Lens' BatchInferenceJob (Maybe BatchInferenceJobOutput) Source #
The Amazon S3 bucket that contains the output data generated by the batch inference job.
batchInferenceJob_jobName :: Lens' BatchInferenceJob (Maybe Text) Source #
The name of the batch inference job.
batchInferenceJob_lastUpdatedDateTime :: Lens' BatchInferenceJob (Maybe UTCTime) Source #
The time at which the batch inference job was last updated.
batchInferenceJob_numResults :: Lens' BatchInferenceJob (Maybe Int) Source #
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
batchInferenceJob_batchInferenceJobConfig :: Lens' BatchInferenceJob (Maybe BatchInferenceJobConfig) Source #
A string to string map of the configuration details of a batch inference job.
batchInferenceJob_batchInferenceJobArn :: Lens' BatchInferenceJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the batch inference job.
batchInferenceJob_filterArn :: Lens' BatchInferenceJob (Maybe Text) Source #
The ARN of the filter used on the batch inference job.
batchInferenceJob_creationDateTime :: Lens' BatchInferenceJob (Maybe UTCTime) Source #
The time at which the batch inference job was created.
batchInferenceJob_solutionVersionArn :: Lens' BatchInferenceJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
batchInferenceJob_roleArn :: Lens' BatchInferenceJob (Maybe Text) Source #
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
batchInferenceJob_jobInput :: Lens' BatchInferenceJob (Maybe BatchInferenceJobInput) Source #
The Amazon S3 path that leads to the input data used to generate the batch inference job.
BatchInferenceJobConfig
batchInferenceJobConfig_itemExplorationConfig :: Lens' BatchInferenceJobConfig (Maybe (HashMap Text Text)) Source #
A string to string map specifying the exploration configuration
hyperparameters, including explorationWeight
and
explorationItemAgeCutOff
, you want to use to configure the amount of
item exploration Amazon Personalize uses when recommending items. See
User-Personalization.
BatchInferenceJobInput
batchInferenceJobInput_s3DataSource :: Lens' BatchInferenceJobInput S3DataConfig Source #
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
BatchInferenceJobOutput
batchInferenceJobOutput_s3DataDestination :: Lens' BatchInferenceJobOutput S3DataConfig Source #
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
BatchInferenceJobSummary
batchInferenceJobSummary_failureReason :: Lens' BatchInferenceJobSummary (Maybe Text) Source #
If the batch inference job failed, the reason for the failure.
batchInferenceJobSummary_status :: Lens' BatchInferenceJobSummary (Maybe Text) Source #
The status of the batch inference job. The status is one of the following values:
- PENDING
- IN PROGRESS
- ACTIVE
- CREATE FAILED
batchInferenceJobSummary_jobName :: Lens' BatchInferenceJobSummary (Maybe Text) Source #
The name of the batch inference job.
batchInferenceJobSummary_lastUpdatedDateTime :: Lens' BatchInferenceJobSummary (Maybe UTCTime) Source #
The time at which the batch inference job was last updated.
batchInferenceJobSummary_batchInferenceJobArn :: Lens' BatchInferenceJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the batch inference job.
batchInferenceJobSummary_creationDateTime :: Lens' BatchInferenceJobSummary (Maybe UTCTime) Source #
The time at which the batch inference job was created.
batchInferenceJobSummary_solutionVersionArn :: Lens' BatchInferenceJobSummary (Maybe Text) Source #
The ARN of the solution version used by the batch inference job.
Campaign
campaign_failureReason :: Lens' Campaign (Maybe Text) Source #
If a campaign fails, the reason behind the failure.
campaign_status :: Lens' Campaign (Maybe Text) Source #
The status of the campaign.
A campaign can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
campaign_lastUpdatedDateTime :: Lens' Campaign (Maybe UTCTime) Source #
The date and time (in Unix format) that the campaign was last updated.
campaign_campaignConfig :: Lens' Campaign (Maybe CampaignConfig) Source #
The configuration details of a campaign.
campaign_latestCampaignUpdate :: Lens' Campaign (Maybe CampaignUpdateSummary) Source #
Undocumented member.
campaign_minProvisionedTPS :: Lens' Campaign (Maybe Natural) Source #
Specifies the requested minimum provisioned transactions (recommendations) per second.
campaign_creationDateTime :: Lens' Campaign (Maybe UTCTime) Source #
The date and time (in Unix format) that the campaign was created.
campaign_campaignArn :: Lens' Campaign (Maybe Text) Source #
The Amazon Resource Name (ARN) of the campaign.
campaign_solutionVersionArn :: Lens' Campaign (Maybe Text) Source #
The Amazon Resource Name (ARN) of a specific version of the solution.
CampaignConfig
campaignConfig_itemExplorationConfig :: Lens' CampaignConfig (Maybe (HashMap Text Text)) Source #
A string to string map specifying the exploration configuration
hyperparameters, including explorationWeight
and
explorationItemAgeCutOff
, you want to use to configure the amount of
item exploration Amazon Personalize uses when recommending items.
Provide itemExplorationConfig
data only if your solution uses the
User-Personalization
recipe.
CampaignSummary
campaignSummary_failureReason :: Lens' CampaignSummary (Maybe Text) Source #
If a campaign fails, the reason behind the failure.
campaignSummary_status :: Lens' CampaignSummary (Maybe Text) Source #
The status of the campaign.
A campaign can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
campaignSummary_lastUpdatedDateTime :: Lens' CampaignSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the campaign was last updated.
campaignSummary_name :: Lens' CampaignSummary (Maybe Text) Source #
The name of the campaign.
campaignSummary_creationDateTime :: Lens' CampaignSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the campaign was created.
campaignSummary_campaignArn :: Lens' CampaignSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the campaign.
CampaignUpdateSummary
campaignUpdateSummary_failureReason :: Lens' CampaignUpdateSummary (Maybe Text) Source #
If a campaign update fails, the reason behind the failure.
campaignUpdateSummary_status :: Lens' CampaignUpdateSummary (Maybe Text) Source #
The status of the campaign update.
A campaign update can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
campaignUpdateSummary_lastUpdatedDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the campaign update was last updated.
campaignUpdateSummary_campaignConfig :: Lens' CampaignUpdateSummary (Maybe CampaignConfig) Source #
Undocumented member.
campaignUpdateSummary_minProvisionedTPS :: Lens' CampaignUpdateSummary (Maybe Natural) Source #
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
campaignUpdateSummary_creationDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the campaign update was created.
campaignUpdateSummary_solutionVersionArn :: Lens' CampaignUpdateSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the deployed solution version.
CategoricalHyperParameterRange
categoricalHyperParameterRange_values :: Lens' CategoricalHyperParameterRange (Maybe [Text]) Source #
A list of the categories for the hyperparameter.
categoricalHyperParameterRange_name :: Lens' CategoricalHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
ContinuousHyperParameterRange
continuousHyperParameterRange_maxValue :: Lens' ContinuousHyperParameterRange (Maybe Double) Source #
The maximum allowable value for the hyperparameter.
continuousHyperParameterRange_name :: Lens' ContinuousHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
continuousHyperParameterRange_minValue :: Lens' ContinuousHyperParameterRange (Maybe Double) Source #
The minimum allowable value for the hyperparameter.
DataSource
dataSource_dataLocation :: Lens' DataSource (Maybe Text) Source #
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/folder-name/
Dataset
dataset_status :: Lens' Dataset (Maybe Text) Source #
The status of the dataset.
A dataset can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
dataset_datasetArn :: Lens' Dataset (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
dataset_lastUpdatedDateTime :: Lens' Dataset (Maybe UTCTime) Source #
A time stamp that shows when the dataset was updated.
dataset_datasetType :: Lens' Dataset (Maybe Text) Source #
One of the following values:
- Interactions
- Items
- Users
dataset_creationDateTime :: Lens' Dataset (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the dataset.
dataset_datasetGroupArn :: Lens' Dataset (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group.
DatasetExportJob
datasetExportJob_failureReason :: Lens' DatasetExportJob (Maybe Text) Source #
If a dataset export job fails, provides the reason why.
datasetExportJob_status :: Lens' DatasetExportJob (Maybe Text) Source #
The status of the dataset export job.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
datasetExportJob_datasetExportJobArn :: Lens' DatasetExportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJob_datasetArn :: Lens' DatasetExportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset to export.
datasetExportJob_jobOutput :: Lens' DatasetExportJob (Maybe DatasetExportJobOutput) Source #
The path to the Amazon S3 bucket where the job's output is stored. For example:
s3://bucket-name/folder-name/
datasetExportJob_jobName :: Lens' DatasetExportJob (Maybe Text) Source #
The name of the export job.
datasetExportJob_lastUpdatedDateTime :: Lens' DatasetExportJob (Maybe UTCTime) Source #
The date and time (in Unix time) the status of the dataset export job was last updated.
datasetExportJob_ingestionMode :: Lens' DatasetExportJob (Maybe IngestionMode) Source #
The data to export, based on how you imported the data. You can choose
to export BULK
data that you imported using a dataset import job,
PUT
data that you imported incrementally (using the console,
PutEvents, PutUsers and PutItems operations), or ALL
for both types.
The default value is PUT
.
datasetExportJob_creationDateTime :: Lens' DatasetExportJob (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the dataset export job.
datasetExportJob_roleArn :: Lens' DatasetExportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
DatasetExportJobOutput
datasetExportJobOutput_s3DataDestination :: Lens' DatasetExportJobOutput S3DataConfig Source #
Undocumented member.
DatasetExportJobSummary
datasetExportJobSummary_failureReason :: Lens' DatasetExportJobSummary (Maybe Text) Source #
If a dataset export job fails, the reason behind the failure.
datasetExportJobSummary_status :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The status of the dataset export job.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
datasetExportJobSummary_datasetExportJobArn :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobSummary_jobName :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The name of the dataset export job.
datasetExportJobSummary_lastUpdatedDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset export job status was last updated.
datasetExportJobSummary_creationDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset export job was created.
DatasetGroup
datasetGroup_failureReason :: Lens' DatasetGroup (Maybe Text) Source #
If creating a dataset group fails, provides the reason why.
datasetGroup_status :: Lens' DatasetGroup (Maybe Text) Source #
The current status of the dataset group.
A dataset group can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING
datasetGroup_kmsKeyArn :: Lens' DatasetGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.
datasetGroup_lastUpdatedDateTime :: Lens' DatasetGroup (Maybe UTCTime) Source #
The last update date and time (in Unix time) of the dataset group.
datasetGroup_name :: Lens' DatasetGroup (Maybe Text) Source #
The name of the dataset group.
datasetGroup_creationDateTime :: Lens' DatasetGroup (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the dataset group.
datasetGroup_datasetGroupArn :: Lens' DatasetGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group.
datasetGroup_roleArn :: Lens' DatasetGroup (Maybe Text) Source #
The ARN of the IAM role that has permissions to create the dataset group.
DatasetGroupSummary
datasetGroupSummary_failureReason :: Lens' DatasetGroupSummary (Maybe Text) Source #
If creating a dataset group fails, the reason behind the failure.
datasetGroupSummary_status :: Lens' DatasetGroupSummary (Maybe Text) Source #
The status of the dataset group.
A dataset group can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING
datasetGroupSummary_lastUpdatedDateTime :: Lens' DatasetGroupSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset group was last updated.
datasetGroupSummary_name :: Lens' DatasetGroupSummary (Maybe Text) Source #
The name of the dataset group.
datasetGroupSummary_creationDateTime :: Lens' DatasetGroupSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset group was created.
datasetGroupSummary_datasetGroupArn :: Lens' DatasetGroupSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group.
DatasetImportJob
datasetImportJob_failureReason :: Lens' DatasetImportJob (Maybe Text) Source #
If a dataset import job fails, provides the reason why.
datasetImportJob_status :: Lens' DatasetImportJob (Maybe Text) Source #
The status of the dataset import job.
A dataset import job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
datasetImportJob_datasetArn :: Lens' DatasetImportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset that receives the imported data.
datasetImportJob_jobName :: Lens' DatasetImportJob (Maybe Text) Source #
The name of the import job.
datasetImportJob_lastUpdatedDateTime :: Lens' DatasetImportJob (Maybe UTCTime) Source #
The date and time (in Unix time) the dataset was last updated.
datasetImportJob_datasetImportJobArn :: Lens' DatasetImportJob (Maybe Text) Source #
The ARN of the dataset import job.
datasetImportJob_dataSource :: Lens' DatasetImportJob (Maybe DataSource) Source #
The Amazon S3 bucket that contains the training data to import.
datasetImportJob_creationDateTime :: Lens' DatasetImportJob (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the dataset import job.
datasetImportJob_roleArn :: Lens' DatasetImportJob (Maybe Text) Source #
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
DatasetImportJobSummary
datasetImportJobSummary_failureReason :: Lens' DatasetImportJobSummary (Maybe Text) Source #
If a dataset import job fails, the reason behind the failure.
datasetImportJobSummary_status :: Lens' DatasetImportJobSummary (Maybe Text) Source #
The status of the dataset import job.
A dataset import job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
datasetImportJobSummary_jobName :: Lens' DatasetImportJobSummary (Maybe Text) Source #
The name of the dataset import job.
datasetImportJobSummary_lastUpdatedDateTime :: Lens' DatasetImportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset import job status was last updated.
datasetImportJobSummary_datasetImportJobArn :: Lens' DatasetImportJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobSummary_creationDateTime :: Lens' DatasetImportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset import job was created.
DatasetSchema
datasetSchema_lastUpdatedDateTime :: Lens' DatasetSchema (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was last updated.
datasetSchema_schema :: Lens' DatasetSchema (Maybe Text) Source #
The schema.
datasetSchema_schemaArn :: Lens' DatasetSchema (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schema.
datasetSchema_name :: Lens' DatasetSchema (Maybe Text) Source #
The name of the schema.
datasetSchema_creationDateTime :: Lens' DatasetSchema (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was created.
DatasetSchemaSummary
datasetSchemaSummary_lastUpdatedDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was last updated.
datasetSchemaSummary_schemaArn :: Lens' DatasetSchemaSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schema.
datasetSchemaSummary_name :: Lens' DatasetSchemaSummary (Maybe Text) Source #
The name of the schema.
datasetSchemaSummary_creationDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was created.
DatasetSummary
datasetSummary_status :: Lens' DatasetSummary (Maybe Text) Source #
The status of the dataset.
A dataset can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset.
datasetSummary_lastUpdatedDateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset was last updated.
datasetSummary_name :: Lens' DatasetSummary (Maybe Text) Source #
The name of the dataset.
datasetSummary_datasetType :: Lens' DatasetSummary (Maybe Text) Source #
The dataset type. One of the following values:
- Interactions
- Items
- Users
- Event-Interactions
datasetSummary_creationDateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset was created.
DefaultCategoricalHyperParameterRange
defaultCategoricalHyperParameterRange_isTunable :: Lens' DefaultCategoricalHyperParameterRange (Maybe Bool) Source #
Whether the hyperparameter is tunable.
defaultCategoricalHyperParameterRange_values :: Lens' DefaultCategoricalHyperParameterRange (Maybe [Text]) Source #
A list of the categories for the hyperparameter.
defaultCategoricalHyperParameterRange_name :: Lens' DefaultCategoricalHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
DefaultContinuousHyperParameterRange
defaultContinuousHyperParameterRange_maxValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double) Source #
The maximum allowable value for the hyperparameter.
defaultContinuousHyperParameterRange_isTunable :: Lens' DefaultContinuousHyperParameterRange (Maybe Bool) Source #
Whether the hyperparameter is tunable.
defaultContinuousHyperParameterRange_name :: Lens' DefaultContinuousHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
defaultContinuousHyperParameterRange_minValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double) Source #
The minimum allowable value for the hyperparameter.
DefaultHyperParameterRanges
defaultHyperParameterRanges_integerHyperParameterRanges :: Lens' DefaultHyperParameterRanges (Maybe [DefaultIntegerHyperParameterRange]) Source #
The integer-valued hyperparameters and their default ranges.
defaultHyperParameterRanges_categoricalHyperParameterRanges :: Lens' DefaultHyperParameterRanges (Maybe [DefaultCategoricalHyperParameterRange]) Source #
The categorical hyperparameters and their default ranges.
defaultHyperParameterRanges_continuousHyperParameterRanges :: Lens' DefaultHyperParameterRanges (Maybe [DefaultContinuousHyperParameterRange]) Source #
The continuous hyperparameters and their default ranges.
DefaultIntegerHyperParameterRange
defaultIntegerHyperParameterRange_maxValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int) Source #
The maximum allowable value for the hyperparameter.
defaultIntegerHyperParameterRange_isTunable :: Lens' DefaultIntegerHyperParameterRange (Maybe Bool) Source #
Indicates whether the hyperparameter is tunable.
defaultIntegerHyperParameterRange_name :: Lens' DefaultIntegerHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
defaultIntegerHyperParameterRange_minValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int) Source #
The minimum allowable value for the hyperparameter.
EventTracker
eventTracker_status :: Lens' EventTracker (Maybe Text) Source #
The status of the event tracker.
An event tracker can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
eventTracker_trackingId :: Lens' EventTracker (Maybe Text) Source #
The ID of the event tracker. Include this ID in requests to the PutEvents API.
eventTracker_lastUpdatedDateTime :: Lens' EventTracker (Maybe UTCTime) Source #
The date and time (in Unix time) that the event tracker was last updated.
eventTracker_accountId :: Lens' EventTracker (Maybe Text) Source #
The Amazon Web Services account that owns the event tracker.
eventTracker_name :: Lens' EventTracker (Maybe Text) Source #
The name of the event tracker.
eventTracker_creationDateTime :: Lens' EventTracker (Maybe UTCTime) Source #
The date and time (in Unix format) that the event tracker was created.
eventTracker_datasetGroupArn :: Lens' EventTracker (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
eventTracker_eventTrackerArn :: Lens' EventTracker (Maybe Text) Source #
The ARN of the event tracker.
EventTrackerSummary
eventTrackerSummary_status :: Lens' EventTrackerSummary (Maybe Text) Source #
The status of the event tracker.
An event tracker can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
eventTrackerSummary_lastUpdatedDateTime :: Lens' EventTrackerSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the event tracker was last updated.
eventTrackerSummary_name :: Lens' EventTrackerSummary (Maybe Text) Source #
The name of the event tracker.
eventTrackerSummary_creationDateTime :: Lens' EventTrackerSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the event tracker was created.
eventTrackerSummary_eventTrackerArn :: Lens' EventTrackerSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the event tracker.
FeatureTransformation
featureTransformation_status :: Lens' FeatureTransformation (Maybe Text) Source #
The status of the feature transformation.
A feature transformation can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
featureTransformation_featureTransformationArn :: Lens' FeatureTransformation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the FeatureTransformation object.
featureTransformation_lastUpdatedDateTime :: Lens' FeatureTransformation (Maybe UTCTime) Source #
The last update date and time (in Unix time) of the feature transformation.
featureTransformation_name :: Lens' FeatureTransformation (Maybe Text) Source #
The name of the feature transformation.
featureTransformation_creationDateTime :: Lens' FeatureTransformation (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the feature transformation.
featureTransformation_defaultParameters :: Lens' FeatureTransformation (Maybe (HashMap Text Text)) Source #
Provides the default parameters for feature transformation.
Filter
filter_failureReason :: Lens' Filter (Maybe Text) Source #
If the filter failed, the reason for its failure.
filter_filterExpression :: Lens' Filter (Maybe Text) Source #
Specifies the type of item interactions to filter out of recommendation results. The filter expression must follow specific format rules. For information about filter expression structure and syntax, see filter-expressions.
filter_lastUpdatedDateTime :: Lens' Filter (Maybe UTCTime) Source #
The time at which the filter was last updated.
filter_creationDateTime :: Lens' Filter (Maybe UTCTime) Source #
The time at which the filter was created.
filter_datasetGroupArn :: Lens' Filter (Maybe Text) Source #
The ARN of the dataset group to which the filter belongs.
FilterSummary
filterSummary_failureReason :: Lens' FilterSummary (Maybe Text) Source #
If the filter failed, the reason for the failure.
filterSummary_status :: Lens' FilterSummary (Maybe Text) Source #
The status of the filter.
filterSummary_lastUpdatedDateTime :: Lens' FilterSummary (Maybe UTCTime) Source #
The time at which the filter was last updated.
filterSummary_name :: Lens' FilterSummary (Maybe Text) Source #
The name of the filter.
filterSummary_filterArn :: Lens' FilterSummary (Maybe Text) Source #
The ARN of the filter.
filterSummary_creationDateTime :: Lens' FilterSummary (Maybe UTCTime) Source #
The time at which the filter was created.
filterSummary_datasetGroupArn :: Lens' FilterSummary (Maybe Text) Source #
The ARN of the dataset group to which the filter belongs.
HPOConfig
hPOConfig_algorithmHyperParameterRanges :: Lens' HPOConfig (Maybe HyperParameterRanges) Source #
The hyperparameters and their allowable ranges.
hPOConfig_hpoResourceConfig :: Lens' HPOConfig (Maybe HPOResourceConfig) Source #
Describes the resource configuration for HPO.
hPOConfig_hpoObjective :: Lens' HPOConfig (Maybe HPOObjective) Source #
The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective
at
this time.
HPOObjective
hPOObjective_metricName :: Lens' HPOObjective (Maybe Text) Source #
The name of the metric.
hPOObjective_type :: Lens' HPOObjective (Maybe Text) Source #
The type of the metric. Valid values are Maximize
and Minimize
.
hPOObjective_metricRegex :: Lens' HPOObjective (Maybe Text) Source #
A regular expression for finding the metric in the training job logs.
HPOResourceConfig
hPOResourceConfig_maxNumberOfTrainingJobs :: Lens' HPOResourceConfig (Maybe Text) Source #
The maximum number of training jobs when you create a solution version.
The maximum value for maxNumberOfTrainingJobs
is 40
.
hPOResourceConfig_maxParallelTrainingJobs :: Lens' HPOResourceConfig (Maybe Text) Source #
The maximum number of parallel training jobs when you create a solution
version. The maximum value for maxParallelTrainingJobs
is 10
.
HyperParameterRanges
hyperParameterRanges_integerHyperParameterRanges :: Lens' HyperParameterRanges (Maybe [IntegerHyperParameterRange]) Source #
The integer-valued hyperparameters and their ranges.
hyperParameterRanges_categoricalHyperParameterRanges :: Lens' HyperParameterRanges (Maybe [CategoricalHyperParameterRange]) Source #
The categorical hyperparameters and their ranges.
hyperParameterRanges_continuousHyperParameterRanges :: Lens' HyperParameterRanges (Maybe [ContinuousHyperParameterRange]) Source #
The continuous hyperparameters and their ranges.
IntegerHyperParameterRange
integerHyperParameterRange_maxValue :: Lens' IntegerHyperParameterRange (Maybe Int) Source #
The maximum allowable value for the hyperparameter.
integerHyperParameterRange_name :: Lens' IntegerHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
integerHyperParameterRange_minValue :: Lens' IntegerHyperParameterRange (Maybe Int) Source #
The minimum allowable value for the hyperparameter.
OptimizationObjective
optimizationObjective_itemAttribute :: Lens' OptimizationObjective (Maybe Text) Source #
The numerical metadata column in an Items dataset related to the optimization objective. For example, VIDEO_LENGTH (to maximize streaming minutes), or PRICE (to maximize revenue).
optimizationObjective_objectiveSensitivity :: Lens' OptimizationObjective (Maybe ObjectiveSensitivity) Source #
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
Recipe
recipe_algorithmArn :: Lens' Recipe (Maybe Text) Source #
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
recipe_featureTransformationArn :: Lens' Recipe (Maybe Text) Source #
The ARN of the FeatureTransformation object.
recipe_lastUpdatedDateTime :: Lens' Recipe (Maybe UTCTime) Source #
The date and time (in Unix format) that the recipe was last updated.
recipe_creationDateTime :: Lens' Recipe (Maybe UTCTime) Source #
The date and time (in Unix format) that the recipe was created.
recipe_recipeType :: Lens' Recipe (Maybe Text) Source #
One of the following values:
- PERSONALIZED_RANKING
- RELATED_ITEMS
- USER_PERSONALIZATION
RecipeSummary
recipeSummary_status :: Lens' RecipeSummary (Maybe Text) Source #
The status of the recipe.
recipeSummary_recipeArn :: Lens' RecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the recipe.
recipeSummary_lastUpdatedDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the recipe was last updated.
recipeSummary_name :: Lens' RecipeSummary (Maybe Text) Source #
The name of the recipe.
recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the recipe was created.
S3DataConfig
s3DataConfig_kmsKeyArn :: Lens' S3DataConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files of a batch inference job.
s3DataConfig_path :: Lens' S3DataConfig Text Source #
The file path of the Amazon S3 bucket.
Solution
solution_status :: Lens' Solution (Maybe Text) Source #
The status of the solution.
A solution can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
solution_performAutoML :: Lens' Solution (Maybe Bool) Source #
When true, Amazon Personalize performs a search for the best
USER_PERSONALIZATION recipe from the list specified in the solution
configuration (recipeArn
must not be specified). When false (the
default), Amazon Personalize uses recipeArn
for training.
solution_recipeArn :: Lens' Solution (Maybe Text) Source #
The ARN of the recipe used to create the solution.
solution_lastUpdatedDateTime :: Lens' Solution (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution was last updated.
solution_eventType :: Lens' Solution (Maybe Text) Source #
The event type (for example, 'click' or 'like') that is used for
training the model. If no eventType
is provided, Amazon Personalize
uses all interactions for training with equal weight regardless of type.
solution_autoMLResult :: Lens' Solution (Maybe AutoMLResult) Source #
When performAutoML
is true, specifies the best recipe found.
solution_creationDateTime :: Lens' Solution (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the solution.
solution_datasetGroupArn :: Lens' Solution (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
solution_latestSolutionVersion :: Lens' Solution (Maybe SolutionVersionSummary) Source #
Describes the latest version of the solution, including the status and the ARN.
solution_solutionConfig :: Lens' Solution (Maybe SolutionConfig) Source #
Describes the configuration properties for the solution.
solution_performHPO :: Lens' Solution (Maybe Bool) Source #
Whether to perform hyperparameter optimization (HPO) on the chosen
recipe. The default is false
.
SolutionConfig
solutionConfig_featureTransformationParameters :: Lens' SolutionConfig (Maybe (HashMap Text Text)) Source #
Lists the feature transformation parameters.
solutionConfig_hpoConfig :: Lens' SolutionConfig (Maybe HPOConfig) Source #
Describes the properties for hyperparameter optimization (HPO).
solutionConfig_eventValueThreshold :: Lens' SolutionConfig (Maybe Text) Source #
Only events with a value greater than or equal to this threshold are used for training a model.
solutionConfig_autoMLConfig :: Lens' SolutionConfig (Maybe AutoMLConfig) Source #
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
solutionConfig_algorithmHyperParameters :: Lens' SolutionConfig (Maybe (HashMap Text Text)) Source #
Lists the hyperparameter names and ranges.
solutionConfig_optimizationObjective :: Lens' SolutionConfig (Maybe OptimizationObjective) Source #
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.
SolutionSummary
solutionSummary_solutionArn :: Lens' SolutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution.
solutionSummary_status :: Lens' SolutionSummary (Maybe Text) Source #
The status of the solution.
A solution can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
solutionSummary_lastUpdatedDateTime :: Lens' SolutionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution was last updated.
solutionSummary_name :: Lens' SolutionSummary (Maybe Text) Source #
The name of the solution.
solutionSummary_creationDateTime :: Lens' SolutionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution was created.
SolutionVersion
solutionVersion_failureReason :: Lens' SolutionVersion (Maybe Text) Source #
If training a solution version fails, the reason for the failure.
solutionVersion_solutionArn :: Lens' SolutionVersion (Maybe Text) Source #
The ARN of the solution.
solutionVersion_status :: Lens' SolutionVersion (Maybe Text) Source #
The status of the solution version.
A solution version can be in one of the following states:
- CREATE PENDING
- CREATE IN_PROGRESS
- ACTIVE
- CREATE FAILED
- CREATE STOPPING
- CREATE STOPPED
solutionVersion_performAutoML :: Lens' SolutionVersion (Maybe Bool) Source #
When true, Amazon Personalize searches for the most optimal recipe
according to the solution configuration. When false (the default),
Amazon Personalize uses recipeArn
.
solutionVersion_tunedHPOParams :: Lens' SolutionVersion (Maybe TunedHPOParams) Source #
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing model.
solutionVersion_recipeArn :: Lens' SolutionVersion (Maybe Text) Source #
The ARN of the recipe used in the solution.
solutionVersion_lastUpdatedDateTime :: Lens' SolutionVersion (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution was last updated.
solutionVersion_eventType :: Lens' SolutionVersion (Maybe Text) Source #
The event type (for example, 'click' or 'like') that is used for training the model.
solutionVersion_creationDateTime :: Lens' SolutionVersion (Maybe UTCTime) Source #
The date and time (in Unix time) that this version of the solution was created.
solutionVersion_datasetGroupArn :: Lens' SolutionVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group providing the training data.
solutionVersion_trainingMode :: Lens' SolutionVersion (Maybe TrainingMode) Source #
The scope of training to be performed when creating the solution
version. The FULL
option trains the solution version based on the
entirety of the input solution's training data, while the UPDATE
option processes only the data that has changed in comparison to the
input solution. Choose UPDATE
when you want to incrementally update
your solution version instead of creating an entirely new one.
The UPDATE
option can only be used when you already have an active
solution version created from the input solution using the FULL
option
and the input solution was trained with the
User-Personalization
recipe or the
HRNN-Coldstart
recipe.
solutionVersion_trainingHours :: Lens' SolutionVersion (Maybe Double) Source #
The time used to train the model. You are billed for the time it takes to train a model. This field is visible only after Amazon Personalize successfully trains a model.
solutionVersion_solutionConfig :: Lens' SolutionVersion (Maybe SolutionConfig) Source #
Describes the configuration properties for the solution.
solutionVersion_performHPO :: Lens' SolutionVersion (Maybe Bool) Source #
Whether to perform hyperparameter optimization (HPO) on the chosen
recipe. The default is false
.
solutionVersion_solutionVersionArn :: Lens' SolutionVersion (Maybe Text) Source #
The ARN of the solution version.
SolutionVersionSummary
solutionVersionSummary_failureReason :: Lens' SolutionVersionSummary (Maybe Text) Source #
If a solution version fails, the reason behind the failure.
solutionVersionSummary_status :: Lens' SolutionVersionSummary (Maybe Text) Source #
The status of the solution version.
A solution version can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
solutionVersionSummary_lastUpdatedDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution version was last updated.
solutionVersionSummary_creationDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that this version of a solution was created.
solutionVersionSummary_solutionVersionArn :: Lens' SolutionVersionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version.
TunedHPOParams
tunedHPOParams_algorithmHyperParameters :: Lens' TunedHPOParams (Maybe (HashMap Text Text)) Source #
A list of the hyperparameter values of the best performing model.