libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision
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.LookoutVision.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-11-20 of the Amazon Lookout for Vision SDK configuration.

Errors

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

An input validation error occured. For example, invalid characters in a project name, or if a pagination token is invalid.

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

You are not authorized to perform the action.

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

The update or deletion of a resource caused an inconsistent state.

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

A service quota was exceeded the allowed limit. For more information, see Limits in Amazon Lookout for Vision in the Amazon Lookout for Vision Developer Guide.

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

Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.

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

Amazon Lookout for Vision experienced a service issue. Try your call again.

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

The resource could not be found.

DatasetStatus

newtype DatasetStatus Source #

Constructors

DatasetStatus' 

Instances

Instances details
Eq DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Ord DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Read DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Show DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Generic DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Associated Types

type Rep DatasetStatus :: Type -> Type #

NFData DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Methods

rnf :: DatasetStatus -> () #

Hashable DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToJSONKey DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

FromJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

FromJSONKey DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToLog DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToHeader DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToQuery DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

FromXML DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToXML DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Methods

toXML :: DatasetStatus -> XML #

ToByteString DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

FromText DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

ToText DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

Methods

toText :: DatasetStatus -> Text #

type Rep DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetStatus

type Rep DatasetStatus = D1 ('MetaData "DatasetStatus" "Amazonka.LookoutVision.Types.DatasetStatus" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'True) (C1 ('MetaCons "DatasetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatasetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelHostingStatus

newtype ModelHostingStatus Source #

Instances

Instances details
Eq ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

Ord ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

Read ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

Show ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

Generic ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

Associated Types

type Rep ModelHostingStatus :: Type -> Type #

NFData ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

Methods

rnf :: ModelHostingStatus -> () #

Hashable ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToJSON ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToJSONKey ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

FromJSON ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

FromJSONKey ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToLog ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToHeader ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToQuery ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

FromXML ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToXML ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToByteString ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

FromText ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

ToText ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

type Rep ModelHostingStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelHostingStatus

type Rep ModelHostingStatus = D1 ('MetaData "ModelHostingStatus" "Amazonka.LookoutVision.Types.ModelHostingStatus" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'True) (C1 ('MetaCons "ModelHostingStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelHostingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelStatus

newtype ModelStatus Source #

Constructors

ModelStatus' 

Instances

Instances details
Eq ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Ord ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Read ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Show ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Generic ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Associated Types

type Rep ModelStatus :: Type -> Type #

NFData ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Methods

rnf :: ModelStatus -> () #

Hashable ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

FromJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

FromJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToLog ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToHeader ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToQuery ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

FromXML ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToXML ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Methods

toXML :: ModelStatus -> XML #

ToByteString ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

FromText ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

ToText ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

Methods

toText :: ModelStatus -> Text #

type Rep ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelStatus

type Rep ModelStatus = D1 ('MetaData "ModelStatus" "Amazonka.LookoutVision.Types.ModelStatus" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'True) (C1 ('MetaCons "ModelStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatasetDescription

data DatasetDescription Source #

The description for a dataset. For more information, see DescribeDataset.

See: newDatasetDescription smart constructor.

Constructors

DatasetDescription' 

Fields

Instances

Instances details
Eq DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Read DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Show DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Generic DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Associated Types

type Rep DatasetDescription :: Type -> Type #

NFData DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Methods

rnf :: DatasetDescription -> () #

Hashable DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

FromJSON DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

type Rep DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

type Rep DatasetDescription = D1 ('MetaData "DatasetDescription" "Amazonka.LookoutVision.Types.DatasetDescription" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DatasetDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: (S1 ('MetaSel ('Just "imageStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetImageStats)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDatasetDescription :: DatasetDescription Source #

Create a value of DatasetDescription 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:DatasetDescription', datasetDescription_status - The status of the dataset.

$sel:imageStats:DatasetDescription', datasetDescription_imageStats -

$sel:statusMessage:DatasetDescription', datasetDescription_statusMessage - The status message for the dataset.

$sel:creationTimestamp:DatasetDescription', datasetDescription_creationTimestamp - The Unix timestamp for the time and date that the dataset was created.

$sel:datasetType:DatasetDescription', datasetDescription_datasetType - The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.

$sel:projectName:DatasetDescription', datasetDescription_projectName - The name of the project that contains the dataset.

$sel:lastUpdatedTimestamp:DatasetDescription', datasetDescription_lastUpdatedTimestamp - The Unix timestamp for the date and time that the dataset was last updated.

datasetDescription_creationTimestamp :: Lens' DatasetDescription (Maybe UTCTime) Source #

The Unix timestamp for the time and date that the dataset was created.

datasetDescription_datasetType :: Lens' DatasetDescription (Maybe Text) Source #

The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.

datasetDescription_projectName :: Lens' DatasetDescription (Maybe Text) Source #

The name of the project that contains the dataset.

datasetDescription_lastUpdatedTimestamp :: Lens' DatasetDescription (Maybe UTCTime) Source #

The Unix timestamp for the date and time that the dataset was last updated.

DatasetGroundTruthManifest

data DatasetGroundTruthManifest Source #

Location information about a manifest file. You can use a manifest file to create a dataset.

See: newDatasetGroundTruthManifest smart constructor.

Constructors

DatasetGroundTruthManifest' 

Fields

Instances

Instances details
Eq DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

Read DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

Show DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

Generic DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

Associated Types

type Rep DatasetGroundTruthManifest :: Type -> Type #

NFData DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

Hashable DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

ToJSON DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

type Rep DatasetGroundTruthManifest Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetGroundTruthManifest

type Rep DatasetGroundTruthManifest = D1 ('MetaData "DatasetGroundTruthManifest" "Amazonka.LookoutVision.Types.DatasetGroundTruthManifest" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DatasetGroundTruthManifest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Object") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputS3Object))))

newDatasetGroundTruthManifest :: DatasetGroundTruthManifest Source #

Create a value of DatasetGroundTruthManifest 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:s3Object:DatasetGroundTruthManifest', datasetGroundTruthManifest_s3Object - The S3 bucket location for the manifest file.

DatasetImageStats

data DatasetImageStats Source #

Statistics about the images in a dataset.

See: newDatasetImageStats smart constructor.

Constructors

DatasetImageStats' 

Fields

Instances

Instances details
Eq DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

Read DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

Show DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

Generic DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

Associated Types

type Rep DatasetImageStats :: Type -> Type #

NFData DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

Methods

rnf :: DatasetImageStats -> () #

Hashable DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

FromJSON DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

type Rep DatasetImageStats Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetImageStats

type Rep DatasetImageStats = D1 ('MetaData "DatasetImageStats" "Amazonka.LookoutVision.Types.DatasetImageStats" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DatasetImageStats'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "normal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "anomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "labeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDatasetImageStats :: DatasetImageStats Source #

Create a value of DatasetImageStats 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:normal:DatasetImageStats', datasetImageStats_normal - The total number of images labeled as normal.

$sel:anomaly:DatasetImageStats', datasetImageStats_anomaly - the total number of images labeled as an anomaly.

$sel:labeled:DatasetImageStats', datasetImageStats_labeled - The total number of labeled images.

$sel:total:DatasetImageStats', datasetImageStats_total - The total number of images in the dataset.

datasetImageStats_normal :: Lens' DatasetImageStats (Maybe Int) Source #

The total number of images labeled as normal.

datasetImageStats_anomaly :: Lens' DatasetImageStats (Maybe Int) Source #

the total number of images labeled as an anomaly.

datasetImageStats_labeled :: Lens' DatasetImageStats (Maybe Int) Source #

The total number of labeled images.

datasetImageStats_total :: Lens' DatasetImageStats (Maybe Int) Source #

The total number of images in the dataset.

DatasetMetadata

data DatasetMetadata Source #

Sumary information for an Amazon Lookout for Vision dataset.

See: newDatasetMetadata smart constructor.

Constructors

DatasetMetadata' 

Fields

Instances

Instances details
Eq DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

Read DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

Show DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

Generic DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

Associated Types

type Rep DatasetMetadata :: Type -> Type #

NFData DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

Methods

rnf :: DatasetMetadata -> () #

Hashable DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

FromJSON DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

type Rep DatasetMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetMetadata

type Rep DatasetMetadata = D1 ('MetaData "DatasetMetadata" "Amazonka.LookoutVision.Types.DatasetMetadata" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DatasetMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDatasetMetadata :: DatasetMetadata Source #

Create a value of DatasetMetadata 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:DatasetMetadata', datasetMetadata_status - The status for the dataset.

$sel:statusMessage:DatasetMetadata', datasetMetadata_statusMessage - The status message for the dataset.

$sel:creationTimestamp:DatasetMetadata', datasetMetadata_creationTimestamp - The Unix timestamp for the date and time that the dataset was created.

$sel:datasetType:DatasetMetadata', datasetMetadata_datasetType - The type of the dataset.

datasetMetadata_statusMessage :: Lens' DatasetMetadata (Maybe Text) Source #

The status message for the dataset.

datasetMetadata_creationTimestamp :: Lens' DatasetMetadata (Maybe UTCTime) Source #

The Unix timestamp for the date and time that the dataset was created.

DatasetSource

data DatasetSource Source #

Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.

See: newDatasetSource smart constructor.

Constructors

DatasetSource' 

Fields

Instances

Instances details
Eq DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

Read DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

Show DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

Generic DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

Associated Types

type Rep DatasetSource :: Type -> Type #

NFData DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

Methods

rnf :: DatasetSource -> () #

Hashable DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

ToJSON DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

type Rep DatasetSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetSource

type Rep DatasetSource = D1 ('MetaData "DatasetSource" "Amazonka.LookoutVision.Types.DatasetSource" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DatasetSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groundTruthManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetGroundTruthManifest))))

newDatasetSource :: DatasetSource Source #

Create a value of DatasetSource 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:groundTruthManifest:DatasetSource', datasetSource_groundTruthManifest - Location information for the manifest file.

DetectAnomalyResult

data DetectAnomalyResult Source #

The prediction results from a call to DetectAnomalies.

See: newDetectAnomalyResult smart constructor.

Constructors

DetectAnomalyResult' 

Fields

  • isAnomalous :: Maybe Bool

    True if the image contains an anomaly, otherwise false.

  • confidence :: Maybe Double

    The confidence that Amazon Lookout for Vision has in the accuracy of the prediction.

  • source :: Maybe ImageSource

    The source of the image that was analyzed. direct means that the images was supplied from the local computer. No other values are supported.

Instances

Instances details
Eq DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

Read DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

Show DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

Generic DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

Associated Types

type Rep DetectAnomalyResult :: Type -> Type #

NFData DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

Methods

rnf :: DetectAnomalyResult -> () #

Hashable DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

FromJSON DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

type Rep DetectAnomalyResult Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DetectAnomalyResult

type Rep DetectAnomalyResult = D1 ('MetaData "DetectAnomalyResult" "Amazonka.LookoutVision.Types.DetectAnomalyResult" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DetectAnomalyResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isAnomalous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageSource)))))

newDetectAnomalyResult :: DetectAnomalyResult Source #

Create a value of DetectAnomalyResult 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:isAnomalous:DetectAnomalyResult', detectAnomalyResult_isAnomalous - True if the image contains an anomaly, otherwise false.

$sel:confidence:DetectAnomalyResult', detectAnomalyResult_confidence - The confidence that Amazon Lookout for Vision has in the accuracy of the prediction.

$sel:source:DetectAnomalyResult', detectAnomalyResult_source - The source of the image that was analyzed. direct means that the images was supplied from the local computer. No other values are supported.

detectAnomalyResult_isAnomalous :: Lens' DetectAnomalyResult (Maybe Bool) Source #

True if the image contains an anomaly, otherwise false.

detectAnomalyResult_confidence :: Lens' DetectAnomalyResult (Maybe Double) Source #

The confidence that Amazon Lookout for Vision has in the accuracy of the prediction.

detectAnomalyResult_source :: Lens' DetectAnomalyResult (Maybe ImageSource) Source #

The source of the image that was analyzed. direct means that the images was supplied from the local computer. No other values are supported.

ImageSource

data ImageSource Source #

The source for an image.

See: newImageSource smart constructor.

Constructors

ImageSource' 

Fields

Instances

Instances details
Eq ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Read ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Show ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Generic ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Associated Types

type Rep ImageSource :: Type -> Type #

NFData ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Methods

rnf :: ImageSource -> () #

Hashable ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

FromJSON ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

type Rep ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

type Rep ImageSource = D1 ('MetaData "ImageSource" "Amazonka.LookoutVision.Types.ImageSource" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ImageSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newImageSource :: ImageSource Source #

Create a value of ImageSource 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:type':ImageSource', imageSource_type - The type of the image.

imageSource_type :: Lens' ImageSource (Maybe Text) Source #

The type of the image.

InputS3Object

data InputS3Object Source #

Amazon S3 Location information for an input manifest file.

See: newInputS3Object smart constructor.

Constructors

InputS3Object' 

Fields

  • versionId :: Maybe Text

    The version ID of the bucket.

  • bucket :: Text

    The Amazon S3 bucket that contains the manifest.

  • key :: Text

    The name and location of the manifest file withiin the bucket.

Instances

Instances details
Eq InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Read InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Show InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Generic InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Associated Types

type Rep InputS3Object :: Type -> Type #

NFData InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Methods

rnf :: InputS3Object -> () #

Hashable InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

ToJSON InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

type Rep InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

type Rep InputS3Object = D1 ('MetaData "InputS3Object" "Amazonka.LookoutVision.Types.InputS3Object" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "InputS3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newInputS3Object Source #

Create a value of InputS3Object 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:versionId:InputS3Object', inputS3Object_versionId - The version ID of the bucket.

$sel:bucket:InputS3Object', inputS3Object_bucket - The Amazon S3 bucket that contains the manifest.

$sel:key:InputS3Object', inputS3Object_key - The name and location of the manifest file withiin the bucket.

inputS3Object_versionId :: Lens' InputS3Object (Maybe Text) Source #

The version ID of the bucket.

inputS3Object_bucket :: Lens' InputS3Object Text Source #

The Amazon S3 bucket that contains the manifest.

inputS3Object_key :: Lens' InputS3Object Text Source #

The name and location of the manifest file withiin the bucket.

ModelDescription

data ModelDescription Source #

Describes an Amazon Lookout for Vision model.

See: newModelDescription smart constructor.

Constructors

ModelDescription' 

Fields

Instances

Instances details
Eq ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

Read ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

Show ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

Generic ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

Associated Types

type Rep ModelDescription :: Type -> Type #

NFData ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

Methods

rnf :: ModelDescription -> () #

Hashable ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

FromJSON ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

type Rep ModelDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelDescription

type Rep ModelDescription = D1 ('MetaData "ModelDescription" "Amazonka.LookoutVision.Types.ModelDescription" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ModelDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "evaluationResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputS3Object)) :*: S1 ('MetaSel ('Just "evaluationEndTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "performance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPerformance)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputConfig)))) :*: (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evaluationManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputS3Object)))))))

newModelDescription :: ModelDescription Source #

Create a value of ModelDescription 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:ModelDescription', modelDescription_status - The status of the model.

$sel:evaluationResult:ModelDescription', modelDescription_evaluationResult - The S3 location where Amazon Lookout for Vision saves the performance metrics.

$sel:evaluationEndTimestamp:ModelDescription', modelDescription_evaluationEndTimestamp - The unix timestamp for the date and time that the evaluation ended.

$sel:modelArn:ModelDescription', modelDescription_modelArn - The Amazon Resource Name (ARN) of the model.

$sel:performance:ModelDescription', modelDescription_performance - Performance metrics for the model. Created during training.

$sel:kmsKeyId:ModelDescription', modelDescription_kmsKeyId - The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.

$sel:statusMessage:ModelDescription', modelDescription_statusMessage - The status message for the model.

$sel:creationTimestamp:ModelDescription', modelDescription_creationTimestamp - The unix timestamp for the date and time that the model was created.

$sel:outputConfig:ModelDescription', modelDescription_outputConfig - The S3 location where Amazon Lookout for Vision saves model training files.

$sel:modelVersion:ModelDescription', modelDescription_modelVersion - The version of the model

$sel:description:ModelDescription', modelDescription_description - The description for the model.

$sel:evaluationManifest:ModelDescription', modelDescription_evaluationManifest - The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.

modelDescription_evaluationResult :: Lens' ModelDescription (Maybe OutputS3Object) Source #

The S3 location where Amazon Lookout for Vision saves the performance metrics.

modelDescription_evaluationEndTimestamp :: Lens' ModelDescription (Maybe UTCTime) Source #

The unix timestamp for the date and time that the evaluation ended.

modelDescription_modelArn :: Lens' ModelDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the model.

modelDescription_performance :: Lens' ModelDescription (Maybe ModelPerformance) Source #

Performance metrics for the model. Created during training.

modelDescription_kmsKeyId :: Lens' ModelDescription (Maybe Text) Source #

The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.

modelDescription_creationTimestamp :: Lens' ModelDescription (Maybe UTCTime) Source #

The unix timestamp for the date and time that the model was created.

modelDescription_outputConfig :: Lens' ModelDescription (Maybe OutputConfig) Source #

The S3 location where Amazon Lookout for Vision saves model training files.

modelDescription_evaluationManifest :: Lens' ModelDescription (Maybe OutputS3Object) Source #

The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.

ModelMetadata

data ModelMetadata Source #

Describes an Amazon Lookout for Vision model.

See: newModelMetadata smart constructor.

Constructors

ModelMetadata' 

Fields

Instances

Instances details
Eq ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Read ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Show ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Generic ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Associated Types

type Rep ModelMetadata :: Type -> Type #

NFData ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Methods

rnf :: ModelMetadata -> () #

Hashable ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

FromJSON ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

type Rep ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

type Rep ModelMetadata = D1 ('MetaData "ModelMetadata" "Amazonka.LookoutVision.Types.ModelMetadata" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ModelMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPerformance)))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModelMetadata :: ModelMetadata Source #

Create a value of ModelMetadata 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:ModelMetadata', modelMetadata_status - The status of the model.

$sel:modelArn:ModelMetadata', modelMetadata_modelArn - The Amazon Resource Name (ARN) of the model.

$sel:performance:ModelMetadata', modelMetadata_performance - Performance metrics for the model. Not available until training has successfully completed.

$sel:statusMessage:ModelMetadata', modelMetadata_statusMessage - The status message for the model.

$sel:creationTimestamp:ModelMetadata', modelMetadata_creationTimestamp - The unix timestamp for the date and time that the model was created.

$sel:modelVersion:ModelMetadata', modelMetadata_modelVersion - The version of the model.

$sel:description:ModelMetadata', modelMetadata_description - The description for the model.

modelMetadata_modelArn :: Lens' ModelMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the model.

modelMetadata_performance :: Lens' ModelMetadata (Maybe ModelPerformance) Source #

Performance metrics for the model. Not available until training has successfully completed.

modelMetadata_statusMessage :: Lens' ModelMetadata (Maybe Text) Source #

The status message for the model.

modelMetadata_creationTimestamp :: Lens' ModelMetadata (Maybe UTCTime) Source #

The unix timestamp for the date and time that the model was created.

modelMetadata_description :: Lens' ModelMetadata (Maybe Text) Source #

The description for the model.

ModelPerformance

data ModelPerformance Source #

Information about the evaluation performance of a trained model.

See: newModelPerformance smart constructor.

Constructors

ModelPerformance' 

Fields

Instances

Instances details
Eq ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

Read ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

Show ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

Generic ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

Associated Types

type Rep ModelPerformance :: Type -> Type #

NFData ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

Methods

rnf :: ModelPerformance -> () #

Hashable ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

FromJSON ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

type Rep ModelPerformance Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPerformance

type Rep ModelPerformance = D1 ('MetaData "ModelPerformance" "Amazonka.LookoutVision.Types.ModelPerformance" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ModelPerformance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "precision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "f1Score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newModelPerformance :: ModelPerformance Source #

Create a value of ModelPerformance 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:recall:ModelPerformance', modelPerformance_recall - The overall recall metric value for the trained model.

$sel:precision:ModelPerformance', modelPerformance_precision - The overall precision metric value for the trained model.

$sel:f1Score:ModelPerformance', modelPerformance_f1Score - The overall F1 score metric for the trained model.

modelPerformance_recall :: Lens' ModelPerformance (Maybe Double) Source #

The overall recall metric value for the trained model.

modelPerformance_precision :: Lens' ModelPerformance (Maybe Double) Source #

The overall precision metric value for the trained model.

modelPerformance_f1Score :: Lens' ModelPerformance (Maybe Double) Source #

The overall F1 score metric for the trained model.

OutputConfig

data OutputConfig Source #

The S3 location where Amazon Lookout for Vision saves model training files.

See: newOutputConfig smart constructor.

Constructors

OutputConfig' 

Fields

Instances

Instances details
Eq OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

Read OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

Show OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

Generic OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

Associated Types

type Rep OutputConfig :: Type -> Type #

NFData OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

Methods

rnf :: OutputConfig -> () #

Hashable OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

ToJSON OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

FromJSON OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

type Rep OutputConfig Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputConfig

type Rep OutputConfig = D1 ('MetaData "OutputConfig" "Amazonka.LookoutVision.Types.OutputConfig" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "OutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))

newOutputConfig Source #

Create a value of OutputConfig 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:s3Location:OutputConfig', outputConfig_s3Location - The S3 location for the output.

outputConfig_s3Location :: Lens' OutputConfig S3Location Source #

The S3 location for the output.

OutputS3Object

data OutputS3Object Source #

The S3 location where Amazon Lookout for Vision saves training output.

See: newOutputS3Object smart constructor.

Constructors

OutputS3Object' 

Fields

  • bucket :: Text

    The bucket that contains the training output.

  • key :: Text

    The location of the training output in the bucket.

Instances

Instances details
Eq OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

Read OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

Show OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

Generic OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

Associated Types

type Rep OutputS3Object :: Type -> Type #

NFData OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

Methods

rnf :: OutputS3Object -> () #

Hashable OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

FromJSON OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

type Rep OutputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.OutputS3Object

type Rep OutputS3Object = D1 ('MetaData "OutputS3Object" "Amazonka.LookoutVision.Types.OutputS3Object" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "OutputS3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputS3Object Source #

Create a value of OutputS3Object 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:bucket:OutputS3Object', outputS3Object_bucket - The bucket that contains the training output.

$sel:key:OutputS3Object', outputS3Object_key - The location of the training output in the bucket.

outputS3Object_bucket :: Lens' OutputS3Object Text Source #

The bucket that contains the training output.

outputS3Object_key :: Lens' OutputS3Object Text Source #

The location of the training output in the bucket.

ProjectDescription

data ProjectDescription Source #

Describe an Amazon Lookout for Vision project. For more information, see DescribeProject.

See: newProjectDescription smart constructor.

Constructors

ProjectDescription' 

Fields

Instances

Instances details
Eq ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

Read ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

Show ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

Generic ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

Associated Types

type Rep ProjectDescription :: Type -> Type #

NFData ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

Methods

rnf :: ProjectDescription -> () #

Hashable ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

FromJSON ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

type Rep ProjectDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectDescription

type Rep ProjectDescription = D1 ('MetaData "ProjectDescription" "Amazonka.LookoutVision.Types.ProjectDescription" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ProjectDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetMetadata])))))

newProjectDescription :: ProjectDescription Source #

Create a value of ProjectDescription 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:creationTimestamp:ProjectDescription', projectDescription_creationTimestamp - The unix timestamp for the date and time that the project was created.

$sel:projectName:ProjectDescription', projectDescription_projectName - The name of the project.

$sel:projectArn:ProjectDescription', projectDescription_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:datasets:ProjectDescription', projectDescription_datasets - A list of datasets in the project.

projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime) Source #

The unix timestamp for the date and time that the project was created.

projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the project.

ProjectMetadata

data ProjectMetadata Source #

Metadata about an Amazon Lookout for Vision project.

See: newProjectMetadata smart constructor.

Constructors

ProjectMetadata' 

Fields

Instances

Instances details
Eq ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

Read ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

Show ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

Generic ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

Associated Types

type Rep ProjectMetadata :: Type -> Type #

NFData ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

Methods

rnf :: ProjectMetadata -> () #

Hashable ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

FromJSON ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

type Rep ProjectMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ProjectMetadata

type Rep ProjectMetadata = D1 ('MetaData "ProjectMetadata" "Amazonka.LookoutVision.Types.ProjectMetadata" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ProjectMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newProjectMetadata :: ProjectMetadata Source #

Create a value of ProjectMetadata 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:creationTimestamp:ProjectMetadata', projectMetadata_creationTimestamp - The unix timestamp for the date and time that the project was created.

$sel:projectName:ProjectMetadata', projectMetadata_projectName - The name of the project.

$sel:projectArn:ProjectMetadata', projectMetadata_projectArn - The Amazon Resource Name (ARN) of the project.

projectMetadata_creationTimestamp :: Lens' ProjectMetadata (Maybe UTCTime) Source #

The unix timestamp for the date and time that the project was created.

projectMetadata_projectArn :: Lens' ProjectMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the project.

S3Location

data S3Location Source #

Information about the location training output.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

  • prefix :: Maybe Text

    The path of the folder, within the S3 bucket, that contains the training output.

  • bucket :: Text

    The S3 bucket that contains the training output.

Instances

Instances details
Eq S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

NFData S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

FromJSON S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.LookoutVision.Types.S3Location" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Location Source #

Create a value of S3Location 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:prefix:S3Location', s3Location_prefix - The path of the folder, within the S3 bucket, that contains the training output.

$sel:bucket:S3Location', s3Location_bucket - The S3 bucket that contains the training output.

s3Location_prefix :: Lens' S3Location (Maybe Text) Source #

The path of the folder, within the S3 bucket, that contains the training output.

s3Location_bucket :: Lens' S3Location Text Source #

The S3 bucket that contains the training output.

Tag

data Tag Source #

A key and value pair that is attached to the specified Amazon Lookout for Vision model.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    The key of the tag that is attached to the specified model.

  • value :: Text

    The value of the tag that is attached to the specified model.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.LookoutVision.Types.Tag" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The key of the tag that is attached to the specified model.

$sel:value:Tag', tag_value - The value of the tag that is attached to the specified model.

tag_key :: Lens' Tag Text Source #

The key of the tag that is attached to the specified model.

tag_value :: Lens' Tag Text Source #

The value of the tag that is attached to the specified model.