libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize

Contents

Description

Derived from API version 2018-05-22 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-05-22 of the Amazon Personalize SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Personalize.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource already exists.

InvalidNextTokenException

InvalidInputException

_InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Provide a valid value for the field or parameter.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Could not find the specified resource.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The limit on the number of requests per second has been exceeded.

ResourceInUseException

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource is in use.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListDatasetGroups (Paginated)

data ListDatasetGroups Source #

See: newListDatasetGroups smart constructor.

Instances

Instances details
Eq ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Read ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Show ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Generic ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Associated Types

type Rep ListDatasetGroups :: Type -> Type #

NFData ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Methods

rnf :: ListDatasetGroups -> () #

Hashable ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

ToJSON ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

AWSPager ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

AWSRequest ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Associated Types

type AWSResponse ListDatasetGroups #

ToHeaders ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

ToPath ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

ToQuery ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroups = D1 ('MetaData "ListDatasetGroups" "Amazonka.Personalize.ListDatasetGroups" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

newListDatasetGroups :: ListDatasetGroups Source #

Create a value of ListDatasetGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDatasetGroups', listDatasetGroups_nextToken - A token returned from the previous call to ListDatasetGroups for getting the next set of dataset groups (if they exist).

$sel:maxResults:ListDatasetGroups', listDatasetGroups_maxResults - The maximum number of dataset groups to return.

data ListDatasetGroupsResponse Source #

See: newListDatasetGroupsResponse smart constructor.

Instances

Instances details
Eq ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Read ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Show ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Generic ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Associated Types

type Rep ListDatasetGroupsResponse :: Type -> Type #

NFData ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroupsResponse = D1 ('MetaData "ListDatasetGroupsResponse" "Amazonka.Personalize.ListDatasetGroups" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetGroupSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetGroupsResponse Source #

Create a value of ListDatasetGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDatasetGroups', listDatasetGroupsResponse_nextToken - A token for getting the next set of dataset groups (if they exist).

$sel:datasetGroups:ListDatasetGroupsResponse', listDatasetGroupsResponse_datasetGroups - The list of your dataset groups.

$sel:httpStatus:ListDatasetGroupsResponse', listDatasetGroupsResponse_httpStatus - The response's http status code.

CreateBatchInferenceJob

data CreateBatchInferenceJob Source #

See: newCreateBatchInferenceJob smart constructor.

Instances

Instances details
Eq CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Read CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Show CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Generic CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Associated Types

type Rep CreateBatchInferenceJob :: Type -> Type #

NFData CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Methods

rnf :: CreateBatchInferenceJob -> () #

Hashable CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

ToJSON CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

AWSRequest CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

ToHeaders CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

ToPath CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

ToQuery CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

type Rep CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

type AWSResponse CreateBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

newCreateBatchInferenceJob Source #

Create a value of CreateBatchInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:numResults:CreateBatchInferenceJob', createBatchInferenceJob_numResults - The number of recommendations to retreive.

$sel:batchInferenceJobConfig:CreateBatchInferenceJob', createBatchInferenceJob_batchInferenceJobConfig - The configuration details of a batch inference job.

$sel:filterArn:CreateBatchInferenceJob', createBatchInferenceJob_filterArn - The ARN of the filter to apply to the batch inference job. For more information on using filters, see Filtering Batch Recommendations..

$sel:jobName:CreateBatchInferenceJob', createBatchInferenceJob_jobName - The name of the batch inference job to create.

$sel:solutionVersionArn:CreateBatchInferenceJob', createBatchInferenceJob_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference recommendations.

$sel:jobInput:CreateBatchInferenceJob', createBatchInferenceJob_jobInput - The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.

$sel:jobOutput:CreateBatchInferenceJob', createBatchInferenceJob_jobOutput - The path to the Amazon S3 bucket where the job's output will be stored.

$sel:roleArn:CreateBatchInferenceJob', createBatchInferenceJob_roleArn - 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.

data CreateBatchInferenceJobResponse Source #

See: newCreateBatchInferenceJobResponse smart constructor.

Instances

Instances details
Eq CreateBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Read CreateBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Show CreateBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Generic CreateBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

Associated Types

type Rep CreateBatchInferenceJobResponse :: Type -> Type #

NFData CreateBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

type Rep CreateBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateBatchInferenceJob

type Rep CreateBatchInferenceJobResponse = D1 ('MetaData "CreateBatchInferenceJobResponse" "Amazonka.Personalize.CreateBatchInferenceJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateBatchInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchInferenceJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBatchInferenceJobResponse Source #

Create a value of CreateBatchInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:batchInferenceJobArn:CreateBatchInferenceJobResponse', createBatchInferenceJobResponse_batchInferenceJobArn - The ARN of the batch inference job.

$sel:httpStatus:CreateBatchInferenceJobResponse', createBatchInferenceJobResponse_httpStatus - The response's http status code.

CreateFilter

data CreateFilter Source #

See: newCreateFilter smart constructor.

Instances

Instances details
Eq CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Show CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Generic CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Associated Types

type Rep CreateFilter :: Type -> Type #

NFData CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Methods

rnf :: CreateFilter -> () #

Hashable CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

ToJSON CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

AWSRequest CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Associated Types

type AWSResponse CreateFilter #

ToHeaders CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

ToPath CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

ToQuery CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

type Rep CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

type Rep CreateFilter = D1 ('MetaData "CreateFilter" "Amazonka.Personalize.CreateFilter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filterExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))
type AWSResponse CreateFilter Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

newCreateFilter Source #

Create a value of CreateFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:CreateFilter', createFilter_name - The name of the filter to create.

$sel:datasetGroupArn:CreateFilter', createFilter_datasetGroupArn - The ARN of the dataset group that the filter will belong to.

$sel:filterExpression:CreateFilter', createFilter_filterExpression - 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.

data CreateFilterResponse Source #

See: newCreateFilterResponse smart constructor.

Instances

Instances details
Eq CreateFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Read CreateFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Show CreateFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Generic CreateFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Associated Types

type Rep CreateFilterResponse :: Type -> Type #

NFData CreateFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

Methods

rnf :: CreateFilterResponse -> () #

type Rep CreateFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateFilter

type Rep CreateFilterResponse = D1 ('MetaData "CreateFilterResponse" "Amazonka.Personalize.CreateFilter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateFilterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateFilterResponse Source #

Create a value of CreateFilterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filterArn:CreateFilterResponse', createFilterResponse_filterArn - The ARN of the new filter.

$sel:httpStatus:CreateFilterResponse', createFilterResponse_httpStatus - The response's http status code.

CreateDatasetImportJob

data CreateDatasetImportJob Source #

See: newCreateDatasetImportJob smart constructor.

Instances

Instances details
Eq CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Read CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Show CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Generic CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Associated Types

type Rep CreateDatasetImportJob :: Type -> Type #

NFData CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Methods

rnf :: CreateDatasetImportJob -> () #

Hashable CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

ToJSON CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

AWSRequest CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Associated Types

type AWSResponse CreateDatasetImportJob #

ToHeaders CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

ToPath CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

ToQuery CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

type Rep CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

type Rep CreateDatasetImportJob = D1 ('MetaData "CreateDatasetImportJob" "Amazonka.Personalize.CreateDatasetImportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetImportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSource) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

newCreateDatasetImportJob Source #

Create a value of CreateDatasetImportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jobName:CreateDatasetImportJob', createDatasetImportJob_jobName - The name for the dataset import job.

$sel:datasetArn:CreateDatasetImportJob', createDatasetImportJob_datasetArn - The ARN of the dataset that receives the imported data.

$sel:dataSource:CreateDatasetImportJob', createDatasetImportJob_dataSource - The Amazon S3 bucket that contains the training data to import.

$sel:roleArn:CreateDatasetImportJob', createDatasetImportJob_roleArn - The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

data CreateDatasetImportJobResponse Source #

See: newCreateDatasetImportJobResponse smart constructor.

Instances

Instances details
Eq CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Read CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Show CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Generic CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

Associated Types

type Rep CreateDatasetImportJobResponse :: Type -> Type #

NFData CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

type Rep CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetImportJob

type Rep CreateDatasetImportJobResponse = D1 ('MetaData "CreateDatasetImportJobResponse" "Amazonka.Personalize.CreateDatasetImportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetImportJobResponse Source #

Create a value of CreateDatasetImportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetImportJobArn:CreateDatasetImportJobResponse', createDatasetImportJobResponse_datasetImportJobArn - The ARN of the dataset import job.

$sel:httpStatus:CreateDatasetImportJobResponse', createDatasetImportJobResponse_httpStatus - The response's http status code.

DescribeSolution

data DescribeSolution Source #

See: newDescribeSolution smart constructor.

Constructors

DescribeSolution' Text 

Instances

Instances details
Eq DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Read DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Show DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Generic DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Associated Types

type Rep DescribeSolution :: Type -> Type #

NFData DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Methods

rnf :: DescribeSolution -> () #

Hashable DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

ToJSON DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

AWSRequest DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Associated Types

type AWSResponse DescribeSolution #

ToHeaders DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

ToPath DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

ToQuery DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

type Rep DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

type Rep DescribeSolution = D1 ('MetaData "DescribeSolution" "Amazonka.Personalize.DescribeSolution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeSolution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSolution Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

newDescribeSolution Source #

Create a value of DescribeSolution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:DescribeSolution', describeSolution_solutionArn - The Amazon Resource Name (ARN) of the solution to describe.

data DescribeSolutionResponse Source #

See: newDescribeSolutionResponse smart constructor.

Instances

Instances details
Eq DescribeSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Read DescribeSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Show DescribeSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Generic DescribeSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

Associated Types

type Rep DescribeSolutionResponse :: Type -> Type #

NFData DescribeSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

type Rep DescribeSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolution

type Rep DescribeSolutionResponse = D1 ('MetaData "DescribeSolutionResponse" "Amazonka.Personalize.DescribeSolution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeSolutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Solution)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeSolutionResponse Source #

Create a value of DescribeSolutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solution:DescribeSolutionResponse', describeSolutionResponse_solution - An object that describes the solution.

$sel:httpStatus:DescribeSolutionResponse', describeSolutionResponse_httpStatus - The response's http status code.

DescribeDatasetExportJob

data DescribeDatasetExportJob Source #

See: newDescribeDatasetExportJob smart constructor.

Instances

Instances details
Eq DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Read DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Show DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Generic DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Associated Types

type Rep DescribeDatasetExportJob :: Type -> Type #

NFData DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Hashable DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

ToJSON DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

AWSRequest DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

ToHeaders DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

ToPath DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

ToQuery DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

type Rep DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

type Rep DescribeDatasetExportJob = D1 ('MetaData "DescribeDatasetExportJob" "Amazonka.Personalize.DescribeDatasetExportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

newDescribeDatasetExportJob Source #

Create a value of DescribeDatasetExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetExportJobArn:DescribeDatasetExportJob', describeDatasetExportJob_datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job to describe.

data DescribeDatasetExportJobResponse Source #

See: newDescribeDatasetExportJobResponse smart constructor.

Instances

Instances details
Eq DescribeDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Read DescribeDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Show DescribeDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Generic DescribeDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

Associated Types

type Rep DescribeDatasetExportJobResponse :: Type -> Type #

NFData DescribeDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

type Rep DescribeDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetExportJob

type Rep DescribeDatasetExportJobResponse = D1 ('MetaData "DescribeDatasetExportJobResponse" "Amazonka.Personalize.DescribeDatasetExportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetExportJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetExportJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDatasetExportJobResponse Source #

Create a value of DescribeDatasetExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetExportJob:DescribeDatasetExportJobResponse', describeDatasetExportJobResponse_datasetExportJob - 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

$sel:httpStatus:DescribeDatasetExportJobResponse', describeDatasetExportJobResponse_httpStatus - The response's http status code.

DeleteCampaign

data DeleteCampaign Source #

See: newDeleteCampaign smart constructor.

Constructors

DeleteCampaign' Text 

Instances

Instances details
Eq DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Read DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Show DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Generic DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Associated Types

type Rep DeleteCampaign :: Type -> Type #

NFData DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Methods

rnf :: DeleteCampaign -> () #

Hashable DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

ToJSON DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

AWSRequest DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Associated Types

type AWSResponse DeleteCampaign #

ToHeaders DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

ToPath DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

ToQuery DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

type Rep DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

type Rep DeleteCampaign = D1 ('MetaData "DeleteCampaign" "Amazonka.Personalize.DeleteCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteCampaign'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaignArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

newDeleteCampaign Source #

Create a value of DeleteCampaign with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaignArn:DeleteCampaign', deleteCampaign_campaignArn - The Amazon Resource Name (ARN) of the campaign to delete.

data DeleteCampaignResponse Source #

See: newDeleteCampaignResponse smart constructor.

Instances

Instances details
Eq DeleteCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Read DeleteCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Show DeleteCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Generic DeleteCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Associated Types

type Rep DeleteCampaignResponse :: Type -> Type #

NFData DeleteCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

Methods

rnf :: DeleteCampaignResponse -> () #

type Rep DeleteCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteCampaign

type Rep DeleteCampaignResponse = D1 ('MetaData "DeleteCampaignResponse" "Amazonka.Personalize.DeleteCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteCampaignResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCampaignResponse :: DeleteCampaignResponse Source #

Create a value of DeleteCampaignResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateCampaign

data UpdateCampaign Source #

See: newUpdateCampaign smart constructor.

Instances

Instances details
Eq UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Read UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Show UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Generic UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Associated Types

type Rep UpdateCampaign :: Type -> Type #

NFData UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Methods

rnf :: UpdateCampaign -> () #

Hashable UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

ToJSON UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

AWSRequest UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Associated Types

type AWSResponse UpdateCampaign #

ToHeaders UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

ToPath UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

ToQuery UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

type Rep UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

type Rep UpdateCampaign = D1 ('MetaData "UpdateCampaign" "Amazonka.Personalize.UpdateCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "UpdateCampaign'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "campaignConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CampaignConfig)) :*: S1 ('MetaSel ('Just "minProvisionedTPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "campaignArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

newUpdateCampaign Source #

Create a value of UpdateCampaign with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaignConfig:UpdateCampaign', updateCampaign_campaignConfig - The configuration details of a campaign.

$sel:minProvisionedTPS:UpdateCampaign', updateCampaign_minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

$sel:solutionVersionArn:UpdateCampaign', updateCampaign_solutionVersionArn - The ARN of a new solution version to deploy.

$sel:campaignArn:UpdateCampaign', updateCampaign_campaignArn - The Amazon Resource Name (ARN) of the campaign.

data UpdateCampaignResponse Source #

See: newUpdateCampaignResponse smart constructor.

Instances

Instances details
Eq UpdateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Read UpdateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Show UpdateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Generic UpdateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Associated Types

type Rep UpdateCampaignResponse :: Type -> Type #

NFData UpdateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

Methods

rnf :: UpdateCampaignResponse -> () #

type Rep UpdateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.UpdateCampaign

type Rep UpdateCampaignResponse = D1 ('MetaData "UpdateCampaignResponse" "Amazonka.Personalize.UpdateCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "UpdateCampaignResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaignArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateCampaignResponse Source #

Create a value of UpdateCampaignResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaignArn:UpdateCampaign', updateCampaignResponse_campaignArn - The same campaign ARN as given in the request.

$sel:httpStatus:UpdateCampaignResponse', updateCampaignResponse_httpStatus - The response's http status code.

ListCampaigns (Paginated)

data ListCampaigns Source #

See: newListCampaigns smart constructor.

Instances

Instances details
Eq ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Read ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Show ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Generic ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Associated Types

type Rep ListCampaigns :: Type -> Type #

NFData ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Methods

rnf :: ListCampaigns -> () #

Hashable ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

ToJSON ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

AWSPager ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

AWSRequest ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Associated Types

type AWSResponse ListCampaigns #

ToHeaders ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

ToPath ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

ToQuery ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

type Rep ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

type Rep ListCampaigns = D1 ('MetaData "ListCampaigns" "Amazonka.Personalize.ListCampaigns" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListCampaigns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListCampaigns Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

newListCampaigns :: ListCampaigns Source #

Create a value of ListCampaigns with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:ListCampaigns', listCampaigns_solutionArn - 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.

$sel:nextToken:ListCampaigns', listCampaigns_nextToken - A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).

$sel:maxResults:ListCampaigns', listCampaigns_maxResults - The maximum number of campaigns to return.

data ListCampaignsResponse Source #

See: newListCampaignsResponse smart constructor.

Instances

Instances details
Eq ListCampaignsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Read ListCampaignsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Show ListCampaignsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Generic ListCampaignsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Associated Types

type Rep ListCampaignsResponse :: Type -> Type #

NFData ListCampaignsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

Methods

rnf :: ListCampaignsResponse -> () #

type Rep ListCampaignsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListCampaigns

type Rep ListCampaignsResponse = D1 ('MetaData "ListCampaignsResponse" "Amazonka.Personalize.ListCampaigns" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListCampaignsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaigns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CampaignSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCampaignsResponse Source #

Create a value of ListCampaignsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaigns:ListCampaignsResponse', listCampaignsResponse_campaigns - A list of the campaigns.

$sel:nextToken:ListCampaigns', listCampaignsResponse_nextToken - A token for getting the next set of campaigns (if they exist).

$sel:httpStatus:ListCampaignsResponse', listCampaignsResponse_httpStatus - The response's http status code.

DescribeDataset

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' Text 

Instances

Instances details
Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

ToJSON DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Associated Types

type AWSResponse DescribeDataset #

ToHeaders DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

ToPath DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

ToQuery DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

type Rep DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

type Rep DescribeDataset = D1 ('MetaData "DescribeDataset" "Amazonka.Personalize.DescribeDataset" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDataset Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

newDescribeDataset Source #

Create a value of DescribeDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetArn:DescribeDataset', describeDataset_datasetArn - The Amazon Resource Name (ARN) of the dataset to describe.

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Instances

Instances details
Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.Personalize.DescribeDataset" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Dataset)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDatasetResponse Source #

Create a value of DescribeDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataset:DescribeDatasetResponse', describeDatasetResponse_dataset - A listing of the dataset's properties.

$sel:httpStatus:DescribeDatasetResponse', describeDatasetResponse_httpStatus - The response's http status code.

CreateSolutionVersion

data CreateSolutionVersion Source #

See: newCreateSolutionVersion smart constructor.

Instances

Instances details
Eq CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Read CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Show CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Generic CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Associated Types

type Rep CreateSolutionVersion :: Type -> Type #

NFData CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Methods

rnf :: CreateSolutionVersion -> () #

Hashable CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

ToJSON CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

AWSRequest CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Associated Types

type AWSResponse CreateSolutionVersion #

ToHeaders CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

ToPath CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

ToQuery CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

type Rep CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

type Rep CreateSolutionVersion = D1 ('MetaData "CreateSolutionVersion" "Amazonka.Personalize.CreateSolutionVersion" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateSolutionVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trainingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingMode)) :*: S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

newCreateSolutionVersion Source #

Create a value of CreateSolutionVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:trainingMode:CreateSolutionVersion', createSolutionVersion_trainingMode - 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.

$sel:solutionArn:CreateSolutionVersion', createSolutionVersion_solutionArn - The Amazon Resource Name (ARN) of the solution containing the training configuration information.

data CreateSolutionVersionResponse Source #

See: newCreateSolutionVersionResponse smart constructor.

Instances

Instances details
Eq CreateSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Read CreateSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Show CreateSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Generic CreateSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

Associated Types

type Rep CreateSolutionVersionResponse :: Type -> Type #

NFData CreateSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

type Rep CreateSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolutionVersion

type Rep CreateSolutionVersionResponse = D1 ('MetaData "CreateSolutionVersionResponse" "Amazonka.Personalize.CreateSolutionVersion" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateSolutionVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSolutionVersionResponse Source #

Create a value of CreateSolutionVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionVersionArn:CreateSolutionVersionResponse', createSolutionVersionResponse_solutionVersionArn - The ARN of the new solution version.

$sel:httpStatus:CreateSolutionVersionResponse', createSolutionVersionResponse_httpStatus - The response's http status code.

StopSolutionVersionCreation

data StopSolutionVersionCreation Source #

See: newStopSolutionVersionCreation smart constructor.

Instances

Instances details
Eq StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Read StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Show StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Generic StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Associated Types

type Rep StopSolutionVersionCreation :: Type -> Type #

NFData StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Hashable StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToJSON StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

AWSRequest StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToHeaders StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToPath StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToQuery StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreation = D1 ('MetaData "StopSolutionVersionCreation" "Amazonka.Personalize.StopSolutionVersionCreation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "StopSolutionVersionCreation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

newStopSolutionVersionCreation Source #

Create a value of StopSolutionVersionCreation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionVersionArn:StopSolutionVersionCreation', stopSolutionVersionCreation_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version you want to stop creating.

data StopSolutionVersionCreationResponse Source #

Instances

Instances details
Eq StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Read StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Show StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Generic StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

NFData StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreationResponse = D1 ('MetaData "StopSolutionVersionCreationResponse" "Amazonka.Personalize.StopSolutionVersionCreation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "StopSolutionVersionCreationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopSolutionVersionCreationResponse :: StopSolutionVersionCreationResponse Source #

Create a value of StopSolutionVersionCreationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

CreateCampaign

data CreateCampaign Source #

See: newCreateCampaign smart constructor.

Instances

Instances details
Eq CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Read CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Show CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Generic CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Associated Types

type Rep CreateCampaign :: Type -> Type #

NFData CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Methods

rnf :: CreateCampaign -> () #

Hashable CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

ToJSON CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

AWSRequest CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Associated Types

type AWSResponse CreateCampaign #

ToHeaders CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

ToPath CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

ToQuery CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

type Rep CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

type Rep CreateCampaign = D1 ('MetaData "CreateCampaign" "Amazonka.Personalize.CreateCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateCampaign'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "campaignConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CampaignConfig)) :*: S1 ('MetaSel ('Just "minProvisionedTPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateCampaign Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

newCreateCampaign Source #

Create a value of CreateCampaign with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaignConfig:CreateCampaign', createCampaign_campaignConfig - The configuration details of a campaign.

$sel:minProvisionedTPS:CreateCampaign', createCampaign_minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

$sel:name:CreateCampaign', createCampaign_name - A name for the new campaign. The campaign name must be unique within your account.

$sel:solutionVersionArn:CreateCampaign', createCampaign_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version to deploy.

data CreateCampaignResponse Source #

See: newCreateCampaignResponse smart constructor.

Instances

Instances details
Eq CreateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Read CreateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Show CreateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Generic CreateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Associated Types

type Rep CreateCampaignResponse :: Type -> Type #

NFData CreateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

Methods

rnf :: CreateCampaignResponse -> () #

type Rep CreateCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateCampaign

type Rep CreateCampaignResponse = D1 ('MetaData "CreateCampaignResponse" "Amazonka.Personalize.CreateCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateCampaignResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaignArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateCampaignResponse Source #

Create a value of CreateCampaignResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaignArn:CreateCampaignResponse', createCampaignResponse_campaignArn - The Amazon Resource Name (ARN) of the campaign.

$sel:httpStatus:CreateCampaignResponse', createCampaignResponse_httpStatus - The response's http status code.

DescribeFilter

data DescribeFilter Source #

See: newDescribeFilter smart constructor.

Constructors

DescribeFilter' Text 

Instances

Instances details
Eq DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Read DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Show DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Generic DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Associated Types

type Rep DescribeFilter :: Type -> Type #

NFData DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Methods

rnf :: DescribeFilter -> () #

Hashable DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

ToJSON DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

AWSRequest DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Associated Types

type AWSResponse DescribeFilter #

ToHeaders DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

ToPath DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

ToQuery DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

type Rep DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

type Rep DescribeFilter = D1 ('MetaData "DescribeFilter" "Amazonka.Personalize.DescribeFilter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFilter Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

newDescribeFilter Source #

Create a value of DescribeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filterArn:DescribeFilter', describeFilter_filterArn - The ARN of the filter to describe.

data DescribeFilterResponse Source #

See: newDescribeFilterResponse smart constructor.

Instances

Instances details
Eq DescribeFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Show DescribeFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Generic DescribeFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Associated Types

type Rep DescribeFilterResponse :: Type -> Type #

NFData DescribeFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

Methods

rnf :: DescribeFilterResponse -> () #

type Rep DescribeFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFilter

type Rep DescribeFilterResponse = D1 ('MetaData "DescribeFilterResponse" "Amazonka.Personalize.DescribeFilter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeFilterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Filter)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeFilterResponse Source #

Create a value of DescribeFilterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filter':DescribeFilterResponse', describeFilterResponse_filter - The filter's details.

$sel:httpStatus:DescribeFilterResponse', describeFilterResponse_httpStatus - The response's http status code.

ListEventTrackers (Paginated)

data ListEventTrackers Source #

See: newListEventTrackers smart constructor.

Instances

Instances details
Eq ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Read ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Show ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Generic ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Associated Types

type Rep ListEventTrackers :: Type -> Type #

NFData ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Methods

rnf :: ListEventTrackers -> () #

Hashable ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

ToJSON ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

AWSPager ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

AWSRequest ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Associated Types

type AWSResponse ListEventTrackers #

ToHeaders ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

ToPath ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

ToQuery ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

type Rep ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

type Rep ListEventTrackers = D1 ('MetaData "ListEventTrackers" "Amazonka.Personalize.ListEventTrackers" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListEventTrackers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListEventTrackers Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

newListEventTrackers :: ListEventTrackers Source #

Create a value of ListEventTrackers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListEventTrackers', listEventTrackers_nextToken - A token returned from the previous call to ListEventTrackers for getting the next set of event trackers (if they exist).

$sel:datasetGroupArn:ListEventTrackers', listEventTrackers_datasetGroupArn - The ARN of a dataset group used to filter the response.

$sel:maxResults:ListEventTrackers', listEventTrackers_maxResults - The maximum number of event trackers to return.

data ListEventTrackersResponse Source #

See: newListEventTrackersResponse smart constructor.

Instances

Instances details
Eq ListEventTrackersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Read ListEventTrackersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Show ListEventTrackersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Generic ListEventTrackersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

Associated Types

type Rep ListEventTrackersResponse :: Type -> Type #

NFData ListEventTrackersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

type Rep ListEventTrackersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListEventTrackers

type Rep ListEventTrackersResponse = D1 ('MetaData "ListEventTrackersResponse" "Amazonka.Personalize.ListEventTrackers" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListEventTrackersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventTrackers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventTrackerSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventTrackersResponse Source #

Create a value of ListEventTrackersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventTrackers:ListEventTrackersResponse', listEventTrackersResponse_eventTrackers - A list of event trackers.

$sel:nextToken:ListEventTrackers', listEventTrackersResponse_nextToken - A token for getting the next set of event trackers (if they exist).

$sel:httpStatus:ListEventTrackersResponse', listEventTrackersResponse_httpStatus - The response's http status code.

CreateDatasetExportJob

data CreateDatasetExportJob Source #

See: newCreateDatasetExportJob smart constructor.

Instances

Instances details
Eq CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Read CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Show CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Generic CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Associated Types

type Rep CreateDatasetExportJob :: Type -> Type #

NFData CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Methods

rnf :: CreateDatasetExportJob -> () #

Hashable CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

ToJSON CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

AWSRequest CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Associated Types

type AWSResponse CreateDatasetExportJob #

ToHeaders CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

ToPath CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

ToQuery CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

type Rep CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

type Rep CreateDatasetExportJob = D1 ('MetaData "CreateDatasetExportJob" "Amazonka.Personalize.CreateDatasetExportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetExportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ingestionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionMode)) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatasetExportJobOutput)))))
type AWSResponse CreateDatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

newCreateDatasetExportJob Source #

Create a value of CreateDatasetExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ingestionMode:CreateDatasetExportJob', createDatasetExportJob_ingestionMode - 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.

$sel:jobName:CreateDatasetExportJob', createDatasetExportJob_jobName - The name for the dataset export job.

$sel:datasetArn:CreateDatasetExportJob', createDatasetExportJob_datasetArn - The Amazon Resource Name (ARN) of the dataset that contains the data to export.

$sel:roleArn:CreateDatasetExportJob', createDatasetExportJob_roleArn - The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.

$sel:jobOutput:CreateDatasetExportJob', createDatasetExportJob_jobOutput - The path to the Amazon S3 bucket where the job's output is stored.

data CreateDatasetExportJobResponse Source #

See: newCreateDatasetExportJobResponse smart constructor.

Instances

Instances details
Eq CreateDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Read CreateDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Show CreateDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Generic CreateDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

Associated Types

type Rep CreateDatasetExportJobResponse :: Type -> Type #

NFData CreateDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

type Rep CreateDatasetExportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetExportJob

type Rep CreateDatasetExportJobResponse = D1 ('MetaData "CreateDatasetExportJobResponse" "Amazonka.Personalize.CreateDatasetExportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetExportJobResponse Source #

Create a value of CreateDatasetExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetExportJobArn:CreateDatasetExportJobResponse', createDatasetExportJobResponse_datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.

$sel:httpStatus:CreateDatasetExportJobResponse', createDatasetExportJobResponse_httpStatus - The response's http status code.

CreateSolution

data CreateSolution Source #

See: newCreateSolution smart constructor.

Instances

Instances details
Eq CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Read CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Show CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Generic CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Associated Types

type Rep CreateSolution :: Type -> Type #

NFData CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Methods

rnf :: CreateSolution -> () #

Hashable CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

ToJSON CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

AWSRequest CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Associated Types

type AWSResponse CreateSolution #

ToHeaders CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

ToPath CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

ToQuery CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

type Rep CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

type Rep CreateSolution = D1 ('MetaData "CreateSolution" "Amazonka.Personalize.CreateSolution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateSolution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "performAutoML") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "recipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "solutionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SolutionConfig)) :*: S1 ('MetaSel ('Just "performHPO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateSolution Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

newCreateSolution Source #

Create a value of CreateSolution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:performAutoML:CreateSolution', createSolution_performAutoML - 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.

$sel:recipeArn:CreateSolution', createSolution_recipeArn - The ARN of the recipe to use for model training. Only specified when performAutoML is false.

$sel:eventType:CreateSolution', createSolution_eventType - 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.

$sel:solutionConfig:CreateSolution', createSolution_solutionConfig - 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.

$sel:performHPO:CreateSolution', createSolution_performHPO - 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.

$sel:name:CreateSolution', createSolution_name - The name for the solution.

$sel:datasetGroupArn:CreateSolution', createSolution_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that provides the training data.

data CreateSolutionResponse Source #

See: newCreateSolutionResponse smart constructor.

Instances

Instances details
Eq CreateSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Read CreateSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Show CreateSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Generic CreateSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Associated Types

type Rep CreateSolutionResponse :: Type -> Type #

NFData CreateSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

Methods

rnf :: CreateSolutionResponse -> () #

type Rep CreateSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSolution

type Rep CreateSolutionResponse = D1 ('MetaData "CreateSolutionResponse" "Amazonka.Personalize.CreateSolution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateSolutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSolutionResponse Source #

Create a value of CreateSolutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:CreateSolutionResponse', createSolutionResponse_solutionArn - The ARN of the solution.

$sel:httpStatus:CreateSolutionResponse', createSolutionResponse_httpStatus - The response's http status code.

DeleteEventTracker

data DeleteEventTracker Source #

See: newDeleteEventTracker smart constructor.

Instances

Instances details
Eq DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Read DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Show DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Generic DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Associated Types

type Rep DeleteEventTracker :: Type -> Type #

NFData DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Methods

rnf :: DeleteEventTracker -> () #

Hashable DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

ToJSON DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

AWSRequest DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Associated Types

type AWSResponse DeleteEventTracker #

ToHeaders DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

ToPath DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

ToQuery DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

type Rep DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

type Rep DeleteEventTracker = D1 ('MetaData "DeleteEventTracker" "Amazonka.Personalize.DeleteEventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteEventTracker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventTrackerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

newDeleteEventTracker Source #

Create a value of DeleteEventTracker with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventTrackerArn:DeleteEventTracker', deleteEventTracker_eventTrackerArn - The Amazon Resource Name (ARN) of the event tracker to delete.

data DeleteEventTrackerResponse Source #

See: newDeleteEventTrackerResponse smart constructor.

Instances

Instances details
Eq DeleteEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Read DeleteEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Show DeleteEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Generic DeleteEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

Associated Types

type Rep DeleteEventTrackerResponse :: Type -> Type #

NFData DeleteEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

type Rep DeleteEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteEventTracker

type Rep DeleteEventTrackerResponse = D1 ('MetaData "DeleteEventTrackerResponse" "Amazonka.Personalize.DeleteEventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteEventTrackerResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEventTrackerResponse :: DeleteEventTrackerResponse Source #

Create a value of DeleteEventTrackerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeDatasetImportJob

data DescribeDatasetImportJob Source #

See: newDescribeDatasetImportJob smart constructor.

Instances

Instances details
Eq DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Read DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Show DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Generic DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Associated Types

type Rep DescribeDatasetImportJob :: Type -> Type #

NFData DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Hashable DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

ToJSON DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

AWSRequest DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

ToHeaders DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

ToPath DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

ToQuery DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

type Rep DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

type Rep DescribeDatasetImportJob = D1 ('MetaData "DescribeDatasetImportJob" "Amazonka.Personalize.DescribeDatasetImportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

newDescribeDatasetImportJob Source #

Create a value of DescribeDatasetImportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetImportJobArn:DescribeDatasetImportJob', describeDatasetImportJob_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job to describe.

data DescribeDatasetImportJobResponse Source #

See: newDescribeDatasetImportJobResponse smart constructor.

Instances

Instances details
Eq DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Read DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Show DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Generic DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

Associated Types

type Rep DescribeDatasetImportJobResponse :: Type -> Type #

NFData DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

type Rep DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetImportJob

type Rep DescribeDatasetImportJobResponse = D1 ('MetaData "DescribeDatasetImportJobResponse" "Amazonka.Personalize.DescribeDatasetImportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetImportJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDatasetImportJobResponse Source #

Create a value of DescribeDatasetImportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetImportJob:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_datasetImportJob - 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

$sel:httpStatus:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_httpStatus - The response's http status code.

ListSchemas (Paginated)

data ListSchemas Source #

See: newListSchemas smart constructor.

Constructors

ListSchemas' (Maybe Text) (Maybe Natural) 

Instances

Instances details
Eq ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Read ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Show ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Generic ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type Rep ListSchemas :: Type -> Type #

NFData ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

rnf :: ListSchemas -> () #

Hashable ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

ToJSON ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

AWSPager ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

AWSRequest ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type AWSResponse ListSchemas #

ToHeaders ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

toHeaders :: ListSchemas -> [Header] #

ToPath ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

ToQuery ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

type Rep ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

type Rep ListSchemas = D1 ('MetaData "ListSchemas" "Amazonka.Personalize.ListSchemas" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListSchemas'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

newListSchemas :: ListSchemas Source #

Create a value of ListSchemas with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListSchemas', listSchemas_nextToken - A token returned from the previous call to ListSchemas for getting the next set of schemas (if they exist).

$sel:maxResults:ListSchemas', listSchemas_maxResults - The maximum number of schemas to return.

data ListSchemasResponse Source #

See: newListSchemasResponse smart constructor.

Instances

Instances details
Eq ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Read ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Show ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Generic ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type Rep ListSchemasResponse :: Type -> Type #

NFData ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

rnf :: ListSchemasResponse -> () #

type Rep ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

type Rep ListSchemasResponse = D1 ('MetaData "ListSchemasResponse" "Amazonka.Personalize.ListSchemas" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSchemaSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSchemasResponse Source #

Create a value of ListSchemasResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemas:ListSchemasResponse', listSchemasResponse_schemas - A list of schemas.

$sel:nextToken:ListSchemas', listSchemasResponse_nextToken - A token used to get the next set of schemas (if they exist).

$sel:httpStatus:ListSchemasResponse', listSchemasResponse_httpStatus - The response's http status code.

CreateEventTracker

data CreateEventTracker Source #

See: newCreateEventTracker smart constructor.

Instances

Instances details
Eq CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Read CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Show CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Generic CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Associated Types

type Rep CreateEventTracker :: Type -> Type #

NFData CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Methods

rnf :: CreateEventTracker -> () #

Hashable CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

ToJSON CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

AWSRequest CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Associated Types

type AWSResponse CreateEventTracker #

ToHeaders CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

ToPath CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

ToQuery CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

type Rep CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

type Rep CreateEventTracker = D1 ('MetaData "CreateEventTracker" "Amazonka.Personalize.CreateEventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateEventTracker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

newCreateEventTracker Source #

Create a value of CreateEventTracker with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:CreateEventTracker', createEventTracker_name - The name for the event tracker.

$sel:datasetGroupArn:CreateEventTracker', createEventTracker_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.

data CreateEventTrackerResponse Source #

See: newCreateEventTrackerResponse smart constructor.

Instances

Instances details
Eq CreateEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Read CreateEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Show CreateEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Generic CreateEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

Associated Types

type Rep CreateEventTrackerResponse :: Type -> Type #

NFData CreateEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

type Rep CreateEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateEventTracker

type Rep CreateEventTrackerResponse = D1 ('MetaData "CreateEventTrackerResponse" "Amazonka.Personalize.CreateEventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateEventTrackerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trackingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventTrackerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateEventTrackerResponse Source #

Create a value of CreateEventTrackerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:trackingId:CreateEventTrackerResponse', createEventTrackerResponse_trackingId - The ID of the event tracker. Include this ID in requests to the PutEvents API.

$sel:eventTrackerArn:CreateEventTrackerResponse', createEventTrackerResponse_eventTrackerArn - The ARN of the event tracker.

$sel:httpStatus:CreateEventTrackerResponse', createEventTrackerResponse_httpStatus - The response's http status code.

DeleteSolution

data DeleteSolution Source #

See: newDeleteSolution smart constructor.

Constructors

DeleteSolution' Text 

Instances

Instances details
Eq DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Read DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Show DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Generic DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Associated Types

type Rep DeleteSolution :: Type -> Type #

NFData DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Methods

rnf :: DeleteSolution -> () #

Hashable DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

ToJSON DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

AWSRequest DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Associated Types

type AWSResponse DeleteSolution #

ToHeaders DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

ToPath DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

ToQuery DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

type Rep DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

type Rep DeleteSolution = D1 ('MetaData "DeleteSolution" "Amazonka.Personalize.DeleteSolution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteSolution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSolution Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

newDeleteSolution Source #

Create a value of DeleteSolution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:DeleteSolution', deleteSolution_solutionArn - The ARN of the solution to delete.

data DeleteSolutionResponse Source #

See: newDeleteSolutionResponse smart constructor.

Instances

Instances details
Eq DeleteSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Read DeleteSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Show DeleteSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Generic DeleteSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Associated Types

type Rep DeleteSolutionResponse :: Type -> Type #

NFData DeleteSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

Methods

rnf :: DeleteSolutionResponse -> () #

type Rep DeleteSolutionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSolution

type Rep DeleteSolutionResponse = D1 ('MetaData "DeleteSolutionResponse" "Amazonka.Personalize.DeleteSolution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteSolutionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSolutionResponse :: DeleteSolutionResponse Source #

Create a value of DeleteSolutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeCampaign

data DescribeCampaign Source #

See: newDescribeCampaign smart constructor.

Constructors

DescribeCampaign' Text 

Instances

Instances details
Eq DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Read DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Show DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Generic DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Associated Types

type Rep DescribeCampaign :: Type -> Type #

NFData DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Methods

rnf :: DescribeCampaign -> () #

Hashable DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

ToJSON DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

AWSRequest DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Associated Types

type AWSResponse DescribeCampaign #

ToHeaders DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

ToPath DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

ToQuery DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

type Rep DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

type Rep DescribeCampaign = D1 ('MetaData "DescribeCampaign" "Amazonka.Personalize.DescribeCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeCampaign'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaignArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeCampaign Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

newDescribeCampaign Source #

Create a value of DescribeCampaign with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaignArn:DescribeCampaign', describeCampaign_campaignArn - The Amazon Resource Name (ARN) of the campaign.

data DescribeCampaignResponse Source #

See: newDescribeCampaignResponse smart constructor.

Instances

Instances details
Eq DescribeCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Read DescribeCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Show DescribeCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Generic DescribeCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

Associated Types

type Rep DescribeCampaignResponse :: Type -> Type #

NFData DescribeCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

type Rep DescribeCampaignResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeCampaign

type Rep DescribeCampaignResponse = D1 ('MetaData "DescribeCampaignResponse" "Amazonka.Personalize.DescribeCampaign" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeCampaignResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaign") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Campaign)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeCampaignResponse Source #

Create a value of DescribeCampaignResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:campaign:DescribeCampaignResponse', describeCampaignResponse_campaign - The properties of the campaign.

$sel:httpStatus:DescribeCampaignResponse', describeCampaignResponse_httpStatus - The response's http status code.

DeleteDataset

data DeleteDataset Source #

See: newDeleteDataset smart constructor.

Constructors

DeleteDataset' Text 

Instances

Instances details
Eq DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Read DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Show DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Generic DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Associated Types

type Rep DeleteDataset :: Type -> Type #

NFData DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Methods

rnf :: DeleteDataset -> () #

Hashable DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

ToJSON DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

AWSRequest DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Associated Types

type AWSResponse DeleteDataset #

ToHeaders DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

ToPath DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

ToQuery DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

type Rep DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

type Rep DeleteDataset = D1 ('MetaData "DeleteDataset" "Amazonka.Personalize.DeleteDataset" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDataset Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

newDeleteDataset Source #

Create a value of DeleteDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetArn:DeleteDataset', deleteDataset_datasetArn - The Amazon Resource Name (ARN) of the dataset to delete.

data DeleteDatasetResponse Source #

See: newDeleteDatasetResponse smart constructor.

Instances

Instances details
Eq DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Read DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Show DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Generic DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Associated Types

type Rep DeleteDatasetResponse :: Type -> Type #

NFData DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

Methods

rnf :: DeleteDatasetResponse -> () #

type Rep DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDataset

type Rep DeleteDatasetResponse = D1 ('MetaData "DeleteDatasetResponse" "Amazonka.Personalize.DeleteDataset" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteDatasetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDatasetResponse :: DeleteDatasetResponse Source #

Create a value of DeleteDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

CreateDataset

data CreateDataset Source #

See: newCreateDataset smart constructor.

Instances

Instances details
Eq CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Read CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Show CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Generic CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Associated Types

type Rep CreateDataset :: Type -> Type #

NFData CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Methods

rnf :: CreateDataset -> () #

Hashable CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

ToJSON CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

AWSRequest CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Associated Types

type AWSResponse CreateDataset #

ToHeaders CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

ToPath CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

ToQuery CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

type Rep CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

type Rep CreateDataset = D1 ('MetaData "CreateDataset" "Amazonka.Personalize.CreateDataset" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDataset'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateDataset Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

newCreateDataset Source #

Create a value of CreateDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:CreateDataset', createDataset_name - The name for the dataset.

$sel:schemaArn:CreateDataset', createDataset_schemaArn - The ARN of the schema to associate with the dataset. The schema defines the dataset fields.

$sel:datasetGroupArn:CreateDataset', createDataset_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to add the dataset to.

$sel:datasetType:CreateDataset', createDataset_datasetType - The type of dataset.

One of the following (case insensitive) values:

  • Interactions
  • Items
  • Users

data CreateDatasetResponse Source #

See: newCreateDatasetResponse smart constructor.

Instances

Instances details
Eq CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Read CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Show CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Generic CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Associated Types

type Rep CreateDatasetResponse :: Type -> Type #

NFData CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

Methods

rnf :: CreateDatasetResponse -> () #

type Rep CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDataset

type Rep CreateDatasetResponse = D1 ('MetaData "CreateDatasetResponse" "Amazonka.Personalize.CreateDataset" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetResponse Source #

Create a value of CreateDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetArn:CreateDatasetResponse', createDatasetResponse_datasetArn - The ARN of the dataset.

$sel:httpStatus:CreateDatasetResponse', createDatasetResponse_httpStatus - The response's http status code.

DescribeSolutionVersion

data DescribeSolutionVersion Source #

See: newDescribeSolutionVersion smart constructor.

Instances

Instances details
Eq DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Read DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Show DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Generic DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Associated Types

type Rep DescribeSolutionVersion :: Type -> Type #

NFData DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Methods

rnf :: DescribeSolutionVersion -> () #

Hashable DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

ToJSON DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

AWSRequest DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

ToHeaders DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

ToPath DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

ToQuery DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

type Rep DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

type Rep DescribeSolutionVersion = D1 ('MetaData "DescribeSolutionVersion" "Amazonka.Personalize.DescribeSolutionVersion" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeSolutionVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

newDescribeSolutionVersion Source #

Create a value of DescribeSolutionVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionVersionArn:DescribeSolutionVersion', describeSolutionVersion_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version.

data DescribeSolutionVersionResponse Source #

See: newDescribeSolutionVersionResponse smart constructor.

Instances

Instances details
Eq DescribeSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Read DescribeSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Show DescribeSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Generic DescribeSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

Associated Types

type Rep DescribeSolutionVersionResponse :: Type -> Type #

NFData DescribeSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

type Rep DescribeSolutionVersionResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSolutionVersion

type Rep DescribeSolutionVersionResponse = D1 ('MetaData "DescribeSolutionVersionResponse" "Amazonka.Personalize.DescribeSolutionVersion" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeSolutionVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SolutionVersion)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeSolutionVersionResponse Source #

Create a value of DescribeSolutionVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionVersion:DescribeSolutionVersionResponse', describeSolutionVersionResponse_solutionVersion - The solution version.

$sel:httpStatus:DescribeSolutionVersionResponse', describeSolutionVersionResponse_httpStatus - The response's http status code.

DescribeEventTracker

data DescribeEventTracker Source #

See: newDescribeEventTracker smart constructor.

Instances

Instances details
Eq DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Read DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Show DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Generic DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Associated Types

type Rep DescribeEventTracker :: Type -> Type #

NFData DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Methods

rnf :: DescribeEventTracker -> () #

Hashable DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

ToJSON DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

AWSRequest DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Associated Types

type AWSResponse DescribeEventTracker #

ToHeaders DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

ToPath DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

ToQuery DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

type Rep DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

type Rep DescribeEventTracker = D1 ('MetaData "DescribeEventTracker" "Amazonka.Personalize.DescribeEventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeEventTracker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventTrackerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeEventTracker Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

newDescribeEventTracker Source #

Create a value of DescribeEventTracker with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventTrackerArn:DescribeEventTracker', describeEventTracker_eventTrackerArn - The Amazon Resource Name (ARN) of the event tracker to describe.

data DescribeEventTrackerResponse Source #

See: newDescribeEventTrackerResponse smart constructor.

Instances

Instances details
Eq DescribeEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Read DescribeEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Show DescribeEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Generic DescribeEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

Associated Types

type Rep DescribeEventTrackerResponse :: Type -> Type #

NFData DescribeEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

type Rep DescribeEventTrackerResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeEventTracker

type Rep DescribeEventTrackerResponse = D1 ('MetaData "DescribeEventTrackerResponse" "Amazonka.Personalize.DescribeEventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeEventTrackerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventTracker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventTracker)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeEventTrackerResponse Source #

Create a value of DescribeEventTrackerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventTracker:DescribeEventTrackerResponse', describeEventTrackerResponse_eventTracker - An object that describes the event tracker.

$sel:httpStatus:DescribeEventTrackerResponse', describeEventTrackerResponse_httpStatus - The response's http status code.

ListDatasetImportJobs (Paginated)

data ListDatasetImportJobs Source #

See: newListDatasetImportJobs smart constructor.

Instances

Instances details
Eq ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Read ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Show ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Generic ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Associated Types

type Rep ListDatasetImportJobs :: Type -> Type #

NFData ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Methods

rnf :: ListDatasetImportJobs -> () #

Hashable ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

ToJSON ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

AWSPager ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

AWSRequest ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Associated Types

type AWSResponse ListDatasetImportJobs #

ToHeaders ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

ToPath ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

ToQuery ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

type Rep ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

type Rep ListDatasetImportJobs = D1 ('MetaData "ListDatasetImportJobs" "Amazonka.Personalize.ListDatasetImportJobs" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetImportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

newListDatasetImportJobs :: ListDatasetImportJobs Source #

Create a value of ListDatasetImportJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetArn:ListDatasetImportJobs', listDatasetImportJobs_datasetArn - The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.

$sel:nextToken:ListDatasetImportJobs', listDatasetImportJobs_nextToken - A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).

$sel:maxResults:ListDatasetImportJobs', listDatasetImportJobs_maxResults - The maximum number of dataset import jobs to return.

data ListDatasetImportJobsResponse Source #

See: newListDatasetImportJobsResponse smart constructor.

Instances

Instances details
Eq ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Read ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Show ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Generic ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

Associated Types

type Rep ListDatasetImportJobsResponse :: Type -> Type #

NFData ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

type Rep ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetImportJobs

type Rep ListDatasetImportJobsResponse = D1 ('MetaData "ListDatasetImportJobsResponse" "Amazonka.Personalize.ListDatasetImportJobs" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetImportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetImportJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetImportJobsResponse Source #

Create a value of ListDatasetImportJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetImportJobs:ListDatasetImportJobsResponse', listDatasetImportJobsResponse_datasetImportJobs - The list of dataset import jobs.

$sel:nextToken:ListDatasetImportJobs', listDatasetImportJobsResponse_nextToken - A token for getting the next set of dataset import jobs (if they exist).

$sel:httpStatus:ListDatasetImportJobsResponse', listDatasetImportJobsResponse_httpStatus - The response's http status code.

DeleteFilter

data DeleteFilter Source #

See: newDeleteFilter smart constructor.

Constructors

DeleteFilter' Text 

Instances

Instances details
Eq DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Read DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Show DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Generic DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Associated Types

type Rep DeleteFilter :: Type -> Type #

NFData DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Methods

rnf :: DeleteFilter -> () #

Hashable DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

ToJSON DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

AWSRequest DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Associated Types

type AWSResponse DeleteFilter #

ToHeaders DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

ToPath DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

ToQuery DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

type Rep DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

type Rep DeleteFilter = D1 ('MetaData "DeleteFilter" "Amazonka.Personalize.DeleteFilter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFilter Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

newDeleteFilter Source #

Create a value of DeleteFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filterArn:DeleteFilter', deleteFilter_filterArn - The ARN of the filter to delete.

data DeleteFilterResponse Source #

See: newDeleteFilterResponse smart constructor.

Constructors

DeleteFilterResponse' 

Instances

Instances details
Eq DeleteFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Read DeleteFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Show DeleteFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Generic DeleteFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Associated Types

type Rep DeleteFilterResponse :: Type -> Type #

NFData DeleteFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

Methods

rnf :: DeleteFilterResponse -> () #

type Rep DeleteFilterResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteFilter

type Rep DeleteFilterResponse = D1 ('MetaData "DeleteFilterResponse" "Amazonka.Personalize.DeleteFilter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteFilterResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFilterResponse :: DeleteFilterResponse Source #

Create a value of DeleteFilterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListBatchInferenceJobs (Paginated)

data ListBatchInferenceJobs Source #

See: newListBatchInferenceJobs smart constructor.

Instances

Instances details
Eq ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Read ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Show ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Generic ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Associated Types

type Rep ListBatchInferenceJobs :: Type -> Type #

NFData ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Methods

rnf :: ListBatchInferenceJobs -> () #

Hashable ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

ToJSON ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

AWSPager ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

AWSRequest ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Associated Types

type AWSResponse ListBatchInferenceJobs #

ToHeaders ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

ToPath ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

ToQuery ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobs = D1 ('MetaData "ListBatchInferenceJobs" "Amazonka.Personalize.ListBatchInferenceJobs" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListBatchInferenceJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListBatchInferenceJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

newListBatchInferenceJobs :: ListBatchInferenceJobs Source #

Create a value of ListBatchInferenceJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListBatchInferenceJobs', listBatchInferenceJobs_nextToken - The token to request the next page of results.

$sel:maxResults:ListBatchInferenceJobs', listBatchInferenceJobs_maxResults - The maximum number of batch inference job results to return in each page. The default value is 100.

$sel:solutionVersionArn:ListBatchInferenceJobs', listBatchInferenceJobs_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.

data ListBatchInferenceJobsResponse Source #

See: newListBatchInferenceJobsResponse smart constructor.

Instances

Instances details
Eq ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Read ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Show ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Generic ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

Associated Types

type Rep ListBatchInferenceJobsResponse :: Type -> Type #

NFData ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListBatchInferenceJobs

type Rep ListBatchInferenceJobsResponse = D1 ('MetaData "ListBatchInferenceJobsResponse" "Amazonka.Personalize.ListBatchInferenceJobs" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListBatchInferenceJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchInferenceJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchInferenceJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBatchInferenceJobsResponse Source #

Create a value of ListBatchInferenceJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:batchInferenceJobs:ListBatchInferenceJobsResponse', listBatchInferenceJobsResponse_batchInferenceJobs - A list containing information on each job that is returned.

$sel:nextToken:ListBatchInferenceJobs', listBatchInferenceJobsResponse_nextToken - The token to use to retrieve the next page of results. The value is null when there are no more results to return.

$sel:httpStatus:ListBatchInferenceJobsResponse', listBatchInferenceJobsResponse_httpStatus - The response's http status code.

ListFilters (Paginated)

data ListFilters Source #

See: newListFilters smart constructor.

Instances

Instances details
Eq ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Read ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Show ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Generic ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Associated Types

type Rep ListFilters :: Type -> Type #

NFData ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Methods

rnf :: ListFilters -> () #

Hashable ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

ToJSON ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

AWSPager ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

AWSRequest ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Associated Types

type AWSResponse ListFilters #

ToHeaders ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Methods

toHeaders :: ListFilters -> [Header] #

ToPath ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

ToQuery ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

type Rep ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

type Rep ListFilters = D1 ('MetaData "ListFilters" "Amazonka.Personalize.ListFilters" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListFilters Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

newListFilters :: ListFilters Source #

Create a value of ListFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListFilters', listFilters_nextToken - A token returned from the previous call to ListFilters for getting the next set of filters (if they exist).

$sel:datasetGroupArn:ListFilters', listFilters_datasetGroupArn - The ARN of the dataset group that contains the filters.

$sel:maxResults:ListFilters', listFilters_maxResults - The maximum number of filters to return.

data ListFiltersResponse Source #

See: newListFiltersResponse smart constructor.

Instances

Instances details
Eq ListFiltersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Read ListFiltersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Show ListFiltersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Generic ListFiltersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Associated Types

type Rep ListFiltersResponse :: Type -> Type #

NFData ListFiltersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

Methods

rnf :: ListFiltersResponse -> () #

type Rep ListFiltersResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListFilters

type Rep ListFiltersResponse = D1 ('MetaData "ListFiltersResponse" "Amazonka.Personalize.ListFilters" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListFiltersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFiltersResponse Source #

Create a value of ListFiltersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListFiltersResponse', listFiltersResponse_filters - A list of returned filters.

$sel:nextToken:ListFilters', listFiltersResponse_nextToken - A token for getting the next set of filters (if they exist).

$sel:httpStatus:ListFiltersResponse', listFiltersResponse_httpStatus - The response's http status code.

DeleteDatasetGroup

data DeleteDatasetGroup Source #

See: newDeleteDatasetGroup smart constructor.

Instances

Instances details
Eq DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Read DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Show DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Generic DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Associated Types

type Rep DeleteDatasetGroup :: Type -> Type #

NFData DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Methods

rnf :: DeleteDatasetGroup -> () #

Hashable DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

ToJSON DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

AWSRequest DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Associated Types

type AWSResponse DeleteDatasetGroup #

ToHeaders DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

ToPath DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

ToQuery DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

type Rep DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

type Rep DeleteDatasetGroup = D1 ('MetaData "DeleteDatasetGroup" "Amazonka.Personalize.DeleteDatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteDatasetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

newDeleteDatasetGroup Source #

Create a value of DeleteDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetGroupArn:DeleteDatasetGroup', deleteDatasetGroup_datasetGroupArn - The ARN of the dataset group to delete.

data DeleteDatasetGroupResponse Source #

See: newDeleteDatasetGroupResponse smart constructor.

Instances

Instances details
Eq DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Read DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Show DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Generic DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

Associated Types

type Rep DeleteDatasetGroupResponse :: Type -> Type #

NFData DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

type Rep DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteDatasetGroup

type Rep DeleteDatasetGroupResponse = D1 ('MetaData "DeleteDatasetGroupResponse" "Amazonka.Personalize.DeleteDatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteDatasetGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDatasetGroupResponse :: DeleteDatasetGroupResponse Source #

Create a value of DeleteDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeSchema

data DescribeSchema Source #

See: newDescribeSchema smart constructor.

Constructors

DescribeSchema' Text 

Instances

Instances details
Eq DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Read DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Show DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Generic DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Associated Types

type Rep DescribeSchema :: Type -> Type #

NFData DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Methods

rnf :: DescribeSchema -> () #

Hashable DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

ToJSON DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

AWSRequest DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Associated Types

type AWSResponse DescribeSchema #

ToHeaders DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

ToPath DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

ToQuery DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

type Rep DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

type Rep DescribeSchema = D1 ('MetaData "DescribeSchema" "Amazonka.Personalize.DescribeSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSchema Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

newDescribeSchema Source #

Create a value of DescribeSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaArn:DescribeSchema', describeSchema_schemaArn - The Amazon Resource Name (ARN) of the schema to retrieve.

data DescribeSchemaResponse Source #

See: newDescribeSchemaResponse smart constructor.

Instances

Instances details
Eq DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Read DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Show DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Generic DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Associated Types

type Rep DescribeSchemaResponse :: Type -> Type #

NFData DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

Methods

rnf :: DescribeSchemaResponse -> () #

type Rep DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeSchema

type Rep DescribeSchemaResponse = D1 ('MetaData "DescribeSchemaResponse" "Amazonka.Personalize.DescribeSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeSchemaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetSchema)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeSchemaResponse Source #

Create a value of DescribeSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schema:DescribeSchemaResponse', describeSchemaResponse_schema - The requested schema.

$sel:httpStatus:DescribeSchemaResponse', describeSchemaResponse_httpStatus - The response's http status code.

DescribeAlgorithm

data DescribeAlgorithm Source #

See: newDescribeAlgorithm smart constructor.

Constructors

DescribeAlgorithm' Text 

Instances

Instances details
Eq DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Read DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Show DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Generic DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithm :: Type -> Type #

NFData DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Methods

rnf :: DescribeAlgorithm -> () #

Hashable DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

ToJSON DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

AWSRequest DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type AWSResponse DescribeAlgorithm #

ToHeaders DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

ToPath DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

ToQuery DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithm = D1 ('MetaData "DescribeAlgorithm" "Amazonka.Personalize.DescribeAlgorithm" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

newDescribeAlgorithm Source #

Create a value of DescribeAlgorithm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:algorithmArn:DescribeAlgorithm', describeAlgorithm_algorithmArn - The Amazon Resource Name (ARN) of the algorithm to describe.

data DescribeAlgorithmResponse Source #

See: newDescribeAlgorithmResponse smart constructor.

Instances

Instances details
Eq DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Read DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Show DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Generic DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithmResponse :: Type -> Type #

NFData DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithmResponse = D1 ('MetaData "DescribeAlgorithmResponse" "Amazonka.Personalize.DescribeAlgorithm" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeAlgorithmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Algorithm)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAlgorithmResponse Source #

Create a value of DescribeAlgorithmResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:algorithm:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithm - A listing of the properties of the algorithm.

$sel:httpStatus:DescribeAlgorithmResponse', describeAlgorithmResponse_httpStatus - The response's http status code.

ListSolutionVersions (Paginated)

data ListSolutionVersions Source #

See: newListSolutionVersions smart constructor.

Instances

Instances details
Eq ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Read ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Show ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Generic ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Associated Types

type Rep ListSolutionVersions :: Type -> Type #

NFData ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Methods

rnf :: ListSolutionVersions -> () #

Hashable ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

ToJSON ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

AWSPager ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

AWSRequest ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Associated Types

type AWSResponse ListSolutionVersions #

ToHeaders ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

ToPath ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

ToQuery ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

type Rep ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

type Rep ListSolutionVersions = D1 ('MetaData "ListSolutionVersions" "Amazonka.Personalize.ListSolutionVersions" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListSolutionVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListSolutionVersions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

newListSolutionVersions :: ListSolutionVersions Source #

Create a value of ListSolutionVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:ListSolutionVersions', listSolutionVersions_solutionArn - The Amazon Resource Name (ARN) of the solution.

$sel:nextToken:ListSolutionVersions', listSolutionVersions_nextToken - A token returned from the previous call to ListSolutionVersions for getting the next set of solution versions (if they exist).

$sel:maxResults:ListSolutionVersions', listSolutionVersions_maxResults - The maximum number of solution versions to return.

data ListSolutionVersionsResponse Source #

See: newListSolutionVersionsResponse smart constructor.

Instances

Instances details
Eq ListSolutionVersionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Read ListSolutionVersionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Show ListSolutionVersionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Generic ListSolutionVersionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

Associated Types

type Rep ListSolutionVersionsResponse :: Type -> Type #

NFData ListSolutionVersionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

type Rep ListSolutionVersionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutionVersions

type Rep ListSolutionVersionsResponse = D1 ('MetaData "ListSolutionVersionsResponse" "Amazonka.Personalize.ListSolutionVersions" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListSolutionVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "solutionVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SolutionVersionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSolutionVersionsResponse Source #

Create a value of ListSolutionVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListSolutionVersions', listSolutionVersionsResponse_nextToken - A token for getting the next set of solution versions (if they exist).

$sel:solutionVersions:ListSolutionVersionsResponse', listSolutionVersionsResponse_solutionVersions - A list of solution versions describing the version properties.

$sel:httpStatus:ListSolutionVersionsResponse', listSolutionVersionsResponse_httpStatus - The response's http status code.

DescribeBatchInferenceJob

data DescribeBatchInferenceJob Source #

See: newDescribeBatchInferenceJob smart constructor.

Instances

Instances details
Eq DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Read DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Show DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Generic DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Associated Types

type Rep DescribeBatchInferenceJob :: Type -> Type #

NFData DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Hashable DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

ToJSON DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

AWSRequest DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

ToHeaders DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

ToPath DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

ToQuery DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

type Rep DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

type Rep DescribeBatchInferenceJob = D1 ('MetaData "DescribeBatchInferenceJob" "Amazonka.Personalize.DescribeBatchInferenceJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeBatchInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchInferenceJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeBatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

newDescribeBatchInferenceJob Source #

Create a value of DescribeBatchInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:batchInferenceJobArn:DescribeBatchInferenceJob', describeBatchInferenceJob_batchInferenceJobArn - The ARN of the batch inference job to describe.

data DescribeBatchInferenceJobResponse Source #

See: newDescribeBatchInferenceJobResponse smart constructor.

Instances

Instances details
Eq DescribeBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Read DescribeBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Show DescribeBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Generic DescribeBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

Associated Types

type Rep DescribeBatchInferenceJobResponse :: Type -> Type #

NFData DescribeBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

type Rep DescribeBatchInferenceJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchInferenceJob

type Rep DescribeBatchInferenceJobResponse = D1 ('MetaData "DescribeBatchInferenceJobResponse" "Amazonka.Personalize.DescribeBatchInferenceJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeBatchInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchInferenceJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchInferenceJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeBatchInferenceJobResponse Source #

Create a value of DescribeBatchInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:batchInferenceJob:DescribeBatchInferenceJobResponse', describeBatchInferenceJobResponse_batchInferenceJob - Information on the specified batch inference job.

$sel:httpStatus:DescribeBatchInferenceJobResponse', describeBatchInferenceJobResponse_httpStatus - The response's http status code.

CreateSchema

data CreateSchema Source #

See: newCreateSchema smart constructor.

Constructors

CreateSchema' Text Text 

Instances

Instances details
Eq CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Read CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Show CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Generic CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Associated Types

type Rep CreateSchema :: Type -> Type #

NFData CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Methods

rnf :: CreateSchema -> () #

Hashable CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

ToJSON CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

AWSRequest CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Associated Types

type AWSResponse CreateSchema #

ToHeaders CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

ToPath CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

ToQuery CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

type Rep CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

type Rep CreateSchema = D1 ('MetaData "CreateSchema" "Amazonka.Personalize.CreateSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateSchema Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

newCreateSchema Source #

Create a value of CreateSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:CreateSchema', createSchema_name - The name for the schema.

$sel:schema:CreateSchema', createSchema_schema - A schema in Avro JSON format.

data CreateSchemaResponse Source #

See: newCreateSchemaResponse smart constructor.

Instances

Instances details
Eq CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Read CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Show CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Generic CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Associated Types

type Rep CreateSchemaResponse :: Type -> Type #

NFData CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

Methods

rnf :: CreateSchemaResponse -> () #

type Rep CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateSchema

type Rep CreateSchemaResponse = D1 ('MetaData "CreateSchemaResponse" "Amazonka.Personalize.CreateSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateSchemaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSchemaResponse Source #

Create a value of CreateSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaArn:CreateSchemaResponse', createSchemaResponse_schemaArn - The Amazon Resource Name (ARN) of the created schema.

$sel:httpStatus:CreateSchemaResponse', createSchemaResponse_httpStatus - The response's http status code.

DescribeRecipe

data DescribeRecipe Source #

See: newDescribeRecipe smart constructor.

Constructors

DescribeRecipe' Text 

Instances

Instances details
Eq DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Read DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Show DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Generic DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Associated Types

type Rep DescribeRecipe :: Type -> Type #

NFData DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Methods

rnf :: DescribeRecipe -> () #

Hashable DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

ToJSON DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

AWSRequest DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Associated Types

type AWSResponse DescribeRecipe #

ToHeaders DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

ToPath DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

ToQuery DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

type Rep DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

type Rep DescribeRecipe = D1 ('MetaData "DescribeRecipe" "Amazonka.Personalize.DescribeRecipe" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeRecipe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRecipe Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

newDescribeRecipe Source #

Create a value of DescribeRecipe with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recipeArn:DescribeRecipe', describeRecipe_recipeArn - The Amazon Resource Name (ARN) of the recipe to describe.

data DescribeRecipeResponse Source #

See: newDescribeRecipeResponse smart constructor.

Instances

Instances details
Eq DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Read DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Show DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Generic DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Associated Types

type Rep DescribeRecipeResponse :: Type -> Type #

NFData DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

Methods

rnf :: DescribeRecipeResponse -> () #

type Rep DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeRecipe

type Rep DescribeRecipeResponse = D1 ('MetaData "DescribeRecipeResponse" "Amazonka.Personalize.DescribeRecipe" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Recipe)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeRecipeResponse Source #

Create a value of DescribeRecipeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recipe:DescribeRecipeResponse', describeRecipeResponse_recipe - An object that describes the recipe.

$sel:httpStatus:DescribeRecipeResponse', describeRecipeResponse_httpStatus - The response's http status code.

ListSolutions (Paginated)

data ListSolutions Source #

See: newListSolutions smart constructor.

Instances

Instances details
Eq ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Read ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Show ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Generic ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type Rep ListSolutions :: Type -> Type #

NFData ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Methods

rnf :: ListSolutions -> () #

Hashable ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

ToJSON ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

AWSPager ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

AWSRequest ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type AWSResponse ListSolutions #

ToHeaders ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

ToPath ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

ToQuery ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type Rep ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type Rep ListSolutions = D1 ('MetaData "ListSolutions" "Amazonka.Personalize.ListSolutions" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListSolutions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

newListSolutions :: ListSolutions Source #

Create a value of ListSolutions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListSolutions', listSolutions_nextToken - A token returned from the previous call to ListSolutions for getting the next set of solutions (if they exist).

$sel:datasetGroupArn:ListSolutions', listSolutions_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

$sel:maxResults:ListSolutions', listSolutions_maxResults - The maximum number of solutions to return.

data ListSolutionsResponse Source #

See: newListSolutionsResponse smart constructor.

Instances

Instances details
Eq ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Read ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Show ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Generic ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type Rep ListSolutionsResponse :: Type -> Type #

NFData ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Methods

rnf :: ListSolutionsResponse -> () #

type Rep ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type Rep ListSolutionsResponse = D1 ('MetaData "ListSolutionsResponse" "Amazonka.Personalize.ListSolutions" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListSolutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "solutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SolutionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSolutionsResponse Source #

Create a value of ListSolutionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListSolutions', listSolutionsResponse_nextToken - A token for getting the next set of solutions (if they exist).

$sel:solutions:ListSolutionsResponse', listSolutionsResponse_solutions - A list of the current solutions.

$sel:httpStatus:ListSolutionsResponse', listSolutionsResponse_httpStatus - The response's http status code.

ListDatasetExportJobs (Paginated)

data ListDatasetExportJobs Source #

See: newListDatasetExportJobs smart constructor.

Instances

Instances details
Eq ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Read ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Show ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Generic ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Associated Types

type Rep ListDatasetExportJobs :: Type -> Type #

NFData ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Methods

rnf :: ListDatasetExportJobs -> () #

Hashable ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

ToJSON ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

AWSPager ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

AWSRequest ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Associated Types

type AWSResponse ListDatasetExportJobs #

ToHeaders ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

ToPath ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

ToQuery ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

type Rep ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

type Rep ListDatasetExportJobs = D1 ('MetaData "ListDatasetExportJobs" "Amazonka.Personalize.ListDatasetExportJobs" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetExportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDatasetExportJobs Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

newListDatasetExportJobs :: ListDatasetExportJobs Source #

Create a value of ListDatasetExportJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetArn:ListDatasetExportJobs', listDatasetExportJobs_datasetArn - The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.

$sel:nextToken:ListDatasetExportJobs', listDatasetExportJobs_nextToken - A token returned from the previous call to ListDatasetExportJobs for getting the next set of dataset export jobs (if they exist).

$sel:maxResults:ListDatasetExportJobs', listDatasetExportJobs_maxResults - The maximum number of dataset export jobs to return.

data ListDatasetExportJobsResponse Source #

See: newListDatasetExportJobsResponse smart constructor.

Instances

Instances details
Eq ListDatasetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Read ListDatasetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Show ListDatasetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Generic ListDatasetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

Associated Types

type Rep ListDatasetExportJobsResponse :: Type -> Type #

NFData ListDatasetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

type Rep ListDatasetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetExportJobs

type Rep ListDatasetExportJobsResponse = D1 ('MetaData "ListDatasetExportJobsResponse" "Amazonka.Personalize.ListDatasetExportJobs" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetExportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetExportJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetExportJobSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetExportJobsResponse Source #

Create a value of ListDatasetExportJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDatasetExportJobs', listDatasetExportJobsResponse_nextToken - A token for getting the next set of dataset export jobs (if they exist).

$sel:datasetExportJobs:ListDatasetExportJobsResponse', listDatasetExportJobsResponse_datasetExportJobs - The list of dataset export jobs.

$sel:httpStatus:ListDatasetExportJobsResponse', listDatasetExportJobsResponse_httpStatus - The response's http status code.

DescribeDatasetGroup

data DescribeDatasetGroup Source #

See: newDescribeDatasetGroup smart constructor.

Instances

Instances details
Eq DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Read DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Show DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Generic DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Associated Types

type Rep DescribeDatasetGroup :: Type -> Type #

NFData DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Methods

rnf :: DescribeDatasetGroup -> () #

Hashable DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

ToJSON DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

AWSRequest DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Associated Types

type AWSResponse DescribeDatasetGroup #

ToHeaders DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

ToPath DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

ToQuery DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

type Rep DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

type Rep DescribeDatasetGroup = D1 ('MetaData "DescribeDatasetGroup" "Amazonka.Personalize.DescribeDatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

newDescribeDatasetGroup Source #

Create a value of DescribeDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetGroupArn:DescribeDatasetGroup', describeDatasetGroup_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to describe.

data DescribeDatasetGroupResponse Source #

See: newDescribeDatasetGroupResponse smart constructor.

Instances

Instances details
Eq DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Read DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Show DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Generic DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

Associated Types

type Rep DescribeDatasetGroupResponse :: Type -> Type #

NFData DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

type Rep DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeDatasetGroup

type Rep DescribeDatasetGroupResponse = D1 ('MetaData "DescribeDatasetGroupResponse" "Amazonka.Personalize.DescribeDatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeDatasetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDatasetGroupResponse Source #

Create a value of DescribeDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetGroup:DescribeDatasetGroupResponse', describeDatasetGroupResponse_datasetGroup - A listing of the dataset group's properties.

$sel:httpStatus:DescribeDatasetGroupResponse', describeDatasetGroupResponse_httpStatus - The response's http status code.

DescribeFeatureTransformation

data DescribeFeatureTransformation Source #

See: newDescribeFeatureTransformation smart constructor.

Instances

Instances details
Eq DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Read DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Show DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Generic DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Associated Types

type Rep DescribeFeatureTransformation :: Type -> Type #

NFData DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Hashable DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToJSON DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

AWSRequest DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToHeaders DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToPath DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToQuery DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type Rep DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type Rep DescribeFeatureTransformation = D1 ('MetaData "DescribeFeatureTransformation" "Amazonka.Personalize.DescribeFeatureTransformation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeFeatureTransformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureTransformationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

newDescribeFeatureTransformation Source #

Create a value of DescribeFeatureTransformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureTransformationArn:DescribeFeatureTransformation', describeFeatureTransformation_featureTransformationArn - The Amazon Resource Name (ARN) of the feature transformation to describe.

data DescribeFeatureTransformationResponse Source #

Instances

Instances details
Eq DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Read DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Show DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Generic DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

NFData DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type Rep DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type Rep DescribeFeatureTransformationResponse = D1 ('MetaData "DescribeFeatureTransformationResponse" "Amazonka.Personalize.DescribeFeatureTransformation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeFeatureTransformationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureTransformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureTransformation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeFeatureTransformationResponse Source #

Create a value of DescribeFeatureTransformationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureTransformation:DescribeFeatureTransformationResponse', describeFeatureTransformationResponse_featureTransformation - A listing of the FeatureTransformation properties.

$sel:httpStatus:DescribeFeatureTransformationResponse', describeFeatureTransformationResponse_httpStatus - The response's http status code.

GetSolutionMetrics

data GetSolutionMetrics Source #

See: newGetSolutionMetrics smart constructor.

Instances

Instances details
Eq GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Read GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Show GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Generic GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Associated Types

type Rep GetSolutionMetrics :: Type -> Type #

NFData GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Methods

rnf :: GetSolutionMetrics -> () #

Hashable GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

ToJSON GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

AWSRequest GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Associated Types

type AWSResponse GetSolutionMetrics #

ToHeaders GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

ToPath GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

ToQuery GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

type Rep GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

type Rep GetSolutionMetrics = D1 ('MetaData "GetSolutionMetrics" "Amazonka.Personalize.GetSolutionMetrics" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "GetSolutionMetrics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSolutionMetrics Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

newGetSolutionMetrics Source #

Create a value of GetSolutionMetrics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionVersionArn:GetSolutionMetrics', getSolutionMetrics_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version for which to get metrics.

data GetSolutionMetricsResponse Source #

See: newGetSolutionMetricsResponse smart constructor.

Instances

Instances details
Eq GetSolutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Read GetSolutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Show GetSolutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Generic GetSolutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

Associated Types

type Rep GetSolutionMetricsResponse :: Type -> Type #

NFData GetSolutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

type Rep GetSolutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Personalize.GetSolutionMetrics

type Rep GetSolutionMetricsResponse = D1 ('MetaData "GetSolutionMetricsResponse" "Amazonka.Personalize.GetSolutionMetrics" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "GetSolutionMetricsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Double))) :*: (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSolutionMetricsResponse Source #

Create a value of GetSolutionMetricsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:metrics:GetSolutionMetricsResponse', getSolutionMetricsResponse_metrics - The metrics for the solution version.

$sel:solutionVersionArn:GetSolutionMetrics', getSolutionMetricsResponse_solutionVersionArn - The same solution version ARN as specified in the request.

$sel:httpStatus:GetSolutionMetricsResponse', getSolutionMetricsResponse_httpStatus - The response's http status code.

DeleteSchema

data DeleteSchema Source #

See: newDeleteSchema smart constructor.

Constructors

DeleteSchema' Text 

Instances

Instances details
Eq DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Read DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Show DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Generic DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Associated Types

type Rep DeleteSchema :: Type -> Type #

NFData DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Methods

rnf :: DeleteSchema -> () #

Hashable DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

ToJSON DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

AWSRequest DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Associated Types

type AWSResponse DeleteSchema #

ToHeaders DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

ToPath DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

ToQuery DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

type Rep DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

type Rep DeleteSchema = D1 ('MetaData "DeleteSchema" "Amazonka.Personalize.DeleteSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSchema Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

newDeleteSchema Source #

Create a value of DeleteSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaArn:DeleteSchema', deleteSchema_schemaArn - The Amazon Resource Name (ARN) of the schema to delete.

data DeleteSchemaResponse Source #

See: newDeleteSchemaResponse smart constructor.

Constructors

DeleteSchemaResponse' 

Instances

Instances details
Eq DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Read DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Show DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Generic DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Associated Types

type Rep DeleteSchemaResponse :: Type -> Type #

NFData DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

Methods

rnf :: DeleteSchemaResponse -> () #

type Rep DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Personalize.DeleteSchema

type Rep DeleteSchemaResponse = D1 ('MetaData "DeleteSchemaResponse" "Amazonka.Personalize.DeleteSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DeleteSchemaResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSchemaResponse :: DeleteSchemaResponse Source #

Create a value of DeleteSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListDatasets (Paginated)

data ListDatasets Source #

See: newListDatasets smart constructor.

Instances

Instances details
Eq ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Read ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Methods

rnf :: ListDatasets -> () #

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

ToJSON ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

AWSPager ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Associated Types

type AWSResponse ListDatasets #

ToHeaders ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

ToPath ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

ToQuery ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

type Rep ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

type Rep ListDatasets = D1 ('MetaData "ListDatasets" "Amazonka.Personalize.ListDatasets" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDatasets Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

newListDatasets :: ListDatasets Source #

Create a value of ListDatasets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDatasets', listDatasets_nextToken - A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).

$sel:datasetGroupArn:ListDatasets', listDatasets_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.

$sel:maxResults:ListDatasets', listDatasets_maxResults - The maximum number of datasets to return.

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Instances

Instances details
Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.Personalize.ListDatasets" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetsResponse Source #

Create a value of ListDatasetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDatasets', listDatasetsResponse_nextToken - A token for getting the next set of datasets (if they exist).

$sel:datasets:ListDatasetsResponse', listDatasetsResponse_datasets - An array of Dataset objects. Each object provides metadata information.

$sel:httpStatus:ListDatasetsResponse', listDatasetsResponse_httpStatus - The response's http status code.

CreateDatasetGroup

data CreateDatasetGroup Source #

See: newCreateDatasetGroup smart constructor.

Instances

Instances details
Eq CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Read CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Show CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Generic CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Associated Types

type Rep CreateDatasetGroup :: Type -> Type #

NFData CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Methods

rnf :: CreateDatasetGroup -> () #

Hashable CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

ToJSON CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

AWSRequest CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Associated Types

type AWSResponse CreateDatasetGroup #

ToHeaders CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

ToPath CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

ToQuery CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

type Rep CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

type Rep CreateDatasetGroup = D1 ('MetaData "CreateDatasetGroup" "Amazonka.Personalize.CreateDatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

newCreateDatasetGroup Source #

Create a value of CreateDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKeyArn:CreateDatasetGroup', createDatasetGroup_kmsKeyArn - The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.

$sel:roleArn:CreateDatasetGroup', createDatasetGroup_roleArn - 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.

$sel:name:CreateDatasetGroup', createDatasetGroup_name - The name for the new dataset group.

data CreateDatasetGroupResponse Source #

See: newCreateDatasetGroupResponse smart constructor.

Instances

Instances details
Eq CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Read CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Show CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Generic CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

Associated Types

type Rep CreateDatasetGroupResponse :: Type -> Type #

NFData CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

type Rep CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Personalize.CreateDatasetGroup

type Rep CreateDatasetGroupResponse = D1 ('MetaData "CreateDatasetGroupResponse" "Amazonka.Personalize.CreateDatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CreateDatasetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetGroupResponse Source #

Create a value of CreateDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetGroupArn:CreateDatasetGroupResponse', createDatasetGroupResponse_datasetGroupArn - The Amazon Resource Name (ARN) of the new dataset group.

$sel:httpStatus:CreateDatasetGroupResponse', createDatasetGroupResponse_httpStatus - The response's http status code.

ListRecipes (Paginated)

data ListRecipes Source #

See: newListRecipes smart constructor.

Instances

Instances details
Eq ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Read ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Show ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Generic ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Associated Types

type Rep ListRecipes :: Type -> Type #

NFData ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Methods

rnf :: ListRecipes -> () #

Hashable ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

ToJSON ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

AWSPager ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

AWSRequest ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Associated Types

type AWSResponse ListRecipes #

ToHeaders ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Methods

toHeaders :: ListRecipes -> [Header] #

ToPath ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

ToQuery ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

type Rep ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

type Rep ListRecipes = D1 ('MetaData "ListRecipes" "Amazonka.Personalize.ListRecipes" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListRecipes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "recipeProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeProvider)))))
type AWSResponse ListRecipes Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

newListRecipes :: ListRecipes Source #

Create a value of ListRecipes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListRecipes', listRecipes_nextToken - A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).

$sel:maxResults:ListRecipes', listRecipes_maxResults - The maximum number of recipes to return.

$sel:recipeProvider:ListRecipes', listRecipes_recipeProvider - The default is SERVICE.

data ListRecipesResponse Source #

See: newListRecipesResponse smart constructor.

Instances

Instances details
Eq ListRecipesResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Read ListRecipesResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Show ListRecipesResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Generic ListRecipesResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Associated Types

type Rep ListRecipesResponse :: Type -> Type #

NFData ListRecipesResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

Methods

rnf :: ListRecipesResponse -> () #

type Rep ListRecipesResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListRecipes

type Rep ListRecipesResponse = D1 ('MetaData "ListRecipesResponse" "Amazonka.Personalize.ListRecipes" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListRecipesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recipes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRecipesResponse Source #

Create a value of ListRecipesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListRecipes', listRecipesResponse_nextToken - A token for getting the next set of recipes.

$sel:recipes:ListRecipesResponse', listRecipesResponse_recipes - The list of available recipes.

$sel:httpStatus:ListRecipesResponse', listRecipesResponse_httpStatus - The response's http status code.

Types

IngestionMode

newtype IngestionMode Source #

Constructors

IngestionMode' 

Instances

Instances details
Eq IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Ord IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Read IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Show IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Generic IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Associated Types

type Rep IngestionMode :: Type -> Type #

NFData IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Methods

rnf :: IngestionMode -> () #

Hashable IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToJSON IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToJSONKey IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

FromJSON IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

FromJSONKey IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToLog IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToHeader IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToQuery IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

FromXML IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToXML IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Methods

toXML :: IngestionMode -> XML #

ToByteString IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

FromText IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

ToText IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

Methods

toText :: IngestionMode -> Text #

type Rep IngestionMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.IngestionMode

type Rep IngestionMode = D1 ('MetaData "IngestionMode" "Amazonka.Personalize.Types.IngestionMode" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'True) (C1 ('MetaCons "IngestionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectiveSensitivity

newtype ObjectiveSensitivity Source #

Instances

Instances details
Eq ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

Ord ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

Read ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

Show ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

Generic ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

Associated Types

type Rep ObjectiveSensitivity :: Type -> Type #

NFData ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

Methods

rnf :: ObjectiveSensitivity -> () #

Hashable ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToJSON ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToJSONKey ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

FromJSON ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

FromJSONKey ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToLog ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToHeader ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToQuery ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

FromXML ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToXML ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToByteString ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

FromText ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

ToText ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

type Rep ObjectiveSensitivity Source # 
Instance details

Defined in Amazonka.Personalize.Types.ObjectiveSensitivity

type Rep ObjectiveSensitivity = D1 ('MetaData "ObjectiveSensitivity" "Amazonka.Personalize.Types.ObjectiveSensitivity" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'True) (C1 ('MetaCons "ObjectiveSensitivity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectiveSensitivity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecipeProvider

newtype RecipeProvider Source #

Constructors

RecipeProvider' 

Bundled Patterns

pattern RecipeProvider_SERVICE :: RecipeProvider 

Instances

Instances details
Eq RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Ord RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Read RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Show RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Generic RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Associated Types

type Rep RecipeProvider :: Type -> Type #

NFData RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Methods

rnf :: RecipeProvider -> () #

Hashable RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToJSON RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToJSONKey RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

FromJSON RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

FromJSONKey RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToLog RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToHeader RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToQuery RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

FromXML RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToXML RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

Methods

toXML :: RecipeProvider -> XML #

ToByteString RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

FromText RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

ToText RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

type Rep RecipeProvider Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeProvider

type Rep RecipeProvider = D1 ('MetaData "RecipeProvider" "Amazonka.Personalize.Types.RecipeProvider" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'True) (C1 ('MetaCons "RecipeProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecipeProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingMode

newtype TrainingMode Source #

Constructors

TrainingMode' 

Bundled Patterns

pattern TrainingMode_FULL :: TrainingMode 
pattern TrainingMode_UPDATE :: TrainingMode 

Instances

Instances details
Eq TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Ord TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Read TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Show TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Generic TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Associated Types

type Rep TrainingMode :: Type -> Type #

NFData TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Methods

rnf :: TrainingMode -> () #

Hashable TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToJSON TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToJSONKey TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

FromJSON TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

FromJSONKey TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToLog TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToHeader TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToQuery TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

FromXML TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToXML TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Methods

toXML :: TrainingMode -> XML #

ToByteString TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

FromText TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

ToText TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

Methods

toText :: TrainingMode -> Text #

type Rep TrainingMode Source # 
Instance details

Defined in Amazonka.Personalize.Types.TrainingMode

type Rep TrainingMode = D1 ('MetaData "TrainingMode" "Amazonka.Personalize.Types.TrainingMode" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'True) (C1 ('MetaCons "TrainingMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Algorithm

data Algorithm Source #

Describes a custom algorithm.

See: newAlgorithm smart constructor.

Instances

Instances details
Eq Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Read Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Show Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Generic Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Associated Types

type Rep Algorithm :: Type -> Type #

NFData Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Methods

rnf :: Algorithm -> () #

Hashable Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

FromJSON Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

type Rep Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

newAlgorithm :: Algorithm Source #

Create a value of Algorithm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultHyperParameters:Algorithm', algorithm_defaultHyperParameters - Specifies the default hyperparameters.

$sel:algorithmArn:Algorithm', algorithm_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

$sel:trainingInputMode:Algorithm', algorithm_trainingInputMode - The training input mode.

$sel:defaultHyperParameterRanges:Algorithm', algorithm_defaultHyperParameterRanges - Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

$sel:algorithmImage:Algorithm', algorithm_algorithmImage - The URI of the Docker container for the algorithm image.

$sel:lastUpdatedDateTime:Algorithm', algorithm_lastUpdatedDateTime - The date and time (in Unix time) that the algorithm was last updated.

$sel:name:Algorithm', algorithm_name - The name of the algorithm.

$sel:creationDateTime:Algorithm', algorithm_creationDateTime - The date and time (in Unix time) that the algorithm was created.

$sel:defaultResourceConfig:Algorithm', algorithm_defaultResourceConfig - Specifies the default maximum number of training jobs and parallel training jobs.

$sel:roleArn:Algorithm', algorithm_roleArn - The Amazon Resource Name (ARN) of the role.

AlgorithmImage

data AlgorithmImage Source #

Describes an algorithm image.

See: newAlgorithmImage smart constructor.

Constructors

AlgorithmImage' (Maybe Text) Text 

Instances

Instances details
Eq AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

Read AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

Show AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

Generic AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

Associated Types

type Rep AlgorithmImage :: Type -> Type #

NFData AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

Methods

rnf :: AlgorithmImage -> () #

Hashable AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

FromJSON AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

type Rep AlgorithmImage Source # 
Instance details

Defined in Amazonka.Personalize.Types.AlgorithmImage

type Rep AlgorithmImage = D1 ('MetaData "AlgorithmImage" "Amazonka.Personalize.Types.AlgorithmImage" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "AlgorithmImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dockerURI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAlgorithmImage Source #

Create a value of AlgorithmImage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AlgorithmImage', algorithmImage_name - The name of the algorithm image.

$sel:dockerURI:AlgorithmImage', algorithmImage_dockerURI - The URI of the Docker container for the algorithm image.

AutoMLConfig

data AutoMLConfig Source #

When the solution performs AutoML (performAutoML is true in CreateSolution), Amazon Personalize determines which recipe, from the specified list, optimizes the given metric. Amazon Personalize then uses that recipe for the solution.

See: newAutoMLConfig smart constructor.

Constructors

AutoMLConfig' (Maybe [Text]) (Maybe Text) 

Instances

Instances details
Eq AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Read AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Show AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Generic AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Associated Types

type Rep AutoMLConfig :: Type -> Type #

NFData AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Methods

rnf :: AutoMLConfig -> () #

Hashable AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

ToJSON AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

FromJSON AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

type Rep AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

type Rep AutoMLConfig = D1 ('MetaData "AutoMLConfig" "Amazonka.Personalize.Types.AutoMLConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "AutoMLConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLConfig :: AutoMLConfig Source #

Create a value of AutoMLConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recipeList:AutoMLConfig', autoMLConfig_recipeList - The list of candidate recipes.

$sel:metricName:AutoMLConfig', autoMLConfig_metricName - The metric to optimize.

AutoMLResult

data AutoMLResult Source #

When the solution performs AutoML (performAutoML is true in CreateSolution), specifies the recipe that best optimized the specified metric.

See: newAutoMLResult smart constructor.

Constructors

AutoMLResult' (Maybe Text) 

Instances

Instances details
Eq AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

Read AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

Show AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

Generic AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

Associated Types

type Rep AutoMLResult :: Type -> Type #

NFData AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

Methods

rnf :: AutoMLResult -> () #

Hashable AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

FromJSON AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

type Rep AutoMLResult Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLResult

type Rep AutoMLResult = D1 ('MetaData "AutoMLResult" "Amazonka.Personalize.Types.AutoMLResult" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "AutoMLResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bestRecipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLResult :: AutoMLResult Source #

Create a value of AutoMLResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bestRecipeArn:AutoMLResult', autoMLResult_bestRecipeArn - The Amazon Resource Name (ARN) of the best recipe.

BatchInferenceJob

data BatchInferenceJob Source #

Contains information on a batch inference job.

See: newBatchInferenceJob smart constructor.

Instances

Instances details
Eq BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

Read BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

Show BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

Generic BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

Associated Types

type Rep BatchInferenceJob :: Type -> Type #

NFData BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

Methods

rnf :: BatchInferenceJob -> () #

Hashable BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

FromJSON BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

type Rep BatchInferenceJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJob

type Rep BatchInferenceJob = D1 ('MetaData "BatchInferenceJob" "Amazonka.Personalize.Types.BatchInferenceJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchInferenceJobOutput)))) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "numResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "batchInferenceJobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchInferenceJobConfig)) :*: (S1 ('MetaSel ('Just "batchInferenceJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchInferenceJobInput)))))))

newBatchInferenceJob :: BatchInferenceJob Source #

Create a value of BatchInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:BatchInferenceJob', batchInferenceJob_failureReason - If the batch inference job failed, the reason for the failure.

$sel:status:BatchInferenceJob', batchInferenceJob_status - The status of the batch inference job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED

$sel:jobOutput:BatchInferenceJob', batchInferenceJob_jobOutput - The Amazon S3 bucket that contains the output data generated by the batch inference job.

$sel:jobName:BatchInferenceJob', batchInferenceJob_jobName - The name of the batch inference job.

$sel:lastUpdatedDateTime:BatchInferenceJob', batchInferenceJob_lastUpdatedDateTime - The time at which the batch inference job was last updated.

$sel:numResults:BatchInferenceJob', batchInferenceJob_numResults - The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.

$sel:batchInferenceJobConfig:BatchInferenceJob', batchInferenceJob_batchInferenceJobConfig - A string to string map of the configuration details of a batch inference job.

$sel:batchInferenceJobArn:BatchInferenceJob', batchInferenceJob_batchInferenceJobArn - The Amazon Resource Name (ARN) of the batch inference job.

$sel:filterArn:BatchInferenceJob', batchInferenceJob_filterArn - The ARN of the filter used on the batch inference job.

$sel:creationDateTime:BatchInferenceJob', batchInferenceJob_creationDateTime - The time at which the batch inference job was created.

$sel:solutionVersionArn:BatchInferenceJob', batchInferenceJob_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.

$sel:roleArn:BatchInferenceJob', batchInferenceJob_roleArn - The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.

$sel:jobInput:BatchInferenceJob', batchInferenceJob_jobInput - The Amazon S3 path that leads to the input data used to generate the batch inference job.

BatchInferenceJobConfig

data BatchInferenceJobConfig Source #

The configuration details of a batch inference job.

See: newBatchInferenceJobConfig smart constructor.

Instances

Instances details
Eq BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Read BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Show BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Generic BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Associated Types

type Rep BatchInferenceJobConfig :: Type -> Type #

NFData BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Methods

rnf :: BatchInferenceJobConfig -> () #

Hashable BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

ToJSON BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

FromJSON BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

type Rep BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

type Rep BatchInferenceJobConfig = D1 ('MetaData "BatchInferenceJobConfig" "Amazonka.Personalize.Types.BatchInferenceJobConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemExplorationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newBatchInferenceJobConfig :: BatchInferenceJobConfig Source #

Create a value of BatchInferenceJobConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:itemExplorationConfig:BatchInferenceJobConfig', batchInferenceJobConfig_itemExplorationConfig - 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

data BatchInferenceJobInput Source #

The input configuration of a batch inference job.

See: newBatchInferenceJobInput smart constructor.

Instances

Instances details
Eq BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Read BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Show BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Generic BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Associated Types

type Rep BatchInferenceJobInput :: Type -> Type #

NFData BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Methods

rnf :: BatchInferenceJobInput -> () #

Hashable BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

ToJSON BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

FromJSON BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

type Rep BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

type Rep BatchInferenceJobInput = D1 ('MetaData "BatchInferenceJobInput" "Amazonka.Personalize.Types.BatchInferenceJobInput" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataConfig)))

newBatchInferenceJobInput Source #

Create a value of BatchInferenceJobInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3DataSource:BatchInferenceJobInput', batchInferenceJobInput_s3DataSource - 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

data BatchInferenceJobOutput Source #

The output configuration parameters of a batch inference job.

See: newBatchInferenceJobOutput smart constructor.

Instances

Instances details
Eq BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

Read BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

Show BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

Generic BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

Associated Types

type Rep BatchInferenceJobOutput :: Type -> Type #

NFData BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

Methods

rnf :: BatchInferenceJobOutput -> () #

Hashable BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

ToJSON BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

FromJSON BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

type Rep BatchInferenceJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobOutput

type Rep BatchInferenceJobOutput = D1 ('MetaData "BatchInferenceJobOutput" "Amazonka.Personalize.Types.BatchInferenceJobOutput" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataConfig)))

newBatchInferenceJobOutput Source #

Create a value of BatchInferenceJobOutput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3DataDestination:BatchInferenceJobOutput', batchInferenceJobOutput_s3DataDestination - Information on the Amazon S3 bucket in which the batch inference job's output is stored.

BatchInferenceJobSummary

data BatchInferenceJobSummary Source #

A truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.

See: newBatchInferenceJobSummary smart constructor.

Instances

Instances details
Eq BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Read BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Show BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Generic BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Associated Types

type Rep BatchInferenceJobSummary :: Type -> Type #

NFData BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Hashable BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

FromJSON BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

type Rep BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

type Rep BatchInferenceJobSummary = D1 ('MetaData "BatchInferenceJobSummary" "Amazonka.Personalize.Types.BatchInferenceJobSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "batchInferenceJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBatchInferenceJobSummary :: BatchInferenceJobSummary Source #

Create a value of BatchInferenceJobSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:BatchInferenceJobSummary', batchInferenceJobSummary_failureReason - If the batch inference job failed, the reason for the failure.

$sel:status:BatchInferenceJobSummary', batchInferenceJobSummary_status - The status of the batch inference job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED

$sel:jobName:BatchInferenceJobSummary', batchInferenceJobSummary_jobName - The name of the batch inference job.

$sel:lastUpdatedDateTime:BatchInferenceJobSummary', batchInferenceJobSummary_lastUpdatedDateTime - The time at which the batch inference job was last updated.

$sel:batchInferenceJobArn:BatchInferenceJobSummary', batchInferenceJobSummary_batchInferenceJobArn - The Amazon Resource Name (ARN) of the batch inference job.

$sel:creationDateTime:BatchInferenceJobSummary', batchInferenceJobSummary_creationDateTime - The time at which the batch inference job was created.

$sel:solutionVersionArn:BatchInferenceJobSummary', batchInferenceJobSummary_solutionVersionArn - The ARN of the solution version used by the batch inference job.

Campaign

data Campaign Source #

Describes a deployed solution version, otherwise known as a campaign. For more information on campaigns, see CreateCampaign.

See: newCampaign smart constructor.

Instances

Instances details
Eq Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

Read Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

Show Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

Generic Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

Associated Types

type Rep Campaign :: Type -> Type #

Methods

from :: Campaign -> Rep Campaign x #

to :: Rep Campaign x -> Campaign #

NFData Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

Methods

rnf :: Campaign -> () #

Hashable Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

Methods

hashWithSalt :: Int -> Campaign -> Int #

hash :: Campaign -> Int #

FromJSON Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

type Rep Campaign Source # 
Instance details

Defined in Amazonka.Personalize.Types.Campaign

newCampaign :: Campaign Source #

Create a value of Campaign with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:Campaign', campaign_failureReason - If a campaign fails, the reason behind the failure.

$sel:status:Campaign', campaign_status - 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

$sel:lastUpdatedDateTime:Campaign', campaign_lastUpdatedDateTime - The date and time (in Unix format) that the campaign was last updated.

$sel:campaignConfig:Campaign', campaign_campaignConfig - The configuration details of a campaign.

$sel:latestCampaignUpdate:Campaign', campaign_latestCampaignUpdate - Undocumented member.

$sel:name:Campaign', campaign_name - The name of the campaign.

$sel:minProvisionedTPS:Campaign', campaign_minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second.

$sel:creationDateTime:Campaign', campaign_creationDateTime - The date and time (in Unix format) that the campaign was created.

$sel:campaignArn:Campaign', campaign_campaignArn - The Amazon Resource Name (ARN) of the campaign.

$sel:solutionVersionArn:Campaign', campaign_solutionVersionArn - The Amazon Resource Name (ARN) of a specific version of the solution.

CampaignConfig

data CampaignConfig Source #

The configuration details of a campaign.

See: newCampaignConfig smart constructor.

Instances

Instances details
Eq CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

Read CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

Show CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

Generic CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

Associated Types

type Rep CampaignConfig :: Type -> Type #

NFData CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

Methods

rnf :: CampaignConfig -> () #

Hashable CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

ToJSON CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

FromJSON CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

type Rep CampaignConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignConfig

type Rep CampaignConfig = D1 ('MetaData "CampaignConfig" "Amazonka.Personalize.Types.CampaignConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CampaignConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemExplorationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newCampaignConfig :: CampaignConfig Source #

Create a value of CampaignConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:itemExplorationConfig:CampaignConfig', campaignConfig_itemExplorationConfig - 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

data CampaignSummary Source #

Provides a summary of the properties of a campaign. For a complete listing, call the DescribeCampaign API.

See: newCampaignSummary smart constructor.

Instances

Instances details
Eq CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

Read CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

Show CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

Generic CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

Associated Types

type Rep CampaignSummary :: Type -> Type #

NFData CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

Methods

rnf :: CampaignSummary -> () #

Hashable CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

FromJSON CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

type Rep CampaignSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignSummary

type Rep CampaignSummary = D1 ('MetaData "CampaignSummary" "Amazonka.Personalize.Types.CampaignSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CampaignSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "campaignArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCampaignSummary :: CampaignSummary Source #

Create a value of CampaignSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:CampaignSummary', campaignSummary_failureReason - If a campaign fails, the reason behind the failure.

$sel:status:CampaignSummary', campaignSummary_status - 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

$sel:lastUpdatedDateTime:CampaignSummary', campaignSummary_lastUpdatedDateTime - The date and time (in Unix time) that the campaign was last updated.

$sel:name:CampaignSummary', campaignSummary_name - The name of the campaign.

$sel:creationDateTime:CampaignSummary', campaignSummary_creationDateTime - The date and time (in Unix time) that the campaign was created.

$sel:campaignArn:CampaignSummary', campaignSummary_campaignArn - The Amazon Resource Name (ARN) of the campaign.

CampaignUpdateSummary

data CampaignUpdateSummary Source #

Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.

See: newCampaignUpdateSummary smart constructor.

Instances

Instances details
Eq CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

Read CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

Show CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

Generic CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

Associated Types

type Rep CampaignUpdateSummary :: Type -> Type #

NFData CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

Methods

rnf :: CampaignUpdateSummary -> () #

Hashable CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

FromJSON CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

type Rep CampaignUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.CampaignUpdateSummary

type Rep CampaignUpdateSummary = D1 ('MetaData "CampaignUpdateSummary" "Amazonka.Personalize.Types.CampaignUpdateSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CampaignUpdateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "campaignConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CampaignConfig)) :*: S1 ('MetaSel ('Just "minProvisionedTPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCampaignUpdateSummary :: CampaignUpdateSummary Source #

Create a value of CampaignUpdateSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:CampaignUpdateSummary', campaignUpdateSummary_failureReason - If a campaign update fails, the reason behind the failure.

$sel:status:CampaignUpdateSummary', campaignUpdateSummary_status - 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

$sel:lastUpdatedDateTime:CampaignUpdateSummary', campaignUpdateSummary_lastUpdatedDateTime - The date and time (in Unix time) that the campaign update was last updated.

$sel:campaignConfig:CampaignUpdateSummary', campaignUpdateSummary_campaignConfig - Undocumented member.

$sel:minProvisionedTPS:CampaignUpdateSummary', campaignUpdateSummary_minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

$sel:creationDateTime:CampaignUpdateSummary', campaignUpdateSummary_creationDateTime - The date and time (in Unix time) that the campaign update was created.

$sel:solutionVersionArn:CampaignUpdateSummary', campaignUpdateSummary_solutionVersionArn - The Amazon Resource Name (ARN) of the deployed solution version.

CategoricalHyperParameterRange

data CategoricalHyperParameterRange Source #

Provides the name and range of a categorical hyperparameter.

See: newCategoricalHyperParameterRange smart constructor.

Instances

Instances details
Eq CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

Read CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

Show CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

Generic CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

Associated Types

type Rep CategoricalHyperParameterRange :: Type -> Type #

NFData CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

Hashable CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

ToJSON CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

FromJSON CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

type Rep CategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.CategoricalHyperParameterRange

type Rep CategoricalHyperParameterRange = D1 ('MetaData "CategoricalHyperParameterRange" "Amazonka.Personalize.Types.CategoricalHyperParameterRange" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "CategoricalHyperParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCategoricalHyperParameterRange :: CategoricalHyperParameterRange Source #

Create a value of CategoricalHyperParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:CategoricalHyperParameterRange', categoricalHyperParameterRange_values - A list of the categories for the hyperparameter.

$sel:name:CategoricalHyperParameterRange', categoricalHyperParameterRange_name - The name of the hyperparameter.

ContinuousHyperParameterRange

data ContinuousHyperParameterRange Source #

Provides the name and range of a continuous hyperparameter.

See: newContinuousHyperParameterRange smart constructor.

Instances

Instances details
Eq ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

Read ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

Show ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

Generic ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

Associated Types

type Rep ContinuousHyperParameterRange :: Type -> Type #

NFData ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

Hashable ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

ToJSON ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

FromJSON ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

type Rep ContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.ContinuousHyperParameterRange

type Rep ContinuousHyperParameterRange = D1 ('MetaData "ContinuousHyperParameterRange" "Amazonka.Personalize.Types.ContinuousHyperParameterRange" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ContinuousHyperParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newContinuousHyperParameterRange :: ContinuousHyperParameterRange Source #

Create a value of ContinuousHyperParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxValue:ContinuousHyperParameterRange', continuousHyperParameterRange_maxValue - The maximum allowable value for the hyperparameter.

$sel:name:ContinuousHyperParameterRange', continuousHyperParameterRange_name - The name of the hyperparameter.

$sel:minValue:ContinuousHyperParameterRange', continuousHyperParameterRange_minValue - The minimum allowable value for the hyperparameter.

DataSource

data DataSource Source #

Describes the data source that contains the data to upload to a dataset.

See: newDataSource smart constructor.

Constructors

DataSource' (Maybe Text) 

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

NFData DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

FromJSON DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.Personalize.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.Personalize.Types.DataSource" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDataSource :: DataSource Source #

Create a value of DataSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataLocation:DataSource', dataSource_dataLocation - 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

data Dataset Source #

Provides metadata for a dataset.

See: newDataset smart constructor.

Instances

Instances details
Eq Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

Methods

(==) :: Dataset -> Dataset -> Bool #

(/=) :: Dataset -> Dataset -> Bool #

Read Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

Show Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

Generic Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

Associated Types

type Rep Dataset :: Type -> Type #

Methods

from :: Dataset -> Rep Dataset x #

to :: Rep Dataset x -> Dataset #

NFData Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

Methods

rnf :: Dataset -> () #

Hashable Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

Methods

hashWithSalt :: Int -> Dataset -> Int #

hash :: Dataset -> Int #

FromJSON Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

type Rep Dataset Source # 
Instance details

Defined in Amazonka.Personalize.Types.Dataset

newDataset :: Dataset Source #

Create a value of Dataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Dataset', dataset_status - 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

$sel:datasetArn:Dataset', dataset_datasetArn - The Amazon Resource Name (ARN) of the dataset that you want metadata for.

$sel:lastUpdatedDateTime:Dataset', dataset_lastUpdatedDateTime - A time stamp that shows when the dataset was updated.

$sel:schemaArn:Dataset', dataset_schemaArn - The ARN of the associated schema.

$sel:name:Dataset', dataset_name - The name of the dataset.

$sel:datasetType:Dataset', dataset_datasetType - One of the following values:

  • Interactions
  • Items
  • Users

$sel:creationDateTime:Dataset', dataset_creationDateTime - The creation date and time (in Unix time) of the dataset.

$sel:datasetGroupArn:Dataset', dataset_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

DatasetExportJob

data DatasetExportJob Source #

Describes a job that exports a dataset to an Amazon S3 bucket. For more information, see CreateDatasetExportJob.

A dataset export job can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

See: newDatasetExportJob smart constructor.

Instances

Instances details
Eq DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

Read DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

Show DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

Generic DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

Associated Types

type Rep DatasetExportJob :: Type -> Type #

NFData DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

Methods

rnf :: DatasetExportJob -> () #

Hashable DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

FromJSON DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

type Rep DatasetExportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJob

newDatasetExportJob :: DatasetExportJob Source #

Create a value of DatasetExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DatasetExportJob', datasetExportJob_failureReason - If a dataset export job fails, provides the reason why.

$sel:status:DatasetExportJob', datasetExportJob_status - 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

$sel:datasetExportJobArn:DatasetExportJob', datasetExportJob_datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.

$sel:datasetArn:DatasetExportJob', datasetExportJob_datasetArn - The Amazon Resource Name (ARN) of the dataset to export.

$sel:jobOutput:DatasetExportJob', datasetExportJob_jobOutput - The path to the Amazon S3 bucket where the job's output is stored. For example:

s3://bucket-name/folder-name/

$sel:jobName:DatasetExportJob', datasetExportJob_jobName - The name of the export job.

$sel:lastUpdatedDateTime:DatasetExportJob', datasetExportJob_lastUpdatedDateTime - The date and time (in Unix time) the status of the dataset export job was last updated.

$sel:ingestionMode:DatasetExportJob', datasetExportJob_ingestionMode - 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.

$sel:creationDateTime:DatasetExportJob', datasetExportJob_creationDateTime - The creation date and time (in Unix time) of the dataset export job.

$sel:roleArn:DatasetExportJob', datasetExportJob_roleArn - The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.

DatasetExportJobOutput

data DatasetExportJobOutput Source #

The output configuration parameters of a dataset export job.

See: newDatasetExportJobOutput smart constructor.

Instances

Instances details
Eq DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

Read DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

Show DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

Generic DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

Associated Types

type Rep DatasetExportJobOutput :: Type -> Type #

NFData DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

Methods

rnf :: DatasetExportJobOutput -> () #

Hashable DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

ToJSON DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

FromJSON DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

type Rep DatasetExportJobOutput Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobOutput

type Rep DatasetExportJobOutput = D1 ('MetaData "DatasetExportJobOutput" "Amazonka.Personalize.Types.DatasetExportJobOutput" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetExportJobOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataConfig)))

newDatasetExportJobOutput Source #

Create a value of DatasetExportJobOutput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3DataDestination:DatasetExportJobOutput', datasetExportJobOutput_s3DataDestination - Undocumented member.

DatasetExportJobSummary

data DatasetExportJobSummary Source #

Provides a summary of the properties of a dataset export job. For a complete listing, call the DescribeDatasetExportJob API.

See: newDatasetExportJobSummary smart constructor.

Instances

Instances details
Eq DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

Read DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

Show DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

Generic DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

Associated Types

type Rep DatasetExportJobSummary :: Type -> Type #

NFData DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

Methods

rnf :: DatasetExportJobSummary -> () #

Hashable DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

FromJSON DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

type Rep DatasetExportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetExportJobSummary

type Rep DatasetExportJobSummary = D1 ('MetaData "DatasetExportJobSummary" "Amazonka.Personalize.Types.DatasetExportJobSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetExportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDatasetExportJobSummary :: DatasetExportJobSummary Source #

Create a value of DatasetExportJobSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DatasetExportJobSummary', datasetExportJobSummary_failureReason - If a dataset export job fails, the reason behind the failure.

$sel:status:DatasetExportJobSummary', datasetExportJobSummary_status - 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

$sel:datasetExportJobArn:DatasetExportJobSummary', datasetExportJobSummary_datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.

$sel:jobName:DatasetExportJobSummary', datasetExportJobSummary_jobName - The name of the dataset export job.

$sel:lastUpdatedDateTime:DatasetExportJobSummary', datasetExportJobSummary_lastUpdatedDateTime - The date and time (in Unix time) that the dataset export job status was last updated.

$sel:creationDateTime:DatasetExportJobSummary', datasetExportJobSummary_creationDateTime - The date and time (in Unix time) that the dataset export job was created.

DatasetGroup

data DatasetGroup Source #

A dataset group is a collection of related datasets (Interactions, User, and Item). You create a dataset group by calling CreateDatasetGroup. You then create a dataset and add it to a dataset group by calling CreateDataset. The dataset group is used to create and train a solution by calling CreateSolution. A dataset group can contain only one of each type of dataset.

You can specify an Key Management Service (KMS) key to encrypt the datasets in the group.

See: newDatasetGroup smart constructor.

Instances

Instances details
Eq DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

Read DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

Show DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

Generic DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

Associated Types

type Rep DatasetGroup :: Type -> Type #

NFData DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

Methods

rnf :: DatasetGroup -> () #

Hashable DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

FromJSON DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

type Rep DatasetGroup Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroup

type Rep DatasetGroup = D1 ('MetaData "DatasetGroup" "Amazonka.Personalize.Types.DatasetGroup" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetGroup'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDatasetGroup :: DatasetGroup Source #

Create a value of DatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DatasetGroup', datasetGroup_failureReason - If creating a dataset group fails, provides the reason why.

$sel:status:DatasetGroup', datasetGroup_status - 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

$sel:kmsKeyArn:DatasetGroup', datasetGroup_kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.

$sel:lastUpdatedDateTime:DatasetGroup', datasetGroup_lastUpdatedDateTime - The last update date and time (in Unix time) of the dataset group.

$sel:name:DatasetGroup', datasetGroup_name - The name of the dataset group.

$sel:creationDateTime:DatasetGroup', datasetGroup_creationDateTime - The creation date and time (in Unix time) of the dataset group.

$sel:datasetGroupArn:DatasetGroup', datasetGroup_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

$sel:roleArn:DatasetGroup', datasetGroup_roleArn - The ARN of the IAM role that has permissions to create the dataset group.

DatasetGroupSummary

data DatasetGroupSummary Source #

Provides a summary of the properties of a dataset group. For a complete listing, call the DescribeDatasetGroup API.

See: newDatasetGroupSummary smart constructor.

Instances

Instances details
Eq DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

Read DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

Show DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

Generic DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

Associated Types

type Rep DatasetGroupSummary :: Type -> Type #

NFData DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

Methods

rnf :: DatasetGroupSummary -> () #

Hashable DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

FromJSON DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

type Rep DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetGroupSummary

type Rep DatasetGroupSummary = D1 ('MetaData "DatasetGroupSummary" "Amazonka.Personalize.Types.DatasetGroupSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDatasetGroupSummary :: DatasetGroupSummary Source #

Create a value of DatasetGroupSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DatasetGroupSummary', datasetGroupSummary_failureReason - If creating a dataset group fails, the reason behind the failure.

$sel:status:DatasetGroupSummary', datasetGroupSummary_status - 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

$sel:lastUpdatedDateTime:DatasetGroupSummary', datasetGroupSummary_lastUpdatedDateTime - The date and time (in Unix time) that the dataset group was last updated.

$sel:name:DatasetGroupSummary', datasetGroupSummary_name - The name of the dataset group.

$sel:creationDateTime:DatasetGroupSummary', datasetGroupSummary_creationDateTime - The date and time (in Unix time) that the dataset group was created.

$sel:datasetGroupArn:DatasetGroupSummary', datasetGroupSummary_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

DatasetImportJob

data DatasetImportJob Source #

Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. For more information, see CreateDatasetImportJob.

A dataset import job can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

See: newDatasetImportJob smart constructor.

Instances

Instances details
Eq DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

Read DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

Show DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

Generic DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

Associated Types

type Rep DatasetImportJob :: Type -> Type #

NFData DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

Methods

rnf :: DatasetImportJob -> () #

Hashable DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

FromJSON DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

type Rep DatasetImportJob Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJob

type Rep DatasetImportJob = D1 ('MetaData "DatasetImportJob" "Amazonka.Personalize.Types.DatasetImportJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetImportJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDatasetImportJob :: DatasetImportJob Source #

Create a value of DatasetImportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DatasetImportJob', datasetImportJob_failureReason - If a dataset import job fails, provides the reason why.

$sel:status:DatasetImportJob', datasetImportJob_status - 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

$sel:datasetArn:DatasetImportJob', datasetImportJob_datasetArn - The Amazon Resource Name (ARN) of the dataset that receives the imported data.

$sel:jobName:DatasetImportJob', datasetImportJob_jobName - The name of the import job.

$sel:lastUpdatedDateTime:DatasetImportJob', datasetImportJob_lastUpdatedDateTime - The date and time (in Unix time) the dataset was last updated.

$sel:datasetImportJobArn:DatasetImportJob', datasetImportJob_datasetImportJobArn - The ARN of the dataset import job.

$sel:dataSource:DatasetImportJob', datasetImportJob_dataSource - The Amazon S3 bucket that contains the training data to import.

$sel:creationDateTime:DatasetImportJob', datasetImportJob_creationDateTime - The creation date and time (in Unix time) of the dataset import job.

$sel:roleArn:DatasetImportJob', datasetImportJob_roleArn - The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

DatasetImportJobSummary

data DatasetImportJobSummary Source #

Provides a summary of the properties of a dataset import job. For a complete listing, call the DescribeDatasetImportJob API.

See: newDatasetImportJobSummary smart constructor.

Instances

Instances details
Eq DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

Read DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

Show DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

Generic DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

Associated Types

type Rep DatasetImportJobSummary :: Type -> Type #

NFData DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

Methods

rnf :: DatasetImportJobSummary -> () #

Hashable DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

FromJSON DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

type Rep DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetImportJobSummary

type Rep DatasetImportJobSummary = D1 ('MetaData "DatasetImportJobSummary" "Amazonka.Personalize.Types.DatasetImportJobSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetImportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDatasetImportJobSummary :: DatasetImportJobSummary Source #

Create a value of DatasetImportJobSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DatasetImportJobSummary', datasetImportJobSummary_failureReason - If a dataset import job fails, the reason behind the failure.

$sel:status:DatasetImportJobSummary', datasetImportJobSummary_status - 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

$sel:jobName:DatasetImportJobSummary', datasetImportJobSummary_jobName - The name of the dataset import job.

$sel:lastUpdatedDateTime:DatasetImportJobSummary', datasetImportJobSummary_lastUpdatedDateTime - The date and time (in Unix time) that the dataset import job status was last updated.

$sel:datasetImportJobArn:DatasetImportJobSummary', datasetImportJobSummary_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.

$sel:creationDateTime:DatasetImportJobSummary', datasetImportJobSummary_creationDateTime - The date and time (in Unix time) that the dataset import job was created.

DatasetSchema

data DatasetSchema Source #

Describes the schema for a dataset. For more information on schemas, see CreateSchema.

See: newDatasetSchema smart constructor.

Instances

Instances details
Eq DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

Read DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

Show DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

Generic DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

Associated Types

type Rep DatasetSchema :: Type -> Type #

NFData DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

Methods

rnf :: DatasetSchema -> () #

Hashable DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

FromJSON DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

type Rep DatasetSchema Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchema

type Rep DatasetSchema = D1 ('MetaData "DatasetSchema" "Amazonka.Personalize.Types.DatasetSchema" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetSchema'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDatasetSchema :: DatasetSchema Source #

Create a value of DatasetSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdatedDateTime:DatasetSchema', datasetSchema_lastUpdatedDateTime - The date and time (in Unix time) that the schema was last updated.

$sel:schema:DatasetSchema', datasetSchema_schema - The schema.

$sel:schemaArn:DatasetSchema', datasetSchema_schemaArn - The Amazon Resource Name (ARN) of the schema.

$sel:name:DatasetSchema', datasetSchema_name - The name of the schema.

$sel:creationDateTime:DatasetSchema', datasetSchema_creationDateTime - The date and time (in Unix time) that the schema was created.

DatasetSchemaSummary

data DatasetSchemaSummary Source #

Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.

See: newDatasetSchemaSummary smart constructor.

Instances

Instances details
Eq DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

Read DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

Show DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

Generic DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

Associated Types

type Rep DatasetSchemaSummary :: Type -> Type #

NFData DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

Methods

rnf :: DatasetSchemaSummary -> () #

Hashable DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

FromJSON DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

type Rep DatasetSchemaSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSchemaSummary

type Rep DatasetSchemaSummary = D1 ('MetaData "DatasetSchemaSummary" "Amazonka.Personalize.Types.DatasetSchemaSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetSchemaSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDatasetSchemaSummary :: DatasetSchemaSummary Source #

Create a value of DatasetSchemaSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdatedDateTime:DatasetSchemaSummary', datasetSchemaSummary_lastUpdatedDateTime - The date and time (in Unix time) that the schema was last updated.

$sel:schemaArn:DatasetSchemaSummary', datasetSchemaSummary_schemaArn - The Amazon Resource Name (ARN) of the schema.

$sel:name:DatasetSchemaSummary', datasetSchemaSummary_name - The name of the schema.

$sel:creationDateTime:DatasetSchemaSummary', datasetSchemaSummary_creationDateTime - The date and time (in Unix time) that the schema was created.

DatasetSummary

data DatasetSummary Source #

Provides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.

See: newDatasetSummary smart constructor.

Instances

Instances details
Eq DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

Read DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

Show DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

Generic DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

Associated Types

type Rep DatasetSummary :: Type -> Type #

NFData DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

Methods

rnf :: DatasetSummary -> () #

Hashable DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

FromJSON DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

type Rep DatasetSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.DatasetSummary

type Rep DatasetSummary = D1 ('MetaData "DatasetSummary" "Amazonka.Personalize.Types.DatasetSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DatasetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDatasetSummary :: DatasetSummary Source #

Create a value of DatasetSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DatasetSummary', datasetSummary_status - 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

$sel:datasetArn:DatasetSummary', datasetSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset.

$sel:lastUpdatedDateTime:DatasetSummary', datasetSummary_lastUpdatedDateTime - The date and time (in Unix time) that the dataset was last updated.

$sel:name:DatasetSummary', datasetSummary_name - The name of the dataset.

$sel:datasetType:DatasetSummary', datasetSummary_datasetType - The dataset type. One of the following values:

  • Interactions
  • Items
  • Users
  • Event-Interactions

$sel:creationDateTime:DatasetSummary', datasetSummary_creationDateTime - The date and time (in Unix time) that the dataset was created.

DefaultCategoricalHyperParameterRange

data DefaultCategoricalHyperParameterRange Source #

Provides the name and default range of a categorical hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

See: newDefaultCategoricalHyperParameterRange smart constructor.

Instances

Instances details
Eq DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

Read DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

Show DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

Generic DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

NFData DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

Hashable DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

FromJSON DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

type Rep DefaultCategoricalHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange

type Rep DefaultCategoricalHyperParameterRange = D1 ('MetaData "DefaultCategoricalHyperParameterRange" "Amazonka.Personalize.Types.DefaultCategoricalHyperParameterRange" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DefaultCategoricalHyperParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isTunable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDefaultCategoricalHyperParameterRange :: DefaultCategoricalHyperParameterRange Source #

Create a value of DefaultCategoricalHyperParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:isTunable:DefaultCategoricalHyperParameterRange', defaultCategoricalHyperParameterRange_isTunable - Whether the hyperparameter is tunable.

$sel:values:DefaultCategoricalHyperParameterRange', defaultCategoricalHyperParameterRange_values - A list of the categories for the hyperparameter.

$sel:name:DefaultCategoricalHyperParameterRange', defaultCategoricalHyperParameterRange_name - The name of the hyperparameter.

DefaultContinuousHyperParameterRange

data DefaultContinuousHyperParameterRange Source #

Provides the name and default range of a continuous hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

See: newDefaultContinuousHyperParameterRange smart constructor.

Instances

Instances details
Eq DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

Read DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

Show DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

Generic DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

NFData DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

Hashable DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

FromJSON DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

type Rep DefaultContinuousHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange

type Rep DefaultContinuousHyperParameterRange = D1 ('MetaData "DefaultContinuousHyperParameterRange" "Amazonka.Personalize.Types.DefaultContinuousHyperParameterRange" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DefaultContinuousHyperParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "isTunable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newDefaultContinuousHyperParameterRange :: DefaultContinuousHyperParameterRange Source #

Create a value of DefaultContinuousHyperParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxValue:DefaultContinuousHyperParameterRange', defaultContinuousHyperParameterRange_maxValue - The maximum allowable value for the hyperparameter.

$sel:isTunable:DefaultContinuousHyperParameterRange', defaultContinuousHyperParameterRange_isTunable - Whether the hyperparameter is tunable.

$sel:name:DefaultContinuousHyperParameterRange', defaultContinuousHyperParameterRange_name - The name of the hyperparameter.

$sel:minValue:DefaultContinuousHyperParameterRange', defaultContinuousHyperParameterRange_minValue - The minimum allowable value for the hyperparameter.

DefaultHyperParameterRanges

data DefaultHyperParameterRanges Source #

Specifies the hyperparameters and their default ranges. Hyperparameters can be categorical, continuous, or integer-valued.

See: newDefaultHyperParameterRanges smart constructor.

Instances

Instances details
Eq DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

Read DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

Show DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

Generic DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

Associated Types

type Rep DefaultHyperParameterRanges :: Type -> Type #

NFData DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

Hashable DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

FromJSON DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

type Rep DefaultHyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultHyperParameterRanges

type Rep DefaultHyperParameterRanges = D1 ('MetaData "DefaultHyperParameterRanges" "Amazonka.Personalize.Types.DefaultHyperParameterRanges" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DefaultHyperParameterRanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "integerHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DefaultIntegerHyperParameterRange])) :*: (S1 ('MetaSel ('Just "categoricalHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DefaultCategoricalHyperParameterRange])) :*: S1 ('MetaSel ('Just "continuousHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DefaultContinuousHyperParameterRange])))))

newDefaultHyperParameterRanges :: DefaultHyperParameterRanges Source #

Create a value of DefaultHyperParameterRanges with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:integerHyperParameterRanges:DefaultHyperParameterRanges', defaultHyperParameterRanges_integerHyperParameterRanges - The integer-valued hyperparameters and their default ranges.

$sel:categoricalHyperParameterRanges:DefaultHyperParameterRanges', defaultHyperParameterRanges_categoricalHyperParameterRanges - The categorical hyperparameters and their default ranges.

$sel:continuousHyperParameterRanges:DefaultHyperParameterRanges', defaultHyperParameterRanges_continuousHyperParameterRanges - The continuous hyperparameters and their default ranges.

DefaultIntegerHyperParameterRange

data DefaultIntegerHyperParameterRange Source #

Provides the name and default range of a integer-valued hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

See: newDefaultIntegerHyperParameterRange smart constructor.

Instances

Instances details
Eq DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

Read DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

Show DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

Generic DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

Associated Types

type Rep DefaultIntegerHyperParameterRange :: Type -> Type #

NFData DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

Hashable DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

FromJSON DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

type Rep DefaultIntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange

type Rep DefaultIntegerHyperParameterRange = D1 ('MetaData "DefaultIntegerHyperParameterRange" "Amazonka.Personalize.Types.DefaultIntegerHyperParameterRange" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DefaultIntegerHyperParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "isTunable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDefaultIntegerHyperParameterRange :: DefaultIntegerHyperParameterRange Source #

Create a value of DefaultIntegerHyperParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxValue:DefaultIntegerHyperParameterRange', defaultIntegerHyperParameterRange_maxValue - The maximum allowable value for the hyperparameter.

$sel:isTunable:DefaultIntegerHyperParameterRange', defaultIntegerHyperParameterRange_isTunable - Indicates whether the hyperparameter is tunable.

$sel:name:DefaultIntegerHyperParameterRange', defaultIntegerHyperParameterRange_name - The name of the hyperparameter.

$sel:minValue:DefaultIntegerHyperParameterRange', defaultIntegerHyperParameterRange_minValue - The minimum allowable value for the hyperparameter.

EventTracker

data EventTracker Source #

Provides information about an event tracker.

See: newEventTracker smart constructor.

Instances

Instances details
Eq EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

Read EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

Show EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

Generic EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

Associated Types

type Rep EventTracker :: Type -> Type #

NFData EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

Methods

rnf :: EventTracker -> () #

Hashable EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

FromJSON EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

type Rep EventTracker Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTracker

type Rep EventTracker = D1 ('MetaData "EventTracker" "Amazonka.Personalize.Types.EventTracker" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "EventTracker'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trackingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventTrackerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newEventTracker :: EventTracker Source #

Create a value of EventTracker with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:EventTracker', eventTracker_status - 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

$sel:trackingId:EventTracker', eventTracker_trackingId - The ID of the event tracker. Include this ID in requests to the PutEvents API.

$sel:lastUpdatedDateTime:EventTracker', eventTracker_lastUpdatedDateTime - The date and time (in Unix time) that the event tracker was last updated.

$sel:accountId:EventTracker', eventTracker_accountId - The Amazon Web Services account that owns the event tracker.

$sel:name:EventTracker', eventTracker_name - The name of the event tracker.

$sel:creationDateTime:EventTracker', eventTracker_creationDateTime - The date and time (in Unix format) that the event tracker was created.

$sel:datasetGroupArn:EventTracker', eventTracker_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.

$sel:eventTrackerArn:EventTracker', eventTracker_eventTrackerArn - The ARN of the event tracker.

EventTrackerSummary

data EventTrackerSummary Source #

Provides a summary of the properties of an event tracker. For a complete listing, call the DescribeEventTracker API.

See: newEventTrackerSummary smart constructor.

Instances

Instances details
Eq EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

Read EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

Show EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

Generic EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

Associated Types

type Rep EventTrackerSummary :: Type -> Type #

NFData EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

Methods

rnf :: EventTrackerSummary -> () #

Hashable EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

FromJSON EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

type Rep EventTrackerSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.EventTrackerSummary

type Rep EventTrackerSummary = D1 ('MetaData "EventTrackerSummary" "Amazonka.Personalize.Types.EventTrackerSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "EventTrackerSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "eventTrackerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newEventTrackerSummary :: EventTrackerSummary Source #

Create a value of EventTrackerSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:EventTrackerSummary', eventTrackerSummary_status - 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

$sel:lastUpdatedDateTime:EventTrackerSummary', eventTrackerSummary_lastUpdatedDateTime - The date and time (in Unix time) that the event tracker was last updated.

$sel:name:EventTrackerSummary', eventTrackerSummary_name - The name of the event tracker.

$sel:creationDateTime:EventTrackerSummary', eventTrackerSummary_creationDateTime - The date and time (in Unix time) that the event tracker was created.

$sel:eventTrackerArn:EventTrackerSummary', eventTrackerSummary_eventTrackerArn - The Amazon Resource Name (ARN) of the event tracker.

FeatureTransformation

data FeatureTransformation Source #

Provides feature transformation information. Feature transformation is the process of modifying raw input data into a form more suitable for model training.

See: newFeatureTransformation smart constructor.

Instances

Instances details
Eq FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Read FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Show FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Generic FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Associated Types

type Rep FeatureTransformation :: Type -> Type #

NFData FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Methods

rnf :: FeatureTransformation -> () #

Hashable FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

FromJSON FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

type Rep FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

type Rep FeatureTransformation = D1 ('MetaData "FeatureTransformation" "Amazonka.Personalize.Types.FeatureTransformation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "FeatureTransformation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "featureTransformationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "defaultParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newFeatureTransformation :: FeatureTransformation Source #

Create a value of FeatureTransformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:FeatureTransformation', featureTransformation_status - 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

$sel:featureTransformationArn:FeatureTransformation', featureTransformation_featureTransformationArn - The Amazon Resource Name (ARN) of the FeatureTransformation object.

$sel:lastUpdatedDateTime:FeatureTransformation', featureTransformation_lastUpdatedDateTime - The last update date and time (in Unix time) of the feature transformation.

$sel:name:FeatureTransformation', featureTransformation_name - The name of the feature transformation.

$sel:creationDateTime:FeatureTransformation', featureTransformation_creationDateTime - The creation date and time (in Unix time) of the feature transformation.

$sel:defaultParameters:FeatureTransformation', featureTransformation_defaultParameters - Provides the default parameters for feature transformation.

Filter

data Filter Source #

Contains information on a recommendation filter, including its ARN, status, and filter expression.

See: newFilter smart constructor.

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Show Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

FromJSON Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.Personalize.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Personalize.Types.Filter" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filterExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFilter :: Filter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:Filter', filter_failureReason - If the filter failed, the reason for its failure.

$sel:status:Filter', filter_status - The status of the filter.

$sel:filterExpression:Filter', filter_filterExpression - 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.

$sel:lastUpdatedDateTime:Filter', filter_lastUpdatedDateTime - The time at which the filter was last updated.

$sel:name:Filter', filter_name - The name of the filter.

$sel:filterArn:Filter', filter_filterArn - The ARN of the filter.

$sel:creationDateTime:Filter', filter_creationDateTime - The time at which the filter was created.

$sel:datasetGroupArn:Filter', filter_datasetGroupArn - The ARN of the dataset group to which the filter belongs.

FilterSummary

data FilterSummary Source #

A short summary of a filter's attributes.

See: newFilterSummary smart constructor.

Instances

Instances details
Eq FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

Read FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

Show FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

Generic FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

Associated Types

type Rep FilterSummary :: Type -> Type #

NFData FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

Methods

rnf :: FilterSummary -> () #

Hashable FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

FromJSON FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

type Rep FilterSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.FilterSummary

type Rep FilterSummary = D1 ('MetaData "FilterSummary" "Amazonka.Personalize.Types.FilterSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "FilterSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFilterSummary :: FilterSummary Source #

Create a value of FilterSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:FilterSummary', filterSummary_failureReason - If the filter failed, the reason for the failure.

$sel:status:FilterSummary', filterSummary_status - The status of the filter.

$sel:lastUpdatedDateTime:FilterSummary', filterSummary_lastUpdatedDateTime - The time at which the filter was last updated.

$sel:name:FilterSummary', filterSummary_name - The name of the filter.

$sel:filterArn:FilterSummary', filterSummary_filterArn - The ARN of the filter.

$sel:creationDateTime:FilterSummary', filterSummary_creationDateTime - The time at which the filter was created.

$sel:datasetGroupArn:FilterSummary', filterSummary_datasetGroupArn - The ARN of the dataset group to which the filter belongs.

HPOConfig

data HPOConfig Source #

Describes the properties for hyperparameter optimization (HPO).

See: newHPOConfig smart constructor.

Instances

Instances details
Eq HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

Read HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

Show HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

Generic HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

Associated Types

type Rep HPOConfig :: Type -> Type #

NFData HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

Methods

rnf :: HPOConfig -> () #

Hashable HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

ToJSON HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

FromJSON HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

type Rep HPOConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOConfig

type Rep HPOConfig = D1 ('MetaData "HPOConfig" "Amazonka.Personalize.Types.HPOConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "HPOConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterRanges)) :*: (S1 ('MetaSel ('Just "hpoResourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HPOResourceConfig)) :*: S1 ('MetaSel ('Just "hpoObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HPOObjective)))))

newHPOConfig :: HPOConfig Source #

Create a value of HPOConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:algorithmHyperParameterRanges:HPOConfig', hPOConfig_algorithmHyperParameterRanges - The hyperparameters and their allowable ranges.

$sel:hpoResourceConfig:HPOConfig', hPOConfig_hpoResourceConfig - Describes the resource configuration for HPO.

$sel:hpoObjective:HPOConfig', hPOConfig_hpoObjective - The metric to optimize during HPO.

Amazon Personalize doesn't support configuring the hpoObjective at this time.

HPOObjective

data HPOObjective Source #

The metric to optimize during hyperparameter optimization (HPO).

Amazon Personalize doesn't support configuring the hpoObjective at this time.

See: newHPOObjective smart constructor.

Instances

Instances details
Eq HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

Read HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

Show HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

Generic HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

Associated Types

type Rep HPOObjective :: Type -> Type #

NFData HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

Methods

rnf :: HPOObjective -> () #

Hashable HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

ToJSON HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

FromJSON HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

type Rep HPOObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOObjective

type Rep HPOObjective = D1 ('MetaData "HPOObjective" "Amazonka.Personalize.Types.HPOObjective" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "HPOObjective'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricRegex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newHPOObjective :: HPOObjective Source #

Create a value of HPOObjective with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:metricName:HPOObjective', hPOObjective_metricName - The name of the metric.

$sel:type':HPOObjective', hPOObjective_type - The type of the metric. Valid values are Maximize and Minimize.

$sel:metricRegex:HPOObjective', hPOObjective_metricRegex - A regular expression for finding the metric in the training job logs.

HPOResourceConfig

data HPOResourceConfig Source #

Describes the resource configuration for hyperparameter optimization (HPO).

See: newHPOResourceConfig smart constructor.

Instances

Instances details
Eq HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Read HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Show HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Generic HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Associated Types

type Rep HPOResourceConfig :: Type -> Type #

NFData HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Methods

rnf :: HPOResourceConfig -> () #

Hashable HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

ToJSON HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

FromJSON HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

type Rep HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

type Rep HPOResourceConfig = D1 ('MetaData "HPOResourceConfig" "Amazonka.Personalize.Types.HPOResourceConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "HPOResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxNumberOfTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxParallelTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHPOResourceConfig :: HPOResourceConfig Source #

Create a value of HPOResourceConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxNumberOfTrainingJobs:HPOResourceConfig', hPOResourceConfig_maxNumberOfTrainingJobs - The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.

$sel:maxParallelTrainingJobs:HPOResourceConfig', hPOResourceConfig_maxParallelTrainingJobs - The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.

HyperParameterRanges

data HyperParameterRanges Source #

Specifies the hyperparameters and their ranges. Hyperparameters can be categorical, continuous, or integer-valued.

See: newHyperParameterRanges smart constructor.

Instances

Instances details
Eq HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

Read HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

Show HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

Generic HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

Associated Types

type Rep HyperParameterRanges :: Type -> Type #

NFData HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

Methods

rnf :: HyperParameterRanges -> () #

Hashable HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

ToJSON HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

FromJSON HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

type Rep HyperParameterRanges Source # 
Instance details

Defined in Amazonka.Personalize.Types.HyperParameterRanges

type Rep HyperParameterRanges = D1 ('MetaData "HyperParameterRanges" "Amazonka.Personalize.Types.HyperParameterRanges" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "HyperParameterRanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "integerHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IntegerHyperParameterRange])) :*: (S1 ('MetaSel ('Just "categoricalHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CategoricalHyperParameterRange])) :*: S1 ('MetaSel ('Just "continuousHyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContinuousHyperParameterRange])))))

newHyperParameterRanges :: HyperParameterRanges Source #

Create a value of HyperParameterRanges with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:integerHyperParameterRanges:HyperParameterRanges', hyperParameterRanges_integerHyperParameterRanges - The integer-valued hyperparameters and their ranges.

$sel:categoricalHyperParameterRanges:HyperParameterRanges', hyperParameterRanges_categoricalHyperParameterRanges - The categorical hyperparameters and their ranges.

$sel:continuousHyperParameterRanges:HyperParameterRanges', hyperParameterRanges_continuousHyperParameterRanges - The continuous hyperparameters and their ranges.

IntegerHyperParameterRange

data IntegerHyperParameterRange Source #

Provides the name and range of an integer-valued hyperparameter.

See: newIntegerHyperParameterRange smart constructor.

Instances

Instances details
Eq IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Read IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Show IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Generic IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Associated Types

type Rep IntegerHyperParameterRange :: Type -> Type #

NFData IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Hashable IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

ToJSON IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

FromJSON IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

type Rep IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

type Rep IntegerHyperParameterRange = D1 ('MetaData "IntegerHyperParameterRange" "Amazonka.Personalize.Types.IntegerHyperParameterRange" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "IntegerHyperParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newIntegerHyperParameterRange :: IntegerHyperParameterRange Source #

Create a value of IntegerHyperParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxValue:IntegerHyperParameterRange', integerHyperParameterRange_maxValue - The maximum allowable value for the hyperparameter.

$sel:name:IntegerHyperParameterRange', integerHyperParameterRange_name - The name of the hyperparameter.

$sel:minValue:IntegerHyperParameterRange', integerHyperParameterRange_minValue - The minimum allowable value for the hyperparameter.

OptimizationObjective

data OptimizationObjective Source #

Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.

See: newOptimizationObjective smart constructor.

Instances

Instances details
Eq OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

Read OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

Show OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

Generic OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

Associated Types

type Rep OptimizationObjective :: Type -> Type #

NFData OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

Methods

rnf :: OptimizationObjective -> () #

Hashable OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

ToJSON OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

FromJSON OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

type Rep OptimizationObjective Source # 
Instance details

Defined in Amazonka.Personalize.Types.OptimizationObjective

type Rep OptimizationObjective = D1 ('MetaData "OptimizationObjective" "Amazonka.Personalize.Types.OptimizationObjective" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "OptimizationObjective'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "objectiveSensitivity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectiveSensitivity))))

newOptimizationObjective :: OptimizationObjective Source #

Create a value of OptimizationObjective with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:itemAttribute:OptimizationObjective', optimizationObjective_itemAttribute - 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).

$sel:objectiveSensitivity:OptimizationObjective', optimizationObjective_objectiveSensitivity - Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.

Recipe

data Recipe Source #

Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.

See: newRecipe smart constructor.

Instances

Instances details
Eq Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Methods

(==) :: Recipe -> Recipe -> Bool #

(/=) :: Recipe -> Recipe -> Bool #

Read Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Show Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Generic Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Associated Types

type Rep Recipe :: Type -> Type #

Methods

from :: Recipe -> Rep Recipe x #

to :: Rep Recipe x -> Recipe #

NFData Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Methods

rnf :: Recipe -> () #

Hashable Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Methods

hashWithSalt :: Int -> Recipe -> Int #

hash :: Recipe -> Int #

FromJSON Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

type Rep Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

newRecipe :: Recipe Source #

Create a value of Recipe with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Recipe', recipe_status - The status of the recipe.

$sel:algorithmArn:Recipe', recipe_algorithmArn - The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.

$sel:recipeArn:Recipe', recipe_recipeArn - The Amazon Resource Name (ARN) of the recipe.

$sel:featureTransformationArn:Recipe', recipe_featureTransformationArn - The ARN of the FeatureTransformation object.

$sel:lastUpdatedDateTime:Recipe', recipe_lastUpdatedDateTime - The date and time (in Unix format) that the recipe was last updated.

$sel:name:Recipe', recipe_name - The name of the recipe.

$sel:creationDateTime:Recipe', recipe_creationDateTime - The date and time (in Unix format) that the recipe was created.

$sel:recipeType:Recipe', recipe_recipeType - One of the following values:

  • PERSONALIZED_RANKING
  • RELATED_ITEMS
  • USER_PERSONALIZATION

$sel:description:Recipe', recipe_description - The description of the recipe.

RecipeSummary

data RecipeSummary Source #

Provides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.

See: newRecipeSummary smart constructor.

Instances

Instances details
Eq RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Read RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Show RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Generic RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Associated Types

type Rep RecipeSummary :: Type -> Type #

NFData RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Methods

rnf :: RecipeSummary -> () #

Hashable RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

FromJSON RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

type Rep RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

type Rep RecipeSummary = D1 ('MetaData "RecipeSummary" "Amazonka.Personalize.Types.RecipeSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "RecipeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newRecipeSummary :: RecipeSummary Source #

Create a value of RecipeSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:RecipeSummary', recipeSummary_status - The status of the recipe.

$sel:recipeArn:RecipeSummary', recipeSummary_recipeArn - The Amazon Resource Name (ARN) of the recipe.

$sel:lastUpdatedDateTime:RecipeSummary', recipeSummary_lastUpdatedDateTime - The date and time (in Unix time) that the recipe was last updated.

$sel:name:RecipeSummary', recipeSummary_name - The name of the recipe.

$sel:creationDateTime:RecipeSummary', recipeSummary_creationDateTime - The date and time (in Unix time) that the recipe was created.

S3DataConfig

data S3DataConfig Source #

The configuration details of an Amazon S3 input or output bucket.

See: newS3DataConfig smart constructor.

Constructors

S3DataConfig' (Maybe Text) Text 

Instances

Instances details
Eq S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

Read S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

Show S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

Generic S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

Associated Types

type Rep S3DataConfig :: Type -> Type #

NFData S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

Methods

rnf :: S3DataConfig -> () #

Hashable S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

ToJSON S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

FromJSON S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

type Rep S3DataConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.S3DataConfig

type Rep S3DataConfig = D1 ('MetaData "S3DataConfig" "Amazonka.Personalize.Types.S3DataConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "S3DataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3DataConfig Source #

Create a value of S3DataConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKeyArn:S3DataConfig', s3DataConfig_kmsKeyArn - 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.

$sel:path:S3DataConfig', s3DataConfig_path - The file path of the Amazon S3 bucket.

Solution

data Solution Source #

An object that provides information about a solution. A solution is a trained model that can be deployed as a campaign.

See: newSolution smart constructor.

Instances

Instances details
Eq Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

Read Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

Show Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

Generic Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

Associated Types

type Rep Solution :: Type -> Type #

Methods

from :: Solution -> Rep Solution x #

to :: Rep Solution x -> Solution #

NFData Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

Methods

rnf :: Solution -> () #

Hashable Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

Methods

hashWithSalt :: Int -> Solution -> Int #

hash :: Solution -> Int #

FromJSON Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

type Rep Solution Source # 
Instance details

Defined in Amazonka.Personalize.Types.Solution

type Rep Solution = D1 ('MetaData "Solution" "Amazonka.Personalize.Types.Solution" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "Solution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performAutoML") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "recipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoMLResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLResult)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "latestSolutionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SolutionVersionSummary))) :*: (S1 ('MetaSel ('Just "solutionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SolutionConfig)) :*: S1 ('MetaSel ('Just "performHPO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newSolution :: Solution Source #

Create a value of Solution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:Solution', solution_solutionArn - The ARN of the solution.

$sel:status:Solution', solution_status - 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

$sel:performAutoML:Solution', solution_performAutoML - 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.

$sel:recipeArn:Solution', solution_recipeArn - The ARN of the recipe used to create the solution.

$sel:lastUpdatedDateTime:Solution', solution_lastUpdatedDateTime - The date and time (in Unix time) that the solution was last updated.

$sel:eventType:Solution', solution_eventType - 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.

$sel:name:Solution', solution_name - The name of the solution.

$sel:autoMLResult:Solution', solution_autoMLResult - When performAutoML is true, specifies the best recipe found.

$sel:creationDateTime:Solution', solution_creationDateTime - The creation date and time (in Unix time) of the solution.

$sel:datasetGroupArn:Solution', solution_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that provides the training data.

$sel:latestSolutionVersion:Solution', solution_latestSolutionVersion - Describes the latest version of the solution, including the status and the ARN.

$sel:solutionConfig:Solution', solution_solutionConfig - Describes the configuration properties for the solution.

$sel:performHPO:Solution', solution_performHPO - Whether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is false.

SolutionConfig

data SolutionConfig Source #

Describes the configuration properties for the solution.

See: newSolutionConfig smart constructor.

Instances

Instances details
Eq SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

Read SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

Show SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

Generic SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

Associated Types

type Rep SolutionConfig :: Type -> Type #

NFData SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

Methods

rnf :: SolutionConfig -> () #

Hashable SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

ToJSON SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

FromJSON SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

type Rep SolutionConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionConfig

type Rep SolutionConfig = D1 ('MetaData "SolutionConfig" "Amazonka.Personalize.Types.SolutionConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "SolutionConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureTransformationParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "hpoConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HPOConfig)) :*: S1 ('MetaSel ('Just "eventValueThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "autoMLConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLConfig)) :*: (S1 ('MetaSel ('Just "algorithmHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "optimizationObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptimizationObjective))))))

newSolutionConfig :: SolutionConfig Source #

Create a value of SolutionConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureTransformationParameters:SolutionConfig', solutionConfig_featureTransformationParameters - Lists the feature transformation parameters.

$sel:hpoConfig:SolutionConfig', solutionConfig_hpoConfig - Describes the properties for hyperparameter optimization (HPO).

$sel:eventValueThreshold:SolutionConfig', solutionConfig_eventValueThreshold - Only events with a value greater than or equal to this threshold are used for training a model.

$sel:autoMLConfig:SolutionConfig', solutionConfig_autoMLConfig - The AutoMLConfig object containing a list of recipes to search when AutoML is performed.

$sel:algorithmHyperParameters:SolutionConfig', solutionConfig_algorithmHyperParameters - Lists the hyperparameter names and ranges.

$sel:optimizationObjective:SolutionConfig', solutionConfig_optimizationObjective - Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.

SolutionSummary

data SolutionSummary Source #

Provides a summary of the properties of a solution. For a complete listing, call the DescribeSolution API.

See: newSolutionSummary smart constructor.

Instances

Instances details
Eq SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

Read SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

Show SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

Generic SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

Associated Types

type Rep SolutionSummary :: Type -> Type #

NFData SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

Methods

rnf :: SolutionSummary -> () #

Hashable SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

FromJSON SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

type Rep SolutionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionSummary

type Rep SolutionSummary = D1 ('MetaData "SolutionSummary" "Amazonka.Personalize.Types.SolutionSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "SolutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newSolutionSummary :: SolutionSummary Source #

Create a value of SolutionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionArn:SolutionSummary', solutionSummary_solutionArn - The Amazon Resource Name (ARN) of the solution.

$sel:status:SolutionSummary', solutionSummary_status - 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

$sel:lastUpdatedDateTime:SolutionSummary', solutionSummary_lastUpdatedDateTime - The date and time (in Unix time) that the solution was last updated.

$sel:name:SolutionSummary', solutionSummary_name - The name of the solution.

$sel:creationDateTime:SolutionSummary', solutionSummary_creationDateTime - The date and time (in Unix time) that the solution was created.

SolutionVersion

data SolutionVersion Source #

An object that provides information about a specific version of a Solution.

See: newSolutionVersion smart constructor.

Instances

Instances details
Eq SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

Read SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

Show SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

Generic SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

Associated Types

type Rep SolutionVersion :: Type -> Type #

NFData SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

Methods

rnf :: SolutionVersion -> () #

Hashable SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

FromJSON SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

type Rep SolutionVersion Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersion

type Rep SolutionVersion = D1 ('MetaData "SolutionVersion" "Amazonka.Personalize.Types.SolutionVersion" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "SolutionVersion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "solutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "performAutoML") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tunedHPOParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TunedHPOParams))) :*: (S1 ('MetaSel ('Just "recipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingMode)))) :*: ((S1 ('MetaSel ('Just "trainingHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "solutionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SolutionConfig))) :*: (S1 ('MetaSel ('Just "performHPO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newSolutionVersion :: SolutionVersion Source #

Create a value of SolutionVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:SolutionVersion', solutionVersion_failureReason - If training a solution version fails, the reason for the failure.

$sel:solutionArn:SolutionVersion', solutionVersion_solutionArn - The ARN of the solution.

$sel:status:SolutionVersion', solutionVersion_status - 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

$sel:performAutoML:SolutionVersion', solutionVersion_performAutoML - When true, Amazon Personalize searches for the most optimal recipe according to the solution configuration. When false (the default), Amazon Personalize uses recipeArn.

$sel:tunedHPOParams:SolutionVersion', solutionVersion_tunedHPOParams - If hyperparameter optimization was performed, contains the hyperparameter values of the best performing model.

$sel:recipeArn:SolutionVersion', solutionVersion_recipeArn - The ARN of the recipe used in the solution.

$sel:lastUpdatedDateTime:SolutionVersion', solutionVersion_lastUpdatedDateTime - The date and time (in Unix time) that the solution was last updated.

$sel:eventType:SolutionVersion', solutionVersion_eventType - The event type (for example, 'click' or 'like') that is used for training the model.

$sel:creationDateTime:SolutionVersion', solutionVersion_creationDateTime - The date and time (in Unix time) that this version of the solution was created.

$sel:datasetGroupArn:SolutionVersion', solutionVersion_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group providing the training data.

$sel:trainingMode:SolutionVersion', solutionVersion_trainingMode - 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.

$sel:trainingHours:SolutionVersion', solutionVersion_trainingHours - 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.

$sel:solutionConfig:SolutionVersion', solutionVersion_solutionConfig - Describes the configuration properties for the solution.

$sel:performHPO:SolutionVersion', solutionVersion_performHPO - Whether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is false.

$sel:solutionVersionArn:SolutionVersion', solutionVersion_solutionVersionArn - The ARN of the solution version.

SolutionVersionSummary

data SolutionVersionSummary Source #

Provides a summary of the properties of a solution version. For a complete listing, call the DescribeSolutionVersion API.

See: newSolutionVersionSummary smart constructor.

Instances

Instances details
Eq SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

Read SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

Show SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

Generic SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

Associated Types

type Rep SolutionVersionSummary :: Type -> Type #

NFData SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

Methods

rnf :: SolutionVersionSummary -> () #

Hashable SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

FromJSON SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

type Rep SolutionVersionSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.SolutionVersionSummary

type Rep SolutionVersionSummary = D1 ('MetaData "SolutionVersionSummary" "Amazonka.Personalize.Types.SolutionVersionSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "SolutionVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSolutionVersionSummary :: SolutionVersionSummary Source #

Create a value of SolutionVersionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:SolutionVersionSummary', solutionVersionSummary_failureReason - If a solution version fails, the reason behind the failure.

$sel:status:SolutionVersionSummary', solutionVersionSummary_status - 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

$sel:lastUpdatedDateTime:SolutionVersionSummary', solutionVersionSummary_lastUpdatedDateTime - The date and time (in Unix time) that the solution version was last updated.

$sel:creationDateTime:SolutionVersionSummary', solutionVersionSummary_creationDateTime - The date and time (in Unix time) that this version of a solution was created.

$sel:solutionVersionArn:SolutionVersionSummary', solutionVersionSummary_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version.

TunedHPOParams

data TunedHPOParams Source #

If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.

See: newTunedHPOParams smart constructor.

Instances

Instances details
Eq TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

Read TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

Show TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

Generic TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

Associated Types

type Rep TunedHPOParams :: Type -> Type #

NFData TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

Methods

rnf :: TunedHPOParams -> () #

Hashable TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

FromJSON TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

type Rep TunedHPOParams Source # 
Instance details

Defined in Amazonka.Personalize.Types.TunedHPOParams

type Rep TunedHPOParams = D1 ('MetaData "TunedHPOParams" "Amazonka.Personalize.Types.TunedHPOParams" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "TunedHPOParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newTunedHPOParams :: TunedHPOParams Source #

Create a value of TunedHPOParams with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:algorithmHyperParameters:TunedHPOParams', tunedHPOParams_algorithmHyperParameters - A list of the hyperparameter values of the best performing model.