{"openapi":"3.0.0","info":{"version":"2020-12-15","x-release":"v4","title":"Amazon Lookout for Equipment","description":"Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance. ","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"lookoutequipment","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/lookoutequipment-2020-12-15.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/lookoutequipment/"},"servers":[{"url":"http://lookoutequipment.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The LookoutEquipment multi-region endpoint"},{"url":"https://lookoutequipment.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The LookoutEquipment multi-region endpoint"},{"url":"http://lookoutequipment.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The LookoutEquipment endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://lookoutequipment.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The LookoutEquipment endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.CreateDataset":{"post":{"operationId":"CreateDataset","description":"Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDatasetResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDatasetRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.CreateDataset"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.CreateInferenceScheduler":{"post":{"operationId":"CreateInferenceScheduler","description":" Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateInferenceSchedulerResponse"}}}},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"486":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateInferenceSchedulerRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.CreateInferenceScheduler"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.CreateLabel":{"post":{"operationId":"CreateLabel","description":" Creates a label for an event. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLabelResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"486":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLabelRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.CreateLabel"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.CreateLabelGroup":{"post":{"operationId":"CreateLabelGroup","description":" Creates a group of labels. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLabelGroupResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLabelGroupRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.CreateLabelGroup"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.CreateModel":{"post":{"operationId":"CreateModel","description":"<p>Creates an ML model for data inference. </p> <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.</p> <p>Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy. </p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateModelResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"485":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateModelRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.CreateModel"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DeleteDataset":{"post":{"operationId":"DeleteDataset","description":" Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future. ","responses":{"200":{"description":"Success"},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDatasetRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DeleteDataset"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DeleteInferenceScheduler":{"post":{"operationId":"DeleteInferenceScheduler","description":"Deletes an inference scheduler that has been set up. Already processed output results are not affected. ","responses":{"200":{"description":"Success"},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteInferenceSchedulerRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DeleteInferenceScheduler"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DeleteLabel":{"post":{"operationId":"DeleteLabel","description":" Deletes a label. ","responses":{"200":{"description":"Success"},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteLabelRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DeleteLabel"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DeleteLabelGroup":{"post":{"operationId":"DeleteLabelGroup","description":" Deletes a group of labels. ","responses":{"200":{"description":"Success"},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteLabelGroupRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DeleteLabelGroup"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DeleteModel":{"post":{"operationId":"DeleteModel","description":"Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up. ","responses":{"200":{"description":"Success"},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteModelRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DeleteModel"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DeleteResourcePolicy":{"post":{"operationId":"DeleteResourcePolicy","description":"Deletes the resource policy attached to the resource.","responses":{"200":{"description":"Success"},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteResourcePolicyRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DeleteResourcePolicy"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeDataIngestionJob":{"post":{"operationId":"DescribeDataIngestionJob","description":"Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDataIngestionJobResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDataIngestionJobRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeDataIngestionJob"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeDataset":{"post":{"operationId":"DescribeDataset","description":"Provides a JSON description of the data in each time series dataset, including names, column names, and data types.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDatasetResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDatasetRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeDataset"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeInferenceScheduler":{"post":{"operationId":"DescribeInferenceScheduler","description":" Specifies information about the inference scheduler being used, including name, model, status, and associated metadata ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeInferenceSchedulerResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeInferenceSchedulerRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeInferenceScheduler"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeLabel":{"post":{"operationId":"DescribeLabel","description":" Returns the name of the label. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeLabelResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeLabelRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeLabel"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeLabelGroup":{"post":{"operationId":"DescribeLabelGroup","description":" Returns information about the label group. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeLabelGroupResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeLabelGroupRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeLabelGroup"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeModel":{"post":{"operationId":"DescribeModel","description":"Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeModelResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeModelRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeModel"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeModelVersion":{"post":{"operationId":"DescribeModelVersion","description":"Retrieves information about a specific machine learning model version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeModelVersionResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeModelVersionRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeModelVersion"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeResourcePolicy":{"post":{"operationId":"DescribeResourcePolicy","description":"Provides the details of a resource policy attached to a resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeResourcePolicyResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeResourcePolicyRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.DescribeResourcePolicy"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ImportDataset":{"post":{"operationId":"ImportDataset","description":"Imports a dataset.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportDatasetResponse"}}}},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"486":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportDatasetRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ImportDataset"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ImportModelVersion":{"post":{"operationId":"ImportModelVersion","description":"Imports a model that has been trained successfully.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportModelVersionResponse"}}}},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"486":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportModelVersionRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ImportModelVersion"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListDataIngestionJobs":{"post":{"operationId":"ListDataIngestionJobs","description":"Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDataIngestionJobsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDataIngestionJobsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListDataIngestionJobs"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListDatasets":{"post":{"operationId":"ListDatasets","description":"Lists all datasets currently available in your account, filtering on the dataset name. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDatasetsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDatasetsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListDatasets"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListInferenceEvents":{"post":{"operationId":"ListInferenceEvents","description":" Lists all inference events that have been found for the specified inference scheduler. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInferenceEventsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInferenceEventsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListInferenceEvents"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListInferenceExecutions":{"post":{"operationId":"ListInferenceExecutions","description":" Lists all inference executions that have been performed by the specified inference scheduler. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInferenceExecutionsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInferenceExecutionsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListInferenceExecutions"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListInferenceSchedulers":{"post":{"operationId":"ListInferenceSchedulers","description":"Retrieves a list of all inference schedulers currently available for your account. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInferenceSchedulersResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInferenceSchedulersRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListInferenceSchedulers"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListLabelGroups":{"post":{"operationId":"ListLabelGroups","description":" Returns a list of the label groups. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLabelGroupsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLabelGroupsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListLabelGroups"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListLabels":{"post":{"operationId":"ListLabels","description":" Provides a list of labels. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLabelsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLabelsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListLabels"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListModelVersions":{"post":{"operationId":"ListModelVersions","description":"Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the <code>MaxModelVersion</code> and <code>MinModelVersion</code> fields.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListModelVersionsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListModelVersionsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListModelVersions"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListModels":{"post":{"operationId":"ListModels","description":"Generates a list of all models in the account, including model name and ARN, dataset, and status. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListModelsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListModelsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListModels"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListSensorStatistics":{"post":{"operationId":"ListSensorStatistics","description":" Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSensorStatisticsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSensorStatisticsRequest"}}}},"parameters":[{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListSensorStatistics"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.ListTagsForResource":{"post":{"operationId":"ListTagsForResource","description":"Lists all the tags for a specified resource, including key and value. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.ListTagsForResource"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.PutResourcePolicy":{"post":{"operationId":"PutResourcePolicy","description":"Creates a resource control policy for a given resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutResourcePolicyResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"486":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutResourcePolicyRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.PutResourcePolicy"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.StartDataIngestionJob":{"post":{"operationId":"StartDataIngestionJob","description":"Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartDataIngestionJobResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"486":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartDataIngestionJobRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.StartDataIngestionJob"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.StartInferenceScheduler":{"post":{"operationId":"StartInferenceScheduler","description":"Starts an inference scheduler. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartInferenceSchedulerResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartInferenceSchedulerRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.StartInferenceScheduler"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.StopInferenceScheduler":{"post":{"operationId":"StopInferenceScheduler","description":"Stops an inference scheduler. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StopInferenceSchedulerResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StopInferenceSchedulerRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.StopInferenceScheduler"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.TagResource":{"post":{"operationId":"TagResource","description":"Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagResourceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagResourceRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.TagResource"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.UntagResource":{"post":{"operationId":"UntagResource","description":"Removes a specific tag from a given resource. The tag is specified by its key. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UntagResourceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UntagResourceRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.UntagResource"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.UpdateActiveModelVersion":{"post":{"operationId":"UpdateActiveModelVersion","description":"Sets the active model version for a given machine learning model.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateActiveModelVersionResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateActiveModelVersionRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.UpdateActiveModelVersion"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.UpdateInferenceScheduler":{"post":{"operationId":"UpdateInferenceScheduler","description":"Updates an inference scheduler. ","responses":{"200":{"description":"Success"},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateInferenceSchedulerRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.UpdateInferenceScheduler"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=AWSLookoutEquipmentFrontendService.UpdateLabelGroup":{"post":{"operationId":"UpdateLabelGroup","description":" Updates the label group. ","responses":{"200":{"description":"Success"},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateLabelGroupRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["AWSLookoutEquipmentFrontendService.UpdateLabelGroup"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"components":{"parameters":{"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","schema":{"type":"string"},"required":false},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","schema":{"type":"string"},"required":false}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"CreateDatasetResponse":{"type":"object","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset being created. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":" The Amazon Resource Name (ARN) of the dataset being created. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/DatasetStatus"},{"description":"Indicates the status of the <code>CreateDataset</code> operation. "}]}}},"CreateDatasetRequest":{"type":"object","required":["DatasetName","ClientToken"],"title":"CreateDatasetRequest","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset being created. "}]},"DatasetSchema":{"allOf":[{"$ref":"#/components/schemas/DatasetSchema"},{"description":"A JSON description of the data that is in each time series dataset, including names, column names, and data types. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/NameOrArn"},{"description":"Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. "}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":" A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":"Any tags associated with the ingested data described in the dataset. "}]}}},"ValidationException":{},"ConflictException":{},"ThrottlingException":{},"ServiceQuotaExceededException":{},"AccessDeniedException":{},"InternalServerException":{},"CreateInferenceSchedulerResponse":{"type":"object","properties":{"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":"The Amazon Resource Name (ARN) of the inference scheduler being created. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of inference scheduler being created. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerStatus"},{"description":"Indicates the status of the <code>CreateInferenceScheduler</code> operation. "}]}}},"CreateInferenceSchedulerRequest":{"type":"object","required":["ModelName","InferenceSchedulerName","DataUploadFrequency","DataInputConfiguration","DataOutputConfiguration","RoleArn","ClientToken"],"title":"CreateInferenceSchedulerRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the previously trained ML model being used to create the inference scheduler. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler being created. "}]},"DataDelayOffsetInMinutes":{"allOf":[{"$ref":"#/components/schemas/DataDelayOffsetInMinutes"},{"description":"<p>The interval (in minutes) of planned delay at the start of each inference segment. For example, if inference is set to run every ten minutes, the delay is set to five minutes and the time is 09:08. The inference scheduler will wake up at the configured interval (which, without a delay configured, would be 09:10) plus the additional five minute delay time (so 09:15) to check your Amazon S3 bucket. The delay provides a buffer for you to upload data at the same frequency, so that you don't have to stop and restart the scheduler when uploading new data.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-inference-process.html\">Understanding the inference process</a>.</p>"}]},"DataUploadFrequency":{"allOf":[{"$ref":"#/components/schemas/DataUploadFrequency"},{"description":"<p> How often data is uploaded to the source Amazon S3 bucket for the input data. The value chosen is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment runs inference on your data.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-inference-process.html\">Understanding the inference process</a>.</p>"}]},"DataInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceInputConfiguration"},{"description":"Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. "}]},"DataOutputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceOutputConfiguration"},{"description":"Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":"The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/NameOrArn"},{"description":"Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. "}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":" A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":"Any tags associated with the inference scheduler. "}]}}},"ResourceNotFoundException":{},"CreateLabelResponse":{"type":"object","properties":{"LabelId":{"allOf":[{"$ref":"#/components/schemas/LabelId"},{"description":" The ID of the label that you have created. "}]}}},"CreateLabelRequest":{"type":"object","required":["LabelGroupName","StartTime","EndTime","Rating","ClientToken"],"title":"CreateLabelRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":"<p> The name of a group of labels. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data. </p>"}]},"StartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The start time of the labeled event. "}]},"EndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The end time of the labeled event. "}]},"Rating":{"allOf":[{"$ref":"#/components/schemas/LabelRating"},{"description":" Indicates whether a labeled event represents an anomaly. "}]},"FaultCode":{"allOf":[{"$ref":"#/components/schemas/FaultCode"},{"description":"<p> Provides additional information about the label. The fault code must be defined in the FaultCodes attribute of the label group.</p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data. </p>"}]},"Notes":{"allOf":[{"$ref":"#/components/schemas/Comments"},{"description":"<p> Metadata providing additional information about the label. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]},"Equipment":{"allOf":[{"$ref":"#/components/schemas/Equipment"},{"description":"<p> Indicates that a label pertains to a particular piece of equipment. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":" A unique identifier for the request to create a label. If you do not set the client request token, Lookout for Equipment generates one. "}]}}},"CreateLabelGroupResponse":{"type":"object","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group that you have created. Data in this field will be retained for service usage. Follow best practices for the security of your data. "}]},"LabelGroupArn":{"allOf":[{"$ref":"#/components/schemas/LabelGroupArn"},{"description":" The Amazon Resource Name (ARN) of the label group that you have created. "}]}}},"CreateLabelGroupRequest":{"type":"object","required":["LabelGroupName","ClientToken"],"title":"CreateLabelGroupRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":"<p> Names a group of labels.</p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data. </p>"}]},"FaultCodes":{"allOf":[{"$ref":"#/components/schemas/FaultCodes"},{"description":"<p> The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.</p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":" A unique identifier for the request to create a label group. If you do not set the client request token, Lookout for Equipment generates one. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":"<p> Tags that provide metadata about the label group you are creating. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]}}},"CreateModelResponse":{"type":"object","properties":{"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the model being created. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelStatus"},{"description":"Indicates the status of the <code>CreateModel</code> operation. "}]}}},"CreateModelRequest":{"type":"object","required":["ModelName","DatasetName","ClientToken"],"title":"CreateModelRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name for the ML model to be created."}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetIdentifier"},{"description":"The name of the dataset for the ML model being created. "}]},"DatasetSchema":{"allOf":[{"$ref":"#/components/schemas/DatasetSchema"},{"description":"The data schema for the ML model being created. "}]},"LabelsInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/LabelsInputConfiguration"},{"description":"The input configuration for the labels being used for the ML model that's being created. "}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":"A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]},"TrainingDataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time reference in the dataset that should be used to begin the subset of training data for the ML model. "}]},"TrainingDataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time reference in the dataset that should be used to end the subset of training data for the ML model. "}]},"EvaluationDataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the ML model. "}]},"EvaluationDataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the ML model. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":" The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the ML model. "}]},"DataPreProcessingConfiguration":{"allOf":[{"$ref":"#/components/schemas/DataPreProcessingConfiguration"},{"description":"<p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p> <p>When providing a value for the <code>TargetSamplingRate</code>, you must attach the prefix \"PT\" to the rate you want. The value for a 1 second rate is therefore <i>PT1S</i>, the value for a 15 minute rate is <i>PT15M</i>, and the value for a 1 hour rate is <i>PT1H</i> </p>"}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/NameOrArn"},{"description":"Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":" Any tags associated with the ML model being created. "}]},"OffCondition":{"allOf":[{"$ref":"#/components/schemas/OffCondition"},{"description":"Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference."}]}}},"DeleteDatasetRequest":{"type":"object","required":["DatasetName"],"title":"DeleteDatasetRequest","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetIdentifier"},{"description":"The name of the dataset to be deleted. "}]}}},"DeleteInferenceSchedulerRequest":{"type":"object","required":["InferenceSchedulerName"],"title":"DeleteInferenceSchedulerRequest","properties":{"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler to be deleted. "}]}}},"DeleteLabelRequest":{"type":"object","required":["LabelGroupName","LabelId"],"title":"DeleteLabelRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group that contains the label that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data. "}]},"LabelId":{"allOf":[{"$ref":"#/components/schemas/LabelId"},{"description":" The ID of the label that you want to delete. "}]}}},"DeleteLabelGroupRequest":{"type":"object","required":["LabelGroupName"],"title":"DeleteLabelGroupRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data. "}]}}},"DeleteModelRequest":{"type":"object","required":["ModelName"],"title":"DeleteModelRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model to be deleted. "}]}}},"DeleteResourcePolicyRequest":{"type":"object","required":["ResourceArn"],"title":"DeleteResourcePolicyRequest","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/ResourceArn"},{"description":"The Amazon Resource Name (ARN) of the resource for which the resource policy should be deleted."}]}}},"DescribeDataIngestionJobResponse":{"type":"object","properties":{"JobId":{"allOf":[{"$ref":"#/components/schemas/IngestionJobId"},{"description":"Indicates the job ID of the data ingestion job. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job. "}]},"IngestionInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/IngestionInputConfiguration"},{"description":"Specifies the S3 location configuration for the data input for the data ingestion job. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":"The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time at which the data ingestion job was created. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/IngestionJobStatus"},{"description":"Indicates the status of the <code>DataIngestionJob</code> operation. "}]},"FailedReason":{"allOf":[{"$ref":"#/components/schemas/BoundedLengthString"},{"description":"Specifies the reason for failure when a data ingestion job has failed. "}]},"DataQualitySummary":{"allOf":[{"$ref":"#/components/schemas/DataQualitySummary"},{"description":" Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps. "}]},"IngestedFilesSummary":{"$ref":"#/components/schemas/IngestedFilesSummary"},"StatusDetail":{"allOf":[{"$ref":"#/components/schemas/BoundedLengthString"},{"description":" Provides details about status of the ingestion job that is currently in progress. "}]},"IngestedDataSize":{"allOf":[{"$ref":"#/components/schemas/DataSizeInBytes"},{"description":" Indicates the size of the ingested dataset. "}]},"DataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job. "}]},"DataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job. "}]},"SourceDatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from."}]}}},"DescribeDataIngestionJobRequest":{"type":"object","required":["JobId"],"title":"DescribeDataIngestionJobRequest","properties":{"JobId":{"allOf":[{"$ref":"#/components/schemas/IngestionJobId"},{"description":"The job ID of the data ingestion job. "}]}}},"DescribeDatasetResponse":{"type":"object","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset being described. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the dataset being described. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Specifies the time the dataset was created in Lookout for Equipment. "}]},"LastUpdatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Specifies the time the dataset was last updated, if it was. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/DatasetStatus"},{"description":"Indicates the status of the dataset. "}]},"Schema":{"allOf":[{"$ref":"#/components/schemas/InlineDataSchema"},{"description":"A JSON description of the data that is in each time series dataset, including names, column names, and data types. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/KmsKeyArn"},{"description":"Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. "}]},"IngestionInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/IngestionInputConfiguration"},{"description":"Specifies the S3 location configuration for the data input for the data ingestion job. "}]},"DataQualitySummary":{"allOf":[{"$ref":"#/components/schemas/DataQualitySummary"},{"description":" Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps. "}]},"IngestedFilesSummary":{"allOf":[{"$ref":"#/components/schemas/IngestedFilesSummary"},{"description":" IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":" The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job. "}]},"DataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset. "}]},"DataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset. "}]},"SourceDatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from."}]}}},"DescribeDatasetRequest":{"type":"object","required":["DatasetName"],"title":"DescribeDatasetRequest","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetIdentifier"},{"description":"The name of the dataset to be described. "}]}}},"DescribeInferenceSchedulerResponse":{"type":"object","properties":{"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the ML model of the inference scheduler being described. "}]},"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model of the inference scheduler being described. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler being described. "}]},"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":"The Amazon Resource Name (ARN) of the inference scheduler being described. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerStatus"},{"description":"Indicates the status of the inference scheduler. "}]},"DataDelayOffsetInMinutes":{"allOf":[{"$ref":"#/components/schemas/DataDelayOffsetInMinutes"},{"description":" A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data."}]},"DataUploadFrequency":{"allOf":[{"$ref":"#/components/schemas/DataUploadFrequency"},{"description":"Specifies how often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Specifies the time at which the inference scheduler was created. "}]},"UpdatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Specifies the time at which the inference scheduler was last updated, if it was. "}]},"DataInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceInputConfiguration"},{"description":" Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. "}]},"DataOutputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceOutputConfiguration"},{"description":" Specifies information for the output results for the inference scheduler, including the output S3 location. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":" The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler being described. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/KmsKeyArn"},{"description":"Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. "}]},"LatestInferenceResult":{"allOf":[{"$ref":"#/components/schemas/LatestInferenceResult"},{"description":"Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found)."}]}}},"DescribeInferenceSchedulerRequest":{"type":"object","required":["InferenceSchedulerName"],"title":"DescribeInferenceSchedulerRequest","properties":{"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler being described. "}]}}},"DescribeLabelResponse":{"type":"object","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the requested label group. "}]},"LabelGroupArn":{"allOf":[{"$ref":"#/components/schemas/LabelGroupArn"},{"description":" The Amazon Resource Name (ARN) of the requested label group. "}]},"LabelId":{"allOf":[{"$ref":"#/components/schemas/LabelId"},{"description":" The ID of the requested label. "}]},"StartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The start time of the requested label. "}]},"EndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The end time of the requested label. "}]},"Rating":{"allOf":[{"$ref":"#/components/schemas/LabelRating"},{"description":" Indicates whether a labeled event represents an anomaly. "}]},"FaultCode":{"allOf":[{"$ref":"#/components/schemas/FaultCode"},{"description":"<p> Indicates the type of anomaly associated with the label. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]},"Notes":{"allOf":[{"$ref":"#/components/schemas/Comments"},{"description":"<p>Metadata providing additional information about the label.</p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]},"Equipment":{"allOf":[{"$ref":"#/components/schemas/Equipment"},{"description":" Indicates that a label pertains to a particular piece of equipment. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The time at which the label was created. "}]}}},"DescribeLabelRequest":{"type":"object","required":["LabelGroupName","LabelId"],"title":"DescribeLabelRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" Returns the name of the group containing the label. "}]},"LabelId":{"allOf":[{"$ref":"#/components/schemas/LabelId"},{"description":" Returns the ID of the label. "}]}}},"DescribeLabelGroupResponse":{"type":"object","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group. "}]},"LabelGroupArn":{"allOf":[{"$ref":"#/components/schemas/LabelGroupArn"},{"description":" The Amazon Resource Name (ARN) of the label group. "}]},"FaultCodes":{"allOf":[{"$ref":"#/components/schemas/FaultCodes"},{"description":" Codes indicating the type of anomaly associated with the labels in the lagbel group. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The time at which the label group was created. "}]},"UpdatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The time at which the label group was updated. "}]}}},"DescribeLabelGroupRequest":{"type":"object","required":["LabelGroupName"],"title":"DescribeLabelGroupRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" Returns the name of the label group. "}]}}},"DescribeModelResponse":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model being described. "}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the ML model being described. "}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset being used by the ML being described. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described. "}]},"Schema":{"allOf":[{"$ref":"#/components/schemas/InlineDataSchema"},{"description":"A JSON description of the data that is in each time series dataset, including names, column names, and data types. "}]},"LabelsInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/LabelsInputConfiguration"},{"description":"Specifies configuration information about the labels input, including its S3 location. "}]},"TrainingDataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference in the dataset that was used to begin the subset of training data for the ML model. "}]},"TrainingDataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference in the dataset that was used to end the subset of training data for the ML model. "}]},"EvaluationDataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the ML model. "}]},"EvaluationDataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference in the dataset that was used to end the subset of evaluation data for the ML model. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":" The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML model being described. "}]},"DataPreProcessingConfiguration":{"allOf":[{"$ref":"#/components/schemas/DataPreProcessingConfiguration"},{"description":"<p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p> <p>When providing a value for the <code>TargetSamplingRate</code>, you must attach the prefix \"PT\" to the rate you want. The value for a 1 second rate is therefore <i>PT1S</i>, the value for a 15 minute rate is <i>PT15M</i>, and the value for a 1 hour rate is <i>PT1H</i> </p>"}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelStatus"},{"description":"Specifies the current status of the model being described. Status describes the status of the most recent action of the model. "}]},"TrainingExecutionStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time at which the training of the ML model began. "}]},"TrainingExecutionEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time at which the training of the ML model was completed. "}]},"FailedReason":{"allOf":[{"$ref":"#/components/schemas/BoundedLengthString"},{"description":"If the training of the ML model failed, this indicates the reason for that failure. "}]},"ModelMetrics":{"allOf":[{"$ref":"#/components/schemas/ModelMetrics"},{"description":"The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model. "}]},"LastUpdatedTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the last time the ML model was updated. The type of update is not specified. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time and date at which the ML model was created. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/KmsKeyArn"},{"description":"Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. "}]},"OffCondition":{"allOf":[{"$ref":"#/components/schemas/OffCondition"},{"description":"Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference."}]},"SourceModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported."}]},"ImportJobStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date and time when the import job was started. This field appears if the active model version was imported."}]},"ImportJobEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date and time when the import job was completed. This field appears if the active model version was imported."}]},"ActiveModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The name of the model version used by the inference schedular when running a scheduled inference execution."}]},"ActiveModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution."}]},"ModelVersionActivatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date the active model version was activated."}]},"PreviousActiveModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The model version that was set as the active model version prior to the current active model version."}]},"PreviousActiveModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The ARN of the model version that was set as the active model version prior to the current active model version."}]},"PreviousModelVersionActivatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date and time when the previous active model version was activated."}]}}},"DescribeModelRequest":{"type":"object","required":["ModelName"],"title":"DescribeModelRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model to be described. "}]}}},"DescribeModelVersionResponse":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the machine learning model that this version belongs to."}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to."}]},"ModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The version of the machine learning model."}]},"ModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the model version."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelVersionStatus"},{"description":"The current status of the model version."}]},"SourceType":{"allOf":[{"$ref":"#/components/schemas/ModelVersionSourceType"},{"description":"Indicates whether this model version was created by training or by importing."}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset used to train the model version."}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the dataset used to train the model version."}]},"Schema":{"allOf":[{"$ref":"#/components/schemas/InlineDataSchema"},{"description":"The schema of the data used to train the model version."}]},"LabelsInputConfiguration":{"$ref":"#/components/schemas/LabelsInputConfiguration"},"TrainingDataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered."}]},"TrainingDataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered."}]},"EvaluationDataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered."}]},"EvaluationDataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered."}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":"The Amazon Resource Name (ARN) of the role that was used to train the model version."}]},"DataPreProcessingConfiguration":{"$ref":"#/components/schemas/DataPreProcessingConfiguration"},"TrainingExecutionStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time when the training of the version began."}]},"TrainingExecutionEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time when the training of the version completed."}]},"FailedReason":{"allOf":[{"$ref":"#/components/schemas/BoundedLengthString"},{"description":"The failure message if the training of the model version failed."}]},"ModelMetrics":{"allOf":[{"$ref":"#/components/schemas/ModelMetrics"},{"description":"Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range. These metrics are created when evaluating the model."}]},"LastUpdatedTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the last time the machine learning model version was updated."}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time and date at which the machine learning model version was created."}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/KmsKeyArn"},{"description":"The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment."}]},"OffCondition":{"allOf":[{"$ref":"#/components/schemas/OffCondition"},{"description":"Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference."}]},"SourceModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"If model version was imported, then this field is the arn of the source model version."}]},"ImportJobStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date and time when the import job began. This field appears if the model version was imported."}]},"ImportJobEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The date and time when the import job completed. This field appears if the model version was imported."}]},"ImportedDataSizeInBytes":{"allOf":[{"$ref":"#/components/schemas/DataSizeInBytes"},{"description":"The size in bytes of the imported data. This field appears if the model version was imported."}]}}},"DescribeModelVersionRequest":{"type":"object","required":["ModelName","ModelVersion"],"title":"DescribeModelVersionRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the machine learning model that this version belongs to."}]},"ModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The version of the machine learning model."}]}}},"DescribeResourcePolicyResponse":{"type":"object","properties":{"PolicyRevisionId":{"allOf":[{"$ref":"#/components/schemas/PolicyRevisionId"},{"description":"A unique identifier for a revision of the resource policy."}]},"ResourcePolicy":{"allOf":[{"$ref":"#/components/schemas/Policy"},{"description":"The resource policy in a JSON-formatted string."}]},"CreationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time when the resource policy was created."}]},"LastModifiedTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time when the resource policy was last modified."}]}}},"DescribeResourcePolicyRequest":{"type":"object","required":["ResourceArn"],"title":"DescribeResourcePolicyRequest","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/ResourceArn"},{"description":"The Amazon Resource Name (ARN) of the resource that is associated with the resource policy."}]}}},"ImportDatasetResponse":{"type":"object","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the created machine learning dataset."}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the dataset that was imported."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/DatasetStatus"},{"description":"The status of the <code>ImportDataset</code> operation."}]},"JobId":{"allOf":[{"$ref":"#/components/schemas/IngestionJobId"},{"description":"A unique identifier for the job of importing the dataset."}]}}},"ImportDatasetRequest":{"type":"object","required":["SourceDatasetArn","ClientToken"],"title":"ImportDatasetRequest","properties":{"SourceDatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the dataset to import."}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset."}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":"A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/NameOrArn"},{"description":"Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":"Any tags associated with the dataset to be created."}]}}},"ImportModelVersionResponse":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name for the machine learning model."}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the model being created. "}]},"ModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the model version being created. "}]},"ModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The version of the model being created."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelVersionStatus"},{"description":"The status of the <code>ImportModelVersion</code> operation. "}]}}},"ImportModelVersionRequest":{"type":"object","required":["SourceModelVersionArn","DatasetName","ClientToken"],"title":"ImportModelVersionRequest","properties":{"SourceModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the model version to import."}]},"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model."}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetIdentifier"},{"description":"The name of the dataset for the machine learning model being imported. "}]},"LabelsInputConfiguration":{"$ref":"#/components/schemas/LabelsInputConfiguration"},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":"A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":"The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model. "}]},"ServerSideKmsKeyId":{"allOf":[{"$ref":"#/components/schemas/NameOrArn"},{"description":"Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":"The tags associated with the machine learning model to be created. "}]}}},"ListDataIngestionJobsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of data ingestion jobs. "}]},"DataIngestionJobSummaries":{"allOf":[{"$ref":"#/components/schemas/DataIngestionJobSummaries"},{"description":"Specifies information about the specific data ingestion job, including dataset name and status. "}]}}},"ListDataIngestionJobsRequest":{"type":"object","title":"ListDataIngestionJobsRequest","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset being used for the data ingestion job. "}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"An opaque pagination token indicating where to continue the listing of data ingestion jobs. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":" Specifies the maximum number of data ingestion jobs to list. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/IngestionJobStatus"},{"description":"Indicates the status of the data ingestion job. "}]}}},"ListDatasetsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of datasets. "}]},"DatasetSummaries":{"allOf":[{"$ref":"#/components/schemas/DatasetSummaries"},{"description":"Provides information about the specified dataset, including creation time, dataset ARN, and status. "}]}}},"ListDatasetsRequest":{"type":"object","title":"ListDatasetsRequest","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of datasets. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":" Specifies the maximum number of datasets to list. "}]},"DatasetNameBeginsWith":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The beginning of the name of the datasets to be listed. "}]}}},"ListInferenceEventsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"An opaque pagination token indicating where to continue the listing of inference executions. "}]},"InferenceEventSummaries":{"allOf":[{"$ref":"#/components/schemas/InferenceEventSummaries"},{"description":"Provides an array of information about the individual inference events returned from the <code>ListInferenceEvents</code> operation, including scheduler used, event start time, event end time, diagnostics, and so on. "}]}}},"ListInferenceEventsRequest":{"type":"object","required":["InferenceSchedulerName","IntervalStartTime","IntervalEndTime"],"title":"ListInferenceEventsRequest","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"An opaque pagination token indicating where to continue the listing of inference events."}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Specifies the maximum number of inference events to list. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler for the inference events listed. "}]},"IntervalStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given."}]},"IntervalEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Returns all the inference events with an end start time equal to or greater than less than the end time given."}]}}},"ListInferenceExecutionsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of inference executions. "}]},"InferenceExecutionSummaries":{"allOf":[{"$ref":"#/components/schemas/InferenceExecutionSummaries"},{"description":"Provides an array of information about the individual inference executions returned from the <code>ListInferenceExecutions</code> operation, including model used, inference scheduler, data configuration, and so on. "}]}}},"ListInferenceExecutionsRequest":{"type":"object","required":["InferenceSchedulerName"],"title":"ListInferenceExecutionsRequest","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"An opaque pagination token indicating where to continue the listing of inference executions."}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Specifies the maximum number of inference executions to list. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler for the inference execution listed. "}]},"DataStartTimeAfter":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution. "}]},"DataEndTimeBefore":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceExecutionStatus"},{"description":"The status of the inference execution. "}]}}},"ListInferenceSchedulersResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of inference schedulers. "}]},"InferenceSchedulerSummaries":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerSummaries"},{"description":"Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status. "}]}}},"ListInferenceSchedulersRequest":{"type":"object","title":"ListInferenceSchedulersRequest","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of inference schedulers. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":" Specifies the maximum number of inference schedulers to list. "}]},"InferenceSchedulerNameBeginsWith":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The beginning of the name of the inference schedulers to be listed. "}]},"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model used by the inference scheduler to be listed. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerStatus"},{"description":"Specifies the current status of the inference schedulers."}]}}},"ListLabelGroupsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of label groups. "}]},"LabelGroupSummaries":{"allOf":[{"$ref":"#/components/schemas/LabelGroupSummaries"},{"description":" A summary of the label groups. "}]}}},"ListLabelGroupsRequest":{"type":"object","title":"ListLabelGroupsRequest","properties":{"LabelGroupNameBeginsWith":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The beginning of the name of the label groups to be listed. "}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of label groups. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":" Specifies the maximum number of label groups to list. "}]}}},"ListLabelsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of datasets. "}]},"LabelSummaries":{"allOf":[{"$ref":"#/components/schemas/LabelSummaries"},{"description":" A summary of the items in the label group. "}]}}},"ListLabelsRequest":{"type":"object","required":["LabelGroupName"],"title":"ListLabelsRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" Retruns the name of the label group. "}]},"IntervalStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Returns all the labels with a end time equal to or later than the start time given. "}]},"IntervalEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Returns all labels with a start time earlier than the end time given. "}]},"FaultCode":{"allOf":[{"$ref":"#/components/schemas/FaultCode"},{"description":" Returns labels with a particular fault code. "}]},"Equipment":{"allOf":[{"$ref":"#/components/schemas/Equipment"},{"description":" Lists the labels that pertain to a particular piece of equipment. "}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of label groups. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":" Specifies the maximum number of labels to list. "}]}}},"ListModelVersionsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the <code>NextToken</code> field in the request to list the next page of results."}]},"ModelVersionSummaries":{"allOf":[{"$ref":"#/components/schemas/ModelVersionSummaries"},{"description":"Provides information on the specified model version, including the created time, model and dataset ARNs, and status."}]}}},"ListModelVersionsRequest":{"type":"object","required":["ModelName"],"title":"ListModelVersionsRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"Then name of the machine learning model for which the model versions are to be listed."}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the <code>NextToken</code> field in the request to list the next page of results."}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Specifies the maximum number of machine learning model versions to list."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelVersionStatus"},{"description":"Filter the results based on the current status of the model version."}]},"SourceType":{"allOf":[{"$ref":"#/components/schemas/ModelVersionSourceType"},{"description":"Filter the results based on the way the model version was generated."}]},"CreatedAtEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Filter results to return all the model versions created before this time."}]},"CreatedAtStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Filter results to return all the model versions created after this time."}]},"MaxModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"Specifies the highest version of the model to return in the list."}]},"MinModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"Specifies the lowest version of the model to return in the list."}]}}},"ListModelsResponse":{"type":"object","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of ML models. "}]},"ModelSummaries":{"allOf":[{"$ref":"#/components/schemas/ModelSummaries"},{"description":"Provides information on the specified model, including created time, model and dataset ARNs, and status. "}]}}},"ListModelsRequest":{"type":"object","title":"ListModelsRequest","properties":{"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":" An opaque pagination token indicating where to continue the listing of ML models. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":" Specifies the maximum number of ML models to list. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelStatus"},{"description":"The status of the ML model. "}]},"ModelNameBeginsWith":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The beginning of the name of the ML models being listed. "}]},"DatasetNameBeginsWith":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The beginning of the name of the dataset of the ML models to be listed. "}]}}},"ListSensorStatisticsResponse":{"type":"object","properties":{"SensorStatisticsSummaries":{"allOf":[{"$ref":"#/components/schemas/SensorStatisticsSummaries"},{"description":"Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps. "}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"An opaque pagination token indicating where to continue the listing of sensor statistics. "}]}}},"ListSensorStatisticsRequest":{"type":"object","required":["DatasetName"],"title":"ListSensorStatisticsRequest","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":" The name of the dataset associated with the list of Sensor Statistics. "}]},"IngestionJobId":{"allOf":[{"$ref":"#/components/schemas/IngestionJobId"},{"description":" The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs. "}]},"MaxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Specifies the maximum number of sensors for which to retrieve statistics. "}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"An opaque pagination token indicating where to continue the listing of sensor statistics. "}]}}},"ListTagsForResourceResponse":{"type":"object","properties":{"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":" Any tags associated with the resource. "}]}}},"ListTagsForResourceRequest":{"type":"object","required":["ResourceArn"],"title":"ListTagsForResourceRequest","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/AmazonResourceArn"},{"description":"The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is the focus of the <code>ListTagsForResource</code> operation. "}]}}},"PutResourcePolicyResponse":{"type":"object","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/ResourceArn"},{"description":"The Amazon Resource Name (ARN) of the resource for which the policy was created."}]},"PolicyRevisionId":{"allOf":[{"$ref":"#/components/schemas/PolicyRevisionId"},{"description":"A unique identifier for a revision of the resource policy."}]}}},"PutResourcePolicyRequest":{"type":"object","required":["ResourceArn","ResourcePolicy","ClientToken"],"title":"PutResourcePolicyRequest","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/ResourceArn"},{"description":"The Amazon Resource Name (ARN) of the resource for which the policy is being created."}]},"ResourcePolicy":{"allOf":[{"$ref":"#/components/schemas/Policy"},{"description":"The JSON-formatted resource policy to create."}]},"PolicyRevisionId":{"allOf":[{"$ref":"#/components/schemas/PolicyRevisionId"},{"description":"A unique identifier for a revision of the resource policy."}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":"A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]}}},"StartDataIngestionJobResponse":{"type":"object","properties":{"JobId":{"allOf":[{"$ref":"#/components/schemas/IngestionJobId"},{"description":"Indicates the job ID of the data ingestion job. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/IngestionJobStatus"},{"description":"Indicates the status of the <code>StartDataIngestionJob</code> operation. "}]}}},"StartDataIngestionJobRequest":{"type":"object","required":["DatasetName","IngestionInputConfiguration","RoleArn","ClientToken"],"title":"StartDataIngestionJobRequest","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetIdentifier"},{"description":"The name of the dataset being used by the data ingestion job. "}]},"IngestionInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/IngestionInputConfiguration"},{"description":" Specifies information for the input data for the data ingestion job, including dataset S3 location. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":" The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job. "}]},"ClientToken":{"allOf":[{"$ref":"#/components/schemas/IdempotenceToken"},{"description":" A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. "}]}}},"StartInferenceSchedulerResponse":{"type":"object","properties":{"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the ML model being used by the inference scheduler. "}]},"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model being used by the inference scheduler. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler being started. "}]},"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":"The Amazon Resource Name (ARN) of the inference scheduler being started. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerStatus"},{"description":"Indicates the status of the inference scheduler. "}]}}},"StartInferenceSchedulerRequest":{"type":"object","required":["InferenceSchedulerName"],"title":"StartInferenceSchedulerRequest","properties":{"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler to be started. "}]}}},"StopInferenceSchedulerResponse":{"type":"object","properties":{"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being stopped. "}]},"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model used by the inference scheduler being stopped. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler being stopped. "}]},"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":"The Amazon Resource Name (ARN) of the inference schedule being stopped. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerStatus"},{"description":"Indicates the status of the inference scheduler. "}]}}},"StopInferenceSchedulerRequest":{"type":"object","required":["InferenceSchedulerName"],"title":"StopInferenceSchedulerRequest","properties":{"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler to be stopped. "}]}}},"TagResourceResponse":{"type":"object","properties":{}},"TagResourceRequest":{"type":"object","required":["ResourceArn","Tags"],"title":"TagResourceRequest","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/AmazonResourceArn"},{"description":"The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated. "}]},"Tags":{"allOf":[{"$ref":"#/components/schemas/TagList"},{"description":"The tag or tags to be associated with a specific resource. Both the tag key and value are specified. "}]}}},"UntagResourceResponse":{"type":"object","properties":{}},"UntagResourceRequest":{"type":"object","required":["ResourceArn","TagKeys"],"title":"UntagResourceRequest","properties":{"ResourceArn":{"allOf":[{"$ref":"#/components/schemas/AmazonResourceArn"},{"description":"The Amazon Resource Name (ARN) of the resource to which the tag is currently associated. "}]},"TagKeys":{"allOf":[{"$ref":"#/components/schemas/TagKeyList"},{"description":"Specifies the key of the tag to be removed from a specified resource. "}]}}},"UpdateActiveModelVersionResponse":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the machine learning model for which the active model version was set."}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set."}]},"CurrentActiveVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The version that is currently active of the machine learning model for which the active model version was set."}]},"PreviousActiveVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The previous version that was active of the machine learning model for which the active model version was set."}]},"CurrentActiveVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version."}]},"PreviousActiveVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version."}]}}},"UpdateActiveModelVersionRequest":{"type":"object","required":["ModelName","ModelVersion"],"title":"UpdateActiveModelVersionRequest","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the machine learning model for which the active model version is being set."}]},"ModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The version of the machine learning model for which the active model version is being set."}]}}},"UpdateInferenceSchedulerRequest":{"type":"object","required":["InferenceSchedulerName"],"title":"UpdateInferenceSchedulerRequest","properties":{"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerIdentifier"},{"description":"The name of the inference scheduler to be updated. "}]},"DataDelayOffsetInMinutes":{"allOf":[{"$ref":"#/components/schemas/DataDelayOffsetInMinutes"},{"description":" A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data."}]},"DataUploadFrequency":{"allOf":[{"$ref":"#/components/schemas/DataUploadFrequency"},{"description":"How often data is uploaded to the source S3 bucket for the input data. The value chosen is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes. "}]},"DataInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceInputConfiguration"},{"description":" Specifies information for the input data for the inference scheduler, including delimiter, format, and dataset location. "}]},"DataOutputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceOutputConfiguration"},{"description":" Specifies information for the output results from the inference scheduler, including the output S3 location. "}]},"RoleArn":{"allOf":[{"$ref":"#/components/schemas/IamRoleArn"},{"description":" The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler. "}]}}},"UpdateLabelGroupRequest":{"type":"object","required":["LabelGroupName"],"title":"UpdateLabelGroupRequest","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group to be updated. "}]},"FaultCodes":{"allOf":[{"$ref":"#/components/schemas/FaultCodes"},{"description":"<p> Updates the code indicating the type of anomaly associated with the label. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]}}},"AmazonResourceArn":{"type":"string","minLength":1,"maxLength":1011},"Boolean":{"type":"boolean"},"BoundedLengthString":{"type":"string","pattern":"[\\P{M}\\p{M}]{1,5000}","minLength":1,"maxLength":5000},"StatisticalIssueStatus":{"type":"string","enum":["POTENTIAL_ISSUE_DETECTED","NO_ISSUE_DETECTED"]},"Integer":{"type":"integer"},"CategoricalValues":{"type":"object","required":["Status"],"properties":{"Status":{"allOf":[{"$ref":"#/components/schemas/StatisticalIssueStatus"},{"description":" Indicates whether there is a potential data issue related to categorical values. "}]},"NumberOfCategory":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the number of categories in the data. "}]}},"description":" Entity that comprises information on categorical values in data. "},"Comments":{"type":"string","pattern":"[\\P{M}\\p{M}]{1,2560}","minLength":1,"maxLength":2560},"ComponentName":{"type":"string","pattern":"^[0-9a-zA-Z._\\-]{1,200}$","minLength":1,"maxLength":200},"ComponentTimestampDelimiter":{"type":"string","pattern":"^(\\-|\\_|\\s)?$","minLength":0,"maxLength":1},"Float":{"type":"number","format":"float"},"CountPercent":{"type":"object","required":["Count","Percentage"],"properties":{"Count":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the count of occurences of the given statistic. "}]},"Percentage":{"allOf":[{"$ref":"#/components/schemas/Float"},{"description":" Indicates the percentage of occurances of the given statistic. "}]}},"description":" Entity that comprises information of count and percentage. "},"DatasetName":{"type":"string","pattern":"^[0-9a-zA-Z_-]{1,200}$","minLength":1,"maxLength":200},"DatasetSchema":{"type":"object","properties":{"InlineDataSchema":{"allOf":[{"$ref":"#/components/schemas/InlineDataSchema"},{"description":" "}]}},"description":"Provides information about the data schema used with the given dataset. "},"NameOrArn":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$","minLength":1,"maxLength":2048},"IdempotenceToken":{"type":"string","pattern":"\\p{ASCII}{1,256}","minLength":1,"maxLength":256},"TagList":{"type":"array","items":{"$ref":"#/components/schemas/Tag"},"minItems":0,"maxItems":200},"DatasetArn":{"type":"string","pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/.+","minLength":20,"maxLength":2048},"DatasetStatus":{"type":"string","enum":["CREATED","INGESTION_IN_PROGRESS","ACTIVE","IMPORT_IN_PROGRESS"]},"ModelName":{"type":"string","pattern":"^[0-9a-zA-Z_-]{1,200}$","minLength":1,"maxLength":200},"InferenceSchedulerName":{"type":"string","pattern":"^[0-9a-zA-Z_-]{1,200}$","minLength":1,"maxLength":200},"DataDelayOffsetInMinutes":{"type":"integer","minimum":0,"maximum":60},"DataUploadFrequency":{"type":"string","enum":["PT5M","PT10M","PT15M","PT30M","PT1H"]},"InferenceInputConfiguration":{"type":"object","properties":{"S3InputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceS3InputConfiguration"},{"description":" Specifies configuration information for the input data for the inference, including Amazon S3 location of input data."}]},"InputTimeZoneOffset":{"allOf":[{"$ref":"#/components/schemas/TimeZoneOffset"},{"description":"Indicates the difference between your time zone and Coordinated Universal Time (UTC)."}]},"InferenceInputNameConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceInputNameConfiguration"},{"description":"Specifies configuration information for the input data for the inference, including timestamp format and delimiter. "}]}},"description":"Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.. "},"InferenceOutputConfiguration":{"type":"object","required":["S3OutputConfiguration"],"properties":{"S3OutputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceS3OutputConfiguration"},{"description":" Specifies configuration information for the output results from for the inference, output S3 location. "}]},"KmsKeyId":{"allOf":[{"$ref":"#/components/schemas/NameOrArn"},{"description":"The ID number for the KMS key key used to encrypt the inference output. "}]}},"description":" Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location. "},"IamRoleArn":{"type":"string","pattern":"arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+","minLength":20,"maxLength":2048},"InferenceSchedulerArn":{"type":"string","pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:inference-scheduler\\/.+","minLength":20,"maxLength":2048},"InferenceSchedulerStatus":{"type":"string","enum":["PENDING","RUNNING","STOPPING","STOPPED"]},"LabelGroupName":{"type":"string","pattern":"^[0-9a-zA-Z_-]{1,200}$","minLength":1,"maxLength":200},"FaultCodes":{"type":"array","items":{"$ref":"#/components/schemas/FaultCode"},"minItems":0,"maxItems":50},"LabelGroupArn":{"type":"string","pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:label-group\\/.+","minLength":20,"maxLength":2048},"Timestamp":{"type":"string","format":"date-time"},"LabelRating":{"type":"string","enum":["ANOMALY","NO_ANOMALY","NEUTRAL"]},"FaultCode":{"type":"string","pattern":"[\\P{M}\\p{M}]{1,100}","minLength":1,"maxLength":100},"Equipment":{"type":"string","pattern":"[\\P{M}\\p{M}]{1,200}","minLength":1,"maxLength":200},"LabelId":{"type":"string","pattern":"[A-Fa-f0-9]{0,32}","maxLength":32},"DatasetIdentifier":{"type":"string","pattern":"^[0-9a-zA-Z_-]{1,200}$","minLength":1,"maxLength":200},"LabelsInputConfiguration":{"type":"object","properties":{"S3InputConfiguration":{"allOf":[{"$ref":"#/components/schemas/LabelsS3InputConfiguration"},{"description":"Contains location information for the S3 location being used for label data. "}]},"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group to be used for label data. "}]}},"description":"Contains the configuration information for the S3 location being used to hold label data. "},"DataPreProcessingConfiguration":{"type":"object","properties":{"TargetSamplingRate":{"allOf":[{"$ref":"#/components/schemas/TargetSamplingRate"},{"description":"<p>The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p> <p>When providing a value for the <code>TargetSamplingRate</code>, you must attach the prefix \"PT\" to the rate you want. The value for a 1 second rate is therefore <i>PT1S</i>, the value for a 15 minute rate is <i>PT15M</i>, and the value for a 1 hour rate is <i>PT1H</i> </p>"}]}},"description":"<p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p> <p>When providing a value for the <code>TargetSamplingRate</code>, you must attach the prefix \"PT\" to the rate you want. The value for a 1 second rate is therefore <i>PT1S</i>, the value for a 15 minute rate is <i>PT15M</i>, and the value for a 1 hour rate is <i>PT1H</i> </p>"},"OffCondition":{"type":"string","minLength":1,"maxLength":2048},"ModelArn":{"type":"string","pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+","minLength":20,"maxLength":2048},"ModelStatus":{"type":"string","enum":["IN_PROGRESS","SUCCESS","FAILED","IMPORT_IN_PROGRESS"]},"DataIngestionJobSummary":{"type":"object","properties":{"JobId":{"allOf":[{"$ref":"#/components/schemas/IngestionJobId"},{"description":"Indicates the job ID of the data ingestion job. "}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset used for the data ingestion job. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the dataset used in the data ingestion job. "}]},"IngestionInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/IngestionInputConfiguration"},{"description":" Specifies information for the input data for the data inference job, including data Amazon S3 location parameters. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/IngestionJobStatus"},{"description":"Indicates the status of the data ingestion job. "}]}},"description":"Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status. "},"DataIngestionJobSummaries":{"type":"array","items":{"$ref":"#/components/schemas/DataIngestionJobSummary"}},"IngestionJobId":{"type":"string","pattern":"[A-Fa-f0-9]{0,32}","maxLength":32},"IngestionInputConfiguration":{"type":"object","required":["S3InputConfiguration"],"properties":{"S3InputConfiguration":{"allOf":[{"$ref":"#/components/schemas/IngestionS3InputConfiguration"},{"description":"The location information for the S3 bucket used for input data for the data ingestion. "}]}},"description":" Specifies configuration information for the input data for the data ingestion job, including input data S3 location. "},"IngestionJobStatus":{"type":"string","enum":["IN_PROGRESS","SUCCESS","FAILED","IMPORT_IN_PROGRESS"]},"TargetSamplingRate":{"type":"string","enum":["PT1S","PT5S","PT10S","PT15S","PT30S","PT1M","PT5M","PT10M","PT15M","PT30M","PT1H"]},"InsufficientSensorData":{"type":"object","required":["MissingCompleteSensorData","SensorsWithShortDateRange"],"properties":{"MissingCompleteSensorData":{"allOf":[{"$ref":"#/components/schemas/MissingCompleteSensorData"},{"description":" Parameter that describes the total number of sensors that have data completely missing for it. "}]},"SensorsWithShortDateRange":{"allOf":[{"$ref":"#/components/schemas/SensorsWithShortDateRange"},{"description":" Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall. "}]}},"description":" Entity that comprises aggregated information on sensors having insufficient data. "},"MissingSensorData":{"type":"object","required":["AffectedSensorCount","TotalNumberOfMissingValues"],"properties":{"AffectedSensorCount":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the number of sensors that have atleast some data missing. "}]},"TotalNumberOfMissingValues":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the total number of missing values across all the sensors. "}]}},"description":" Entity that comprises aggregated information on sensors having missing data. "},"InvalidSensorData":{"type":"object","required":["AffectedSensorCount","TotalNumberOfInvalidValues"],"properties":{"AffectedSensorCount":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the number of sensors that have at least some invalid values. "}]},"TotalNumberOfInvalidValues":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the total number of invalid values across all the sensors. "}]}},"description":" Entity that comprises aggregated information on sensors having insufficient data. "},"UnsupportedTimestamps":{"type":"object","required":["TotalNumberOfUnsupportedTimestamps"],"properties":{"TotalNumberOfUnsupportedTimestamps":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the total number of unsupported timestamps across the ingested data. "}]}},"description":" Entity that comprises information abount unsupported timestamps in the dataset. "},"DuplicateTimestamps":{"type":"object","required":["TotalNumberOfDuplicateTimestamps"],"properties":{"TotalNumberOfDuplicateTimestamps":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the total number of duplicate timestamps. "}]}},"description":" Entity that comprises information abount duplicate timestamps in the dataset. "},"DataQualitySummary":{"type":"object","required":["InsufficientSensorData","MissingSensorData","InvalidSensorData","UnsupportedTimestamps","DuplicateTimestamps"],"properties":{"InsufficientSensorData":{"allOf":[{"$ref":"#/components/schemas/InsufficientSensorData"},{"description":" Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range. "}]},"MissingSensorData":{"allOf":[{"$ref":"#/components/schemas/MissingSensorData"},{"description":" Parameter that gives information about data that is missing over all the sensors in the input data. "}]},"InvalidSensorData":{"allOf":[{"$ref":"#/components/schemas/InvalidSensorData"},{"description":" Parameter that gives information about data that is invalid over all the sensors in the input data. "}]},"UnsupportedTimestamps":{"allOf":[{"$ref":"#/components/schemas/UnsupportedTimestamps"},{"description":" Parameter that gives information about unsupported timestamps in the input data. "}]},"DuplicateTimestamps":{"allOf":[{"$ref":"#/components/schemas/DuplicateTimestamps"},{"description":" Parameter that gives information about duplicate timestamps in the input data. "}]}},"description":" DataQualitySummary gives aggregated statistics over all the sensors about a completed ingestion job. It primarily gives more information about statistics over different incorrect data like MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, DuplicateTimeStamps. "},"DataSizeInBytes":{"type":"integer","minimum":0},"InlineDataSchema":{"type":"string","minLength":1,"maxLength":1000000},"DatasetSummary":{"type":"object","properties":{"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":"The Amazon Resource Name (ARN) of the specified dataset. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/DatasetStatus"},{"description":"Indicates the status of the dataset. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time at which the dataset was created in Amazon Lookout for Equipment. "}]}},"description":"Contains information about the specific data set, including name, ARN, and status. "},"DatasetSummaries":{"type":"array","items":{"$ref":"#/components/schemas/DatasetSummary"}},"InferenceSchedulerIdentifier":{"type":"string","pattern":"^[0-9a-zA-Z_-]{1,200}$","minLength":1,"maxLength":200},"ResourceArn":{"type":"string","pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:.+","minLength":20,"maxLength":2048},"IngestedFilesSummary":{"type":"object","required":["TotalNumberOfFiles","IngestedNumberOfFiles"],"properties":{"TotalNumberOfFiles":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":"Indicates the total number of files that were submitted for ingestion."}]},"IngestedNumberOfFiles":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":"Indicates the number of files that were successfully ingested."}]},"DiscardedFiles":{"allOf":[{"$ref":"#/components/schemas/ListOfDiscardedFiles"},{"description":"Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable."}]}},"description":"Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job."},"KmsKeyArn":{"type":"string","pattern":"arn:aws[a-z\\-]*:kms:[a-z0-9\\-]*:\\d{12}:[\\w\\-\\/]+","minLength":1,"maxLength":1024},"LatestInferenceResult":{"type":"string","enum":["ANOMALOUS","NORMAL"]},"ModelMetrics":{"type":"string","minLength":1,"maxLength":50000},"ModelVersionArn":{"type":"string","pattern":"^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+\\/.+\\/model-version\\/[0-9]{1,}$","minLength":20,"maxLength":2048},"ModelVersion":{"type":"integer","minimum":1},"ModelVersionStatus":{"type":"string","enum":["IN_PROGRESS","SUCCESS","FAILED","IMPORT_IN_PROGRESS","CANCELED"]},"ModelVersionSourceType":{"type":"string","enum":["TRAINING","RETRAINING","IMPORT"]},"PolicyRevisionId":{"type":"string","pattern":"[0-9A-Fa-f]+","maxLength":50},"Policy":{"type":"string","pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+","minLength":1,"maxLength":20000},"EventDurationInSeconds":{"type":"integer","minimum":0},"FileNameTimestampFormat":{"type":"string","pattern":"^EPOCH|yyyy-MM-dd-HH-mm-ss|yyyyMMddHHmmss$"},"InferenceEventSummary":{"type":"object","properties":{"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":" The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler being used for the inference events. "}]},"EventStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the starting time of an inference event. "}]},"EventEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the ending time of an inference event. "}]},"Diagnostics":{"allOf":[{"$ref":"#/components/schemas/ModelMetrics"},{"description":" An array which specifies the names and values of all sensors contributing to an inference event."}]},"EventDurationInSeconds":{"allOf":[{"$ref":"#/components/schemas/EventDurationInSeconds"},{"description":" Indicates the size of an inference event in seconds. "}]}},"description":"Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on."},"InferenceEventSummaries":{"type":"array","items":{"$ref":"#/components/schemas/InferenceEventSummary"}},"InferenceExecutionStatus":{"type":"string","enum":["IN_PROGRESS","SUCCESS","FAILED"]},"InferenceExecutionSummary":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model being used for the inference execution. "}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the ML model used for the inference execution. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler being used for the inference execution. "}]},"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":" The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution. "}]},"ScheduledStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the start time at which the inference scheduler began the specific inference execution. "}]},"DataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time reference in the dataset at which the inference execution began. "}]},"DataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"Indicates the time reference in the dataset at which the inference execution stopped. "}]},"DataInputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceInputConfiguration"},{"description":" Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. "}]},"DataOutputConfiguration":{"allOf":[{"$ref":"#/components/schemas/InferenceOutputConfiguration"},{"description":" Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location. "}]},"CustomerResultObject":{"allOf":[{"$ref":"#/components/schemas/S3Object"},{"description":" "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceExecutionStatus"},{"description":"Indicates the status of the inference execution. "}]},"FailedReason":{"allOf":[{"$ref":"#/components/schemas/BoundedLengthString"},{"description":" Specifies the reason for failure when an inference execution has failed. "}]}},"description":"Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on. "},"InferenceExecutionSummaries":{"type":"array","items":{"$ref":"#/components/schemas/InferenceExecutionSummary"}},"S3Object":{"type":"object","required":["Bucket","Key"],"properties":{"Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The name of the specific S3 bucket. "}]},"Key":{"allOf":[{"$ref":"#/components/schemas/S3Key"},{"description":"The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible. "}]}},"description":"Contains information about an S3 bucket. "},"InferenceS3InputConfiguration":{"type":"object","required":["Bucket"],"properties":{"Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The bucket containing the input dataset for the inference. "}]},"Prefix":{"allOf":[{"$ref":"#/components/schemas/S3Prefix"},{"description":"The prefix for the S3 bucket used for the input data for the inference. "}]}},"description":" Specifies configuration information for the input data for the inference, including input data S3 location. "},"TimeZoneOffset":{"type":"string","pattern":"^(\\+|\\-)[0-9]{2}\\:[0-9]{2}$"},"InferenceInputNameConfiguration":{"type":"object","properties":{"TimestampFormat":{"allOf":[{"$ref":"#/components/schemas/FileNameTimestampFormat"},{"description":"The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-). "}]},"ComponentTimestampDelimiter":{"allOf":[{"$ref":"#/components/schemas/ComponentTimestampDelimiter"},{"description":"Indicates the delimiter character used between items in the data. "}]}},"description":"Specifies configuration information for the input data for the inference, including timestamp format and delimiter. "},"InferenceS3OutputConfiguration":{"type":"object","required":["Bucket"],"properties":{"Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":" The bucket containing the output results from the inference "}]},"Prefix":{"allOf":[{"$ref":"#/components/schemas/S3Prefix"},{"description":" The prefix for the S3 bucket used for the output results from the inference. "}]}},"description":" Specifies configuration information for the output results from the inference, including output S3 location. "},"S3Bucket":{"type":"string","pattern":"^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$","minLength":3,"maxLength":63},"S3Prefix":{"type":"string","pattern":"(^$)|([\\u0009\\u000A\\u000D\\u0020-\\u00FF]{1,1023}/$)","minLength":0,"maxLength":1024},"InferenceSchedulerSummary":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model used for the inference scheduler. "}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":" The Amazon Resource Name (ARN) of the ML model used by the inference scheduler. "}]},"InferenceSchedulerName":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerName"},{"description":"The name of the inference scheduler. "}]},"InferenceSchedulerArn":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerArn"},{"description":" The Amazon Resource Name (ARN) of the inference scheduler. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/InferenceSchedulerStatus"},{"description":"Indicates the status of the inference scheduler. "}]},"DataDelayOffsetInMinutes":{"allOf":[{"$ref":"#/components/schemas/DataDelayOffsetInMinutes"},{"description":"A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data. "}]},"DataUploadFrequency":{"allOf":[{"$ref":"#/components/schemas/DataUploadFrequency"},{"description":"How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes. "}]},"LatestInferenceResult":{"allOf":[{"$ref":"#/components/schemas/LatestInferenceResult"},{"description":"Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found)."}]}},"description":"Contains information about the specific inference scheduler, including data delay offset, model name and ARN, status, and so on. "},"InferenceSchedulerSummaries":{"type":"array","items":{"$ref":"#/components/schemas/InferenceSchedulerSummary"}},"ListOfDiscardedFiles":{"type":"array","items":{"$ref":"#/components/schemas/S3Object"},"minItems":0},"IngestionS3InputConfiguration":{"type":"object","required":["Bucket"],"properties":{"Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The name of the S3 bucket used for the input data for the data ingestion. "}]},"Prefix":{"allOf":[{"$ref":"#/components/schemas/S3Prefix"},{"description":"The prefix for the S3 location being used for the input data for the data ingestion. "}]},"KeyPattern":{"allOf":[{"$ref":"#/components/schemas/KeyPattern"},{"description":"<p> The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time.</p> <p>Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)</p>"}]}},"description":" Specifies S3 configuration information for the input data for the data ingestion job. "},"KeyPattern":{"type":"string","minLength":1,"maxLength":2048},"MissingCompleteSensorData":{"type":"object","required":["AffectedSensorCount"],"properties":{"AffectedSensorCount":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the number of sensors that have data missing completely. "}]}},"description":" Entity that comprises information on sensors that have sensor data completely missing. "},"SensorsWithShortDateRange":{"type":"object","required":["AffectedSensorCount"],"properties":{"AffectedSensorCount":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the number of sensors that have less than 90 days of data. "}]}},"description":" Entity that comprises information on sensors that have shorter date range. "},"LabelGroupSummary":{"type":"object","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group. "}]},"LabelGroupArn":{"allOf":[{"$ref":"#/components/schemas/LabelGroupArn"},{"description":" The Amazon Resource Name (ARN) of the label group. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The time at which the label group was created. "}]},"UpdatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The time at which the label group was updated. "}]}},"description":" Contains information about the label group. "},"LabelGroupSummaries":{"type":"array","items":{"$ref":"#/components/schemas/LabelGroupSummary"}},"LabelSummary":{"type":"object","properties":{"LabelGroupName":{"allOf":[{"$ref":"#/components/schemas/LabelGroupName"},{"description":" The name of the label group. "}]},"LabelId":{"allOf":[{"$ref":"#/components/schemas/LabelId"},{"description":" The ID of the label. "}]},"LabelGroupArn":{"allOf":[{"$ref":"#/components/schemas/LabelGroupArn"},{"description":" The Amazon Resource Name (ARN) of the label group. "}]},"StartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The timestamp indicating the start of the label. "}]},"EndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The timestamp indicating the end of the label. "}]},"Rating":{"allOf":[{"$ref":"#/components/schemas/LabelRating"},{"description":" Indicates whether a labeled event represents an anomaly. "}]},"FaultCode":{"allOf":[{"$ref":"#/components/schemas/FaultCode"},{"description":"<p> Indicates the type of anomaly associated with the label. </p> <p>Data in this field will be retained for service usage. Follow best practices for the security of your data.</p>"}]},"Equipment":{"allOf":[{"$ref":"#/components/schemas/Equipment"},{"description":" Indicates that a label pertains to a particular piece of equipment. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The time at which the label was created. "}]}},"description":" Information about the label. "},"LabelSummaries":{"type":"array","items":{"$ref":"#/components/schemas/LabelSummary"}},"LabelsS3InputConfiguration":{"type":"object","required":["Bucket"],"properties":{"Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The name of the S3 bucket holding the label data. "}]},"Prefix":{"allOf":[{"$ref":"#/components/schemas/S3Prefix"},{"description":" The prefix for the S3 bucket used for the label data. "}]}},"description":"The location information (prefix and bucket name) for the s3 location being used for label data. "},"LargeTimestampGaps":{"type":"object","required":["Status"],"properties":{"Status":{"allOf":[{"$ref":"#/components/schemas/StatisticalIssueStatus"},{"description":" Indicates whether there is a potential data issue related to large gaps in timestamps. "}]},"NumberOfLargeTimestampGaps":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the number of large timestamp gaps, if there are any. "}]},"MaxTimestampGapInDays":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":" Indicates the size of the largest timestamp gap, in days. "}]}},"description":" Entity that comprises information on large gaps between consecutive timestamps in data. "},"NextToken":{"type":"string","pattern":"\\p{ASCII}{0,8192}","maxLength":8192},"MaxResults":{"type":"integer","minimum":1,"maximum":500},"ModelVersionSummaries":{"type":"array","items":{"$ref":"#/components/schemas/ModelVersionSummary"}},"ModelSummaries":{"type":"array","items":{"$ref":"#/components/schemas/ModelSummary"}},"SensorStatisticsSummaries":{"type":"array","items":{"$ref":"#/components/schemas/SensorStatisticsSummary"}},"ModelSummary":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the ML model. "}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":" The Amazon Resource Name (ARN) of the ML model. "}]},"DatasetName":{"allOf":[{"$ref":"#/components/schemas/DatasetName"},{"description":"The name of the dataset being used for the ML model. "}]},"DatasetArn":{"allOf":[{"$ref":"#/components/schemas/DatasetArn"},{"description":" The Amazon Resource Name (ARN) of the dataset used to create the model. "}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelStatus"},{"description":"Indicates the status of the ML model. "}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time at which the specific model was created. "}]},"ActiveModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The model version that the inference scheduler uses to run an inference execution."}]},"ActiveModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution."}]}},"description":"Provides information about the specified ML model, including dataset and model names and ARNs, as well as status. "},"ModelVersionSummary":{"type":"object","properties":{"ModelName":{"allOf":[{"$ref":"#/components/schemas/ModelName"},{"description":"The name of the model that this model version is a version of."}]},"ModelArn":{"allOf":[{"$ref":"#/components/schemas/ModelArn"},{"description":"The Amazon Resource Name (ARN) of the model that this model version is a version of."}]},"ModelVersion":{"allOf":[{"$ref":"#/components/schemas/ModelVersion"},{"description":"The version of the model."}]},"ModelVersionArn":{"allOf":[{"$ref":"#/components/schemas/ModelVersionArn"},{"description":"The Amazon Resource Name (ARN) of the model version."}]},"CreatedAt":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time when this model version was created."}]},"Status":{"allOf":[{"$ref":"#/components/schemas/ModelVersionStatus"},{"description":"The current status of the model version."}]},"SourceType":{"allOf":[{"$ref":"#/components/schemas/ModelVersionSourceType"},{"description":"Indicates how this model version was generated."}]}},"description":"Contains information about the specific model version."},"Monotonicity":{"type":"string","enum":["DECREASING","INCREASING","STATIC"]},"MonotonicValues":{"type":"object","required":["Status"],"properties":{"Status":{"allOf":[{"$ref":"#/components/schemas/StatisticalIssueStatus"},{"description":" Indicates whether there is a potential data issue related to having monotonic values. "}]},"Monotonicity":{"allOf":[{"$ref":"#/components/schemas/Monotonicity"},{"description":" Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC. "}]}},"description":" Entity that comprises information on monotonic values in the data. "},"MultipleOperatingModes":{"type":"object","required":["Status"],"properties":{"Status":{"allOf":[{"$ref":"#/components/schemas/StatisticalIssueStatus"},{"description":" Indicates whether there is a potential data issue related to having multiple operating modes. "}]}},"description":" Entity that comprises information on operating modes in data. "},"S3Key":{"type":"string","pattern":"[\\P{M}\\p{M}]{1,1024}[^/]$","minLength":1,"maxLength":1024},"SensorName":{"type":"string","pattern":"^[0-9a-zA-Z:#$.\\-_]{1,200}$","minLength":1,"maxLength":200},"SensorStatisticsSummary":{"type":"object","properties":{"ComponentName":{"allOf":[{"$ref":"#/components/schemas/ComponentName"},{"description":" Name of the component to which the particular sensor belongs for which the statistics belong to. "}]},"SensorName":{"allOf":[{"$ref":"#/components/schemas/SensorName"},{"description":" Name of the sensor that the statistics belong to. "}]},"DataExists":{"allOf":[{"$ref":"#/components/schemas/Boolean"},{"description":" Parameter that indicates whether data exists for the sensor that the statistics belong to. "}]},"MissingValues":{"allOf":[{"$ref":"#/components/schemas/CountPercent"},{"description":" Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to. "}]},"InvalidValues":{"allOf":[{"$ref":"#/components/schemas/CountPercent"},{"description":" Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to. "}]},"InvalidDateEntries":{"allOf":[{"$ref":"#/components/schemas/CountPercent"},{"description":" Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to. "}]},"DuplicateTimestamps":{"allOf":[{"$ref":"#/components/schemas/CountPercent"},{"description":" Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to. "}]},"CategoricalValues":{"allOf":[{"$ref":"#/components/schemas/CategoricalValues"},{"description":" Parameter that describes potential risk about whether data associated with the sensor is categorical. "}]},"MultipleOperatingModes":{"allOf":[{"$ref":"#/components/schemas/MultipleOperatingModes"},{"description":" Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode. "}]},"LargeTimestampGaps":{"allOf":[{"$ref":"#/components/schemas/LargeTimestampGaps"},{"description":" Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps. "}]},"MonotonicValues":{"allOf":[{"$ref":"#/components/schemas/MonotonicValues"},{"description":" Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic. "}]},"DataStartTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to. "}]},"DataEndTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to. "}]}},"description":" Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor. "},"TagKey":{"type":"string","pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$","minLength":1,"maxLength":128},"TagValue":{"type":"string","pattern":"[\\s\\w+-=\\.:/@]*","minLength":0,"maxLength":256},"Tag":{"type":"object","required":["Key","Value"],"properties":{"Key":{"allOf":[{"$ref":"#/components/schemas/TagKey"},{"description":"The key for the specified tag. "}]},"Value":{"allOf":[{"$ref":"#/components/schemas/TagValue"},{"description":"The value for the specified tag. "}]}},"description":"A tag is a key-value pair that can be added to a resource as metadata. "},"TagKeyList":{"type":"array","items":{"$ref":"#/components/schemas/TagKey"},"minItems":0,"maxItems":200}}},"security":[{"hmac":[]}]}