python-botocore/botocore/data/lookoutequipment/2020-12-15/service-2.json
2022-12-12 08:14:19 -08:00

3079 lines
120 KiB
JSON

{
"version":"2.0",
"metadata":{
"apiVersion":"2020-12-15",
"endpointPrefix":"lookoutequipment",
"jsonVersion":"1.0",
"protocol":"json",
"serviceAbbreviation":"LookoutEquipment",
"serviceFullName":"Amazon Lookout for Equipment",
"serviceId":"LookoutEquipment",
"signatureVersion":"v4",
"targetPrefix":"AWSLookoutEquipmentFrontendService",
"uid":"lookoutequipment-2020-12-15"
},
"operations":{
"CreateDataset":{
"name":"CreateDataset",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateDatasetRequest"},
"output":{"shape":"CreateDatasetResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>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. In other words, 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. </p>"
},
"CreateInferenceScheduler":{
"name":"CreateInferenceScheduler",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateInferenceSchedulerRequest"},
"output":{"shape":"CreateInferenceSchedulerResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> 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. </p>"
},
"CreateLabel":{
"name":"CreateLabel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLabelRequest"},
"output":{"shape":"CreateLabelResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Creates a label for an event. </p>"
},
"CreateLabelGroup":{
"name":"CreateLabelGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLabelGroupRequest"},
"output":{"shape":"CreateLabelGroupResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Creates a group of labels. </p>"
},
"CreateModel":{
"name":"CreateModel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateModelRequest"},
"output":{"shape":"CreateModelResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<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>"
},
"DeleteDataset":{
"name":"DeleteDataset",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteDatasetRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"}
],
"documentation":"<p> 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. </p>"
},
"DeleteInferenceScheduler":{
"name":"DeleteInferenceScheduler",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteInferenceSchedulerRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Deletes an inference scheduler that has been set up. Already processed output results are not affected. </p>"
},
"DeleteLabel":{
"name":"DeleteLabel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLabelRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"}
],
"documentation":"<p> Deletes a label. </p>"
},
"DeleteLabelGroup":{
"name":"DeleteLabelGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLabelGroupRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"}
],
"documentation":"<p> Deletes a group of labels. </p>"
},
"DeleteModel":{
"name":"DeleteModel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteModelRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>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. </p>"
},
"DescribeDataIngestionJob":{
"name":"DescribeDataIngestionJob",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeDataIngestionJobRequest"},
"output":{"shape":"DescribeDataIngestionJobResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.</p>"
},
"DescribeDataset":{
"name":"DescribeDataset",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeDatasetRequest"},
"output":{"shape":"DescribeDatasetResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Provides a JSON description of the data in each time series dataset, including names, column names, and data types.</p>"
},
"DescribeInferenceScheduler":{
"name":"DescribeInferenceScheduler",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeInferenceSchedulerRequest"},
"output":{"shape":"DescribeInferenceSchedulerResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Specifies information about the inference scheduler being used, including name, model, status, and associated metadata </p>"
},
"DescribeLabel":{
"name":"DescribeLabel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLabelRequest"},
"output":{"shape":"DescribeLabelResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Returns the name of the label. </p>"
},
"DescribeLabelGroup":{
"name":"DescribeLabelGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLabelGroupRequest"},
"output":{"shape":"DescribeLabelGroupResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Returns information about the label group. </p>"
},
"DescribeModel":{
"name":"DescribeModel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeModelRequest"},
"output":{"shape":"DescribeModelResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>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. </p>"
},
"ListDataIngestionJobs":{
"name":"ListDataIngestionJobs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDataIngestionJobsRequest"},
"output":{"shape":"ListDataIngestionJobsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on. </p>"
},
"ListDatasets":{
"name":"ListDatasets",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDatasetsRequest"},
"output":{"shape":"ListDatasetsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all datasets currently available in your account, filtering on the dataset name. </p>"
},
"ListInferenceEvents":{
"name":"ListInferenceEvents",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListInferenceEventsRequest"},
"output":{"shape":"ListInferenceEventsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Lists all inference events that have been found for the specified inference scheduler. </p>"
},
"ListInferenceExecutions":{
"name":"ListInferenceExecutions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListInferenceExecutionsRequest"},
"output":{"shape":"ListInferenceExecutionsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Lists all inference executions that have been performed by the specified inference scheduler. </p>"
},
"ListInferenceSchedulers":{
"name":"ListInferenceSchedulers",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListInferenceSchedulersRequest"},
"output":{"shape":"ListInferenceSchedulersResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Retrieves a list of all inference schedulers currently available for your account. </p>"
},
"ListLabelGroups":{
"name":"ListLabelGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLabelGroupsRequest"},
"output":{"shape":"ListLabelGroupsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Returns a list of the label groups. </p>"
},
"ListLabels":{
"name":"ListLabels",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLabelsRequest"},
"output":{"shape":"ListLabelsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Provides a list of labels. </p>"
},
"ListModels":{
"name":"ListModels",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListModelsRequest"},
"output":{"shape":"ListModelsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Generates a list of all models in the account, including model name and ARN, dataset, and status. </p>"
},
"ListSensorStatistics":{
"name":"ListSensorStatistics",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSensorStatisticsRequest"},
"output":{"shape":"ListSensorStatisticsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> 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. </p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all the tags for a specified resource, including key and value. </p>"
},
"StartDataIngestionJob":{
"name":"StartDataIngestionJob",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartDataIngestionJobRequest"},
"output":{"shape":"StartDataIngestionJobResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </p>"
},
"StartInferenceScheduler":{
"name":"StartInferenceScheduler",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartInferenceSchedulerRequest"},
"output":{"shape":"StartInferenceSchedulerResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Starts an inference scheduler. </p>"
},
"StopInferenceScheduler":{
"name":"StopInferenceScheduler",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopInferenceSchedulerRequest"},
"output":{"shape":"StopInferenceSchedulerResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Stops an inference scheduler. </p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>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. </p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Removes a specific tag from a given resource. The tag is specified by its key. </p>"
},
"UpdateInferenceScheduler":{
"name":"UpdateInferenceScheduler",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateInferenceSchedulerRequest"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Updates an inference scheduler. </p>"
},
"UpdateLabelGroup":{
"name":"UpdateLabelGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLabelGroupRequest"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Updates the label group. </p>"
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p>The request could not be completed because you do not have access to the resource. </p>",
"exception":true
},
"AmazonResourceArn":{
"type":"string",
"max":1011,
"min":1
},
"Boolean":{"type":"boolean"},
"BoundedLengthString":{
"type":"string",
"max":5000,
"min":1,
"pattern":"[\\P{M}\\p{M}]{1,5000}"
},
"CategoricalValues":{
"type":"structure",
"required":["Status"],
"members":{
"Status":{
"shape":"StatisticalIssueStatus",
"documentation":"<p> Indicates whether there is a potential data issue related to categorical values. </p>"
},
"NumberOfCategory":{
"shape":"Integer",
"documentation":"<p> Indicates the number of categories in the data. </p>"
}
},
"documentation":"<p> Entity that comprises information on categorical values in data. </p>"
},
"Comments":{
"type":"string",
"max":2560,
"min":1,
"pattern":"[\\P{M}\\p{M}]{1,2560}"
},
"ComponentName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z._\\-]{1,200}$"
},
"ComponentTimestampDelimiter":{
"type":"string",
"max":1,
"min":0,
"pattern":"^(\\-|\\_|\\s)?$"
},
"ConflictException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p> The request could not be completed due to a conflict with the current state of the target resource. </p>",
"exception":true
},
"CountPercent":{
"type":"structure",
"required":[
"Count",
"Percentage"
],
"members":{
"Count":{
"shape":"Integer",
"documentation":"<p> Indicates the count of occurences of the given statistic. </p>"
},
"Percentage":{
"shape":"Float",
"documentation":"<p> Indicates the percentage of occurances of the given statistic. </p>"
}
},
"documentation":"<p> Entity that comprises information of count and percentage. </p>"
},
"CreateDatasetRequest":{
"type":"structure",
"required":[
"DatasetName",
"ClientToken"
],
"members":{
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset being created. </p>"
},
"DatasetSchema":{
"shape":"DatasetSchema",
"documentation":"<p>A JSON description of the data that is in each time series dataset, including names, column names, and data types. </p>"
},
"ServerSideKmsKeyId":{
"shape":"NameOrArn",
"documentation":"<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>"
},
"ClientToken":{
"shape":"IdempotenceToken",
"documentation":"<p> A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. </p>",
"idempotencyToken":true
},
"Tags":{
"shape":"TagList",
"documentation":"<p>Any tags associated with the ingested data described in the dataset. </p>"
}
}
},
"CreateDatasetResponse":{
"type":"structure",
"members":{
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset being created. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the dataset being created. </p>"
},
"Status":{
"shape":"DatasetStatus",
"documentation":"<p>Indicates the status of the <code>CreateDataset</code> operation. </p>"
}
}
},
"CreateInferenceSchedulerRequest":{
"type":"structure",
"required":[
"ModelName",
"InferenceSchedulerName",
"DataUploadFrequency",
"DataInputConfiguration",
"DataOutputConfiguration",
"RoleArn",
"ClientToken"
],
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the previously trained ML model being used to create the inference scheduler. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler being created. </p>"
},
"DataDelayOffsetInMinutes":{
"shape":"DataDelayOffsetInMinutes",
"documentation":"<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":{
"shape":"DataUploadFrequency",
"documentation":"<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":{
"shape":"InferenceInputConfiguration",
"documentation":"<p>Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>"
},
"DataOutputConfiguration":{
"shape":"InferenceOutputConfiguration",
"documentation":"<p>Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference. </p>"
},
"ServerSideKmsKeyId":{
"shape":"NameOrArn",
"documentation":"<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>"
},
"ClientToken":{
"shape":"IdempotenceToken",
"documentation":"<p> A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. </p>",
"idempotencyToken":true
},
"Tags":{
"shape":"TagList",
"documentation":"<p>Any tags associated with the inference scheduler. </p>"
}
}
},
"CreateInferenceSchedulerResponse":{
"type":"structure",
"members":{
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the inference scheduler being created. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of inference scheduler being created. </p>"
},
"Status":{
"shape":"InferenceSchedulerStatus",
"documentation":"<p>Indicates the status of the <code>CreateInferenceScheduler</code> operation. </p>"
}
}
},
"CreateLabelGroupRequest":{
"type":"structure",
"required":[
"LabelGroupName",
"ClientToken"
],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<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":{
"shape":"FaultCodes",
"documentation":"<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":{
"shape":"IdempotenceToken",
"documentation":"<p> 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. </p>",
"idempotencyToken":true
},
"Tags":{
"shape":"TagList",
"documentation":"<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>"
}
}
},
"CreateLabelGroupResponse":{
"type":"structure",
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> 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. </p>"
},
"LabelGroupArn":{
"shape":"LabelGroupArn",
"documentation":"<p> The ARN of the label group that you have created. </p>"
}
}
},
"CreateLabelRequest":{
"type":"structure",
"required":[
"LabelGroupName",
"StartTime",
"EndTime",
"Rating",
"ClientToken"
],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<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":{
"shape":"Timestamp",
"documentation":"<p> The start time of the labeled event. </p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p> The end time of the labeled event. </p>"
},
"Rating":{
"shape":"LabelRating",
"documentation":"<p> Indicates whether a labeled event represents an anomaly. </p>"
},
"FaultCode":{
"shape":"FaultCode",
"documentation":"<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":{
"shape":"Comments",
"documentation":"<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":{
"shape":"Equipment",
"documentation":"<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":{
"shape":"IdempotenceToken",
"documentation":"<p> A unique identifier for the request to create a label. If you do not set the client request token, Lookout for Equipment generates one. </p>",
"idempotencyToken":true
}
}
},
"CreateLabelResponse":{
"type":"structure",
"members":{
"LabelId":{
"shape":"LabelId",
"documentation":"<p> The ID of the label that you have created. </p>"
}
}
},
"CreateModelRequest":{
"type":"structure",
"required":[
"ModelName",
"DatasetName",
"ClientToken"
],
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name for the ML model to be created.</p>"
},
"DatasetName":{
"shape":"DatasetIdentifier",
"documentation":"<p>The name of the dataset for the ML model being created. </p>"
},
"DatasetSchema":{
"shape":"DatasetSchema",
"documentation":"<p>The data schema for the ML model being created. </p>"
},
"LabelsInputConfiguration":{
"shape":"LabelsInputConfiguration",
"documentation":"<p>The input configuration for the labels being used for the ML model that's being created. </p>"
},
"ClientToken":{
"shape":"IdempotenceToken",
"documentation":"<p>A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. </p>",
"idempotencyToken":true
},
"TrainingDataStartTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time reference in the dataset that should be used to begin the subset of training data for the ML model. </p>"
},
"TrainingDataEndTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time reference in the dataset that should be used to end the subset of training data for the ML model. </p>"
},
"EvaluationDataStartTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the ML model. </p>"
},
"EvaluationDataEndTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the ML model. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p> The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the ML model. </p>"
},
"DataPreProcessingConfiguration":{
"shape":"DataPreProcessingConfiguration",
"documentation":"<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":{
"shape":"NameOrArn",
"documentation":"<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p> Any tags associated with the ML model being created. </p>"
},
"OffCondition":{
"shape":"OffCondition",
"documentation":"<p>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.</p>"
}
}
},
"CreateModelResponse":{
"type":"structure",
"members":{
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the model being created. </p>"
},
"Status":{
"shape":"ModelStatus",
"documentation":"<p>Indicates the status of the <code>CreateModel</code> operation. </p>"
}
}
},
"DataDelayOffsetInMinutes":{
"type":"long",
"max":60,
"min":0
},
"DataIngestionJobSummaries":{
"type":"list",
"member":{"shape":"DataIngestionJobSummary"}
},
"DataIngestionJobSummary":{
"type":"structure",
"members":{
"JobId":{
"shape":"IngestionJobId",
"documentation":"<p>Indicates the job ID of the data ingestion job. </p>"
},
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset used for the data ingestion job. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the dataset used in the data ingestion job. </p>"
},
"IngestionInputConfiguration":{
"shape":"IngestionInputConfiguration",
"documentation":"<p> Specifies information for the input data for the data inference job, including data Amazon S3 location parameters. </p>"
},
"Status":{
"shape":"IngestionJobStatus",
"documentation":"<p>Indicates the status of the data ingestion job. </p>"
}
},
"documentation":"<p>Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status. </p>"
},
"DataPreProcessingConfiguration":{
"type":"structure",
"members":{
"TargetSamplingRate":{
"shape":"TargetSamplingRate",
"documentation":"<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>"
}
},
"documentation":"<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>"
},
"DataQualitySummary":{
"type":"structure",
"required":[
"InsufficientSensorData",
"MissingSensorData",
"InvalidSensorData",
"UnsupportedTimestamps",
"DuplicateTimestamps"
],
"members":{
"InsufficientSensorData":{
"shape":"InsufficientSensorData",
"documentation":"<p> 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. </p>"
},
"MissingSensorData":{
"shape":"MissingSensorData",
"documentation":"<p> Parameter that gives information about data that is missing over all the sensors in the input data. </p>"
},
"InvalidSensorData":{
"shape":"InvalidSensorData",
"documentation":"<p> Parameter that gives information about data that is invalid over all the sensors in the input data. </p>"
},
"UnsupportedTimestamps":{
"shape":"UnsupportedTimestamps",
"documentation":"<p> Parameter that gives information about unsupported timestamps in the input data. </p>"
},
"DuplicateTimestamps":{
"shape":"DuplicateTimestamps",
"documentation":"<p> Parameter that gives information about duplicate timestamps in the input data. </p>"
}
},
"documentation":"<p> 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. </p>"
},
"DataSizeInBytes":{
"type":"long",
"min":0
},
"DataUploadFrequency":{
"type":"string",
"enum":[
"PT5M",
"PT10M",
"PT15M",
"PT30M",
"PT1H"
]
},
"DatasetArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/.+"
},
"DatasetIdentifier":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z_-]{1,200}$"
},
"DatasetName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z_-]{1,200}$"
},
"DatasetSchema":{
"type":"structure",
"members":{
"InlineDataSchema":{
"shape":"InlineDataSchema",
"documentation":"<p> </p>",
"jsonvalue":true
}
},
"documentation":"<p>Provides information about the data schema used with the given dataset. </p>"
},
"DatasetStatus":{
"type":"string",
"enum":[
"CREATED",
"INGESTION_IN_PROGRESS",
"ACTIVE"
]
},
"DatasetSummaries":{
"type":"list",
"member":{"shape":"DatasetSummary"}
},
"DatasetSummary":{
"type":"structure",
"members":{
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the specified dataset. </p>"
},
"Status":{
"shape":"DatasetStatus",
"documentation":"<p>Indicates the status of the dataset. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p>The time at which the dataset was created in Amazon Lookout for Equipment. </p>"
}
},
"documentation":"<p>Contains information about the specific data set, including name, ARN, and status. </p>"
},
"DeleteDatasetRequest":{
"type":"structure",
"required":["DatasetName"],
"members":{
"DatasetName":{
"shape":"DatasetIdentifier",
"documentation":"<p>The name of the dataset to be deleted. </p>"
}
}
},
"DeleteInferenceSchedulerRequest":{
"type":"structure",
"required":["InferenceSchedulerName"],
"members":{
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler to be deleted. </p>"
}
}
},
"DeleteLabelGroupRequest":{
"type":"structure",
"required":["LabelGroupName"],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> 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. </p>"
}
}
},
"DeleteLabelRequest":{
"type":"structure",
"required":[
"LabelGroupName",
"LabelId"
],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> 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. </p>"
},
"LabelId":{
"shape":"LabelId",
"documentation":"<p> The ID of the label that you want to delete. </p>"
}
}
},
"DeleteModelRequest":{
"type":"structure",
"required":["ModelName"],
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model to be deleted. </p>"
}
}
},
"DescribeDataIngestionJobRequest":{
"type":"structure",
"required":["JobId"],
"members":{
"JobId":{
"shape":"IngestionJobId",
"documentation":"<p>The job ID of the data ingestion job. </p>"
}
}
},
"DescribeDataIngestionJobResponse":{
"type":"structure",
"members":{
"JobId":{
"shape":"IngestionJobId",
"documentation":"<p>Indicates the job ID of the data ingestion job. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job. </p>"
},
"IngestionInputConfiguration":{
"shape":"IngestionInputConfiguration",
"documentation":"<p>Specifies the S3 location configuration for the data input for the data ingestion job. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p>The time at which the data ingestion job was created. </p>"
},
"Status":{
"shape":"IngestionJobStatus",
"documentation":"<p>Indicates the status of the <code>DataIngestionJob</code> operation. </p>"
},
"FailedReason":{
"shape":"BoundedLengthString",
"documentation":"<p>Specifies the reason for failure when a data ingestion job has failed. </p>"
},
"DataQualitySummary":{
"shape":"DataQualitySummary",
"documentation":"<p> Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps. </p>"
},
"IngestedFilesSummary":{"shape":"IngestedFilesSummary"},
"StatusDetail":{
"shape":"BoundedLengthString",
"documentation":"<p> Provides details about status of the ingestion job that is currently in progress. </p>"
},
"IngestedDataSize":{
"shape":"DataSizeInBytes",
"documentation":"<p> Indicates the size of the ingested dataset. </p>"
},
"DataStartTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job. </p>"
},
"DataEndTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job. </p>"
}
}
},
"DescribeDatasetRequest":{
"type":"structure",
"required":["DatasetName"],
"members":{
"DatasetName":{
"shape":"DatasetIdentifier",
"documentation":"<p>The name of the dataset to be described. </p>"
}
}
},
"DescribeDatasetResponse":{
"type":"structure",
"members":{
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset being described. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the dataset being described. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p>Specifies the time the dataset was created in Lookout for Equipment. </p>"
},
"LastUpdatedAt":{
"shape":"Timestamp",
"documentation":"<p>Specifies the time the dataset was last updated, if it was. </p>"
},
"Status":{
"shape":"DatasetStatus",
"documentation":"<p>Indicates the status of the dataset. </p>"
},
"Schema":{
"shape":"InlineDataSchema",
"documentation":"<p>A JSON description of the data that is in each time series dataset, including names, column names, and data types. </p>",
"jsonvalue":true
},
"ServerSideKmsKeyId":{
"shape":"KmsKeyArn",
"documentation":"<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>"
},
"IngestionInputConfiguration":{
"shape":"IngestionInputConfiguration",
"documentation":"<p>Specifies the S3 location configuration for the data input for the data ingestion job. </p>"
},
"DataQualitySummary":{
"shape":"DataQualitySummary",
"documentation":"<p> 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. </p>"
},
"IngestedFilesSummary":{
"shape":"IngestedFilesSummary",
"documentation":"<p> IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job. </p>"
},
"DataStartTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset. </p>"
},
"DataEndTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset. </p>"
}
}
},
"DescribeInferenceSchedulerRequest":{
"type":"structure",
"required":["InferenceSchedulerName"],
"members":{
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler being described. </p>"
}
}
},
"DescribeInferenceSchedulerResponse":{
"type":"structure",
"members":{
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the ML model of the inference scheduler being described. </p>"
},
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model of the inference scheduler being described. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler being described. </p>"
},
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the inference scheduler being described. </p>"
},
"Status":{
"shape":"InferenceSchedulerStatus",
"documentation":"<p>Indicates the status of the inference scheduler. </p>"
},
"DataDelayOffsetInMinutes":{
"shape":"DataDelayOffsetInMinutes",
"documentation":"<p> 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.</p>"
},
"DataUploadFrequency":{
"shape":"DataUploadFrequency",
"documentation":"<p>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. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p>Specifies the time at which the inference scheduler was created. </p>"
},
"UpdatedAt":{
"shape":"Timestamp",
"documentation":"<p>Specifies the time at which the inference scheduler was last updated, if it was. </p>"
},
"DataInputConfiguration":{
"shape":"InferenceInputConfiguration",
"documentation":"<p> Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>"
},
"DataOutputConfiguration":{
"shape":"InferenceOutputConfiguration",
"documentation":"<p> Specifies information for the output results for the inference scheduler, including the output S3 location. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler being described. </p>"
},
"ServerSideKmsKeyId":{
"shape":"KmsKeyArn",
"documentation":"<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>"
},
"LatestInferenceResult":{
"shape":"LatestInferenceResult",
"documentation":"<p>Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).</p>"
}
}
},
"DescribeLabelGroupRequest":{
"type":"structure",
"required":["LabelGroupName"],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> Returns the name of the label group. </p>"
}
}
},
"DescribeLabelGroupResponse":{
"type":"structure",
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> The name of the label group. </p>"
},
"LabelGroupArn":{
"shape":"LabelGroupArn",
"documentation":"<p> The ARN of the label group. </p>"
},
"FaultCodes":{
"shape":"FaultCodes",
"documentation":"<p> Codes indicating the type of anomaly associated with the labels in the lagbel group. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p> The time at which the label group was created. </p>"
},
"UpdatedAt":{
"shape":"Timestamp",
"documentation":"<p> The time at which the label group was updated. </p>"
}
}
},
"DescribeLabelRequest":{
"type":"structure",
"required":[
"LabelGroupName",
"LabelId"
],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> Returns the name of the group containing the label. </p>"
},
"LabelId":{
"shape":"LabelId",
"documentation":"<p> Returns the ID of the label. </p>"
}
}
},
"DescribeLabelResponse":{
"type":"structure",
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> The name of the requested label group. </p>"
},
"LabelGroupArn":{
"shape":"LabelGroupArn",
"documentation":"<p> The ARN of the requested label group. </p>"
},
"LabelId":{
"shape":"LabelId",
"documentation":"<p> The ID of the requested label. </p>"
},
"StartTime":{
"shape":"Timestamp",
"documentation":"<p> The start time of the requested label. </p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p> The end time of the requested label. </p>"
},
"Rating":{
"shape":"LabelRating",
"documentation":"<p> Indicates whether a labeled event represents an anomaly. </p>"
},
"FaultCode":{
"shape":"FaultCode",
"documentation":"<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":{
"shape":"Comments",
"documentation":"<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":{
"shape":"Equipment",
"documentation":"<p> Indicates that a label pertains to a particular piece of equipment. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p> The time at which the label was created. </p>"
}
}
},
"DescribeModelRequest":{
"type":"structure",
"required":["ModelName"],
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model to be described. </p>"
}
}
},
"DescribeModelResponse":{
"type":"structure",
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model being described. </p>"
},
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the ML model being described. </p>"
},
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset being used by the ML being described. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p>The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described. </p>"
},
"Schema":{
"shape":"InlineDataSchema",
"documentation":"<p>A JSON description of the data that is in each time series dataset, including names, column names, and data types. </p>",
"jsonvalue":true
},
"LabelsInputConfiguration":{
"shape":"LabelsInputConfiguration",
"documentation":"<p>Specifies configuration information about the labels input, including its S3 location. </p>"
},
"TrainingDataStartTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference in the dataset that was used to begin the subset of training data for the ML model. </p>"
},
"TrainingDataEndTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference in the dataset that was used to end the subset of training data for the ML model. </p>"
},
"EvaluationDataStartTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the ML model. </p>"
},
"EvaluationDataEndTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference in the dataset that was used to end the subset of evaluation data for the ML model. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML model being described. </p>"
},
"DataPreProcessingConfiguration":{
"shape":"DataPreProcessingConfiguration",
"documentation":"<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":{
"shape":"ModelStatus",
"documentation":"<p>Specifies the current status of the model being described. Status describes the status of the most recent action of the model. </p>"
},
"TrainingExecutionStartTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time at which the training of the ML model began. </p>"
},
"TrainingExecutionEndTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time at which the training of the ML model was completed. </p>"
},
"FailedReason":{
"shape":"BoundedLengthString",
"documentation":"<p>If the training of the ML model failed, this indicates the reason for that failure. </p>"
},
"ModelMetrics":{
"shape":"ModelMetrics",
"documentation":"<p>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. </p>",
"jsonvalue":true
},
"LastUpdatedTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the last time the ML model was updated. The type of update is not specified. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time and date at which the ML model was created. </p>"
},
"ServerSideKmsKeyId":{
"shape":"KmsKeyArn",
"documentation":"<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>"
},
"OffCondition":{
"shape":"OffCondition",
"documentation":"<p>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.</p>"
}
}
},
"DuplicateTimestamps":{
"type":"structure",
"required":["TotalNumberOfDuplicateTimestamps"],
"members":{
"TotalNumberOfDuplicateTimestamps":{
"shape":"Integer",
"documentation":"<p> Indicates the total number of duplicate timestamps. </p>"
}
},
"documentation":"<p> Entity that comprises information abount duplicate timestamps in the dataset. </p>"
},
"Equipment":{
"type":"string",
"max":200,
"min":1,
"pattern":"[\\P{M}\\p{M}]{1,200}"
},
"EventDurationInSeconds":{
"type":"long",
"min":0
},
"FaultCode":{
"type":"string",
"max":100,
"min":1,
"pattern":"[\\P{M}\\p{M}]{1,100}"
},
"FaultCodes":{
"type":"list",
"member":{"shape":"FaultCode"},
"max":50,
"min":0
},
"FileNameTimestampFormat":{
"type":"string",
"pattern":"^EPOCH|yyyy-MM-dd-HH-mm-ss|yyyyMMddHHmmss$"
},
"Float":{"type":"float"},
"IamRoleArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+"
},
"IdempotenceToken":{
"type":"string",
"max":256,
"min":1,
"pattern":"\\p{ASCII}{1,256}"
},
"InferenceEventSummaries":{
"type":"list",
"member":{"shape":"InferenceEventSummary"}
},
"InferenceEventSummary":{
"type":"structure",
"members":{
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler being used for the inference events. </p>"
},
"EventStartTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the starting time of an inference event. </p>"
},
"EventEndTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the ending time of an inference event. </p>"
},
"Diagnostics":{
"shape":"ModelMetrics",
"documentation":"<p> An array which specifies the names and values of all sensors contributing to an inference event.</p>"
},
"EventDurationInSeconds":{
"shape":"EventDurationInSeconds",
"documentation":"<p> Indicates the size of an inference event in seconds. </p>"
}
},
"documentation":"<p>Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.</p>"
},
"InferenceExecutionStatus":{
"type":"string",
"enum":[
"IN_PROGRESS",
"SUCCESS",
"FAILED"
]
},
"InferenceExecutionSummaries":{
"type":"list",
"member":{"shape":"InferenceExecutionSummary"}
},
"InferenceExecutionSummary":{
"type":"structure",
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model being used for the inference execution. </p>"
},
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the ML model used for the inference execution. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler being used for the inference execution. </p>"
},
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution. </p>"
},
"ScheduledStartTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the start time at which the inference scheduler began the specific inference execution. </p>"
},
"DataStartTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time reference in the dataset at which the inference execution began. </p>"
},
"DataEndTime":{
"shape":"Timestamp",
"documentation":"<p>Indicates the time reference in the dataset at which the inference execution stopped. </p>"
},
"DataInputConfiguration":{
"shape":"InferenceInputConfiguration",
"documentation":"<p> Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>"
},
"DataOutputConfiguration":{
"shape":"InferenceOutputConfiguration",
"documentation":"<p> Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location. </p>"
},
"CustomerResultObject":{
"shape":"S3Object",
"documentation":"<p> </p>"
},
"Status":{
"shape":"InferenceExecutionStatus",
"documentation":"<p>Indicates the status of the inference execution. </p>"
},
"FailedReason":{
"shape":"BoundedLengthString",
"documentation":"<p> Specifies the reason for failure when an inference execution has failed. </p>"
}
},
"documentation":"<p>Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on. </p>"
},
"InferenceInputConfiguration":{
"type":"structure",
"members":{
"S3InputConfiguration":{
"shape":"InferenceS3InputConfiguration",
"documentation":"<p> Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.</p>"
},
"InputTimeZoneOffset":{
"shape":"TimeZoneOffset",
"documentation":"<p>Indicates the difference between your time zone and Coordinated Universal Time (UTC).</p>"
},
"InferenceInputNameConfiguration":{
"shape":"InferenceInputNameConfiguration",
"documentation":"<p>Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>"
}
},
"documentation":"<p>Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.. </p>"
},
"InferenceInputNameConfiguration":{
"type":"structure",
"members":{
"TimestampFormat":{
"shape":"FileNameTimestampFormat",
"documentation":"<p>The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-). </p>"
},
"ComponentTimestampDelimiter":{
"shape":"ComponentTimestampDelimiter",
"documentation":"<p>Indicates the delimiter character used between items in the data. </p>"
}
},
"documentation":"<p>Specifies configuration information for the input data for the inference, including timestamp format and delimiter. </p>"
},
"InferenceOutputConfiguration":{
"type":"structure",
"required":["S3OutputConfiguration"],
"members":{
"S3OutputConfiguration":{
"shape":"InferenceS3OutputConfiguration",
"documentation":"<p> Specifies configuration information for the output results from for the inference, output S3 location. </p>"
},
"KmsKeyId":{
"shape":"NameOrArn",
"documentation":"<p>The ID number for the AWS KMS key used to encrypt the inference output. </p>"
}
},
"documentation":"<p> Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location. </p>"
},
"InferenceS3InputConfiguration":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"S3Bucket",
"documentation":"<p>The bucket containing the input dataset for the inference. </p>"
},
"Prefix":{
"shape":"S3Prefix",
"documentation":"<p>The prefix for the S3 bucket used for the input data for the inference. </p>"
}
},
"documentation":"<p> Specifies configuration information for the input data for the inference, including input data S3 location. </p>"
},
"InferenceS3OutputConfiguration":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"S3Bucket",
"documentation":"<p> The bucket containing the output results from the inference </p>"
},
"Prefix":{
"shape":"S3Prefix",
"documentation":"<p> The prefix for the S3 bucket used for the output results from the inference. </p>"
}
},
"documentation":"<p> Specifies configuration information for the output results from the inference, including output S3 location. </p>"
},
"InferenceSchedulerArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:inference-scheduler\\/.+"
},
"InferenceSchedulerIdentifier":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z_-]{1,200}$"
},
"InferenceSchedulerName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z_-]{1,200}$"
},
"InferenceSchedulerStatus":{
"type":"string",
"enum":[
"PENDING",
"RUNNING",
"STOPPING",
"STOPPED"
]
},
"InferenceSchedulerSummaries":{
"type":"list",
"member":{"shape":"InferenceSchedulerSummary"}
},
"InferenceSchedulerSummary":{
"type":"structure",
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model used for the inference scheduler. </p>"
},
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the ML model used by the inference scheduler. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler. </p>"
},
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the inference scheduler. </p>"
},
"Status":{
"shape":"InferenceSchedulerStatus",
"documentation":"<p>Indicates the status of the inference scheduler. </p>"
},
"DataDelayOffsetInMinutes":{
"shape":"DataDelayOffsetInMinutes",
"documentation":"<p>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. </p>"
},
"DataUploadFrequency":{
"shape":"DataUploadFrequency",
"documentation":"<p>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. </p>"
},
"LatestInferenceResult":{
"shape":"LatestInferenceResult",
"documentation":"<p>Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).</p>"
}
},
"documentation":"<p>Contains information about the specific inference scheduler, including data delay offset, model name and ARN, status, and so on. </p>"
},
"IngestedFilesSummary":{
"type":"structure",
"required":[
"TotalNumberOfFiles",
"IngestedNumberOfFiles"
],
"members":{
"TotalNumberOfFiles":{
"shape":"Integer",
"documentation":"<p>Indicates the total number of files that were submitted for ingestion.</p>"
},
"IngestedNumberOfFiles":{
"shape":"Integer",
"documentation":"<p>Indicates the number of files that were successfully ingested.</p>"
},
"DiscardedFiles":{
"shape":"ListOfDiscardedFiles",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.</p>"
},
"IngestionInputConfiguration":{
"type":"structure",
"required":["S3InputConfiguration"],
"members":{
"S3InputConfiguration":{
"shape":"IngestionS3InputConfiguration",
"documentation":"<p>The location information for the S3 bucket used for input data for the data ingestion. </p>"
}
},
"documentation":"<p> Specifies configuration information for the input data for the data ingestion job, including input data S3 location. </p>"
},
"IngestionJobId":{
"type":"string",
"max":32,
"pattern":"[A-Fa-f0-9]{0,32}"
},
"IngestionJobStatus":{
"type":"string",
"enum":[
"IN_PROGRESS",
"SUCCESS",
"FAILED"
]
},
"IngestionS3InputConfiguration":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"S3Bucket",
"documentation":"<p>The name of the S3 bucket used for the input data for the data ingestion. </p>"
},
"Prefix":{
"shape":"S3Prefix",
"documentation":"<p>The prefix for the S3 location being used for the input data for the data ingestion. </p>"
},
"KeyPattern":{
"shape":"KeyPattern",
"documentation":"<p> Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/* </p>"
}
},
"documentation":"<p> Specifies S3 configuration information for the input data for the data ingestion job. </p>"
},
"InlineDataSchema":{
"type":"string",
"max":1000000,
"min":1
},
"InsufficientSensorData":{
"type":"structure",
"required":[
"MissingCompleteSensorData",
"SensorsWithShortDateRange"
],
"members":{
"MissingCompleteSensorData":{
"shape":"MissingCompleteSensorData",
"documentation":"<p> Parameter that describes the total number of sensors that have data completely missing for it. </p>"
},
"SensorsWithShortDateRange":{
"shape":"SensorsWithShortDateRange",
"documentation":"<p> Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall. </p>"
}
},
"documentation":"<p> Entity that comprises aggregated information on sensors having insufficient data. </p>"
},
"Integer":{"type":"integer"},
"InternalServerException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p> Processing of the request has failed because of an unknown error, exception or failure. </p>",
"exception":true,
"fault":true
},
"InvalidSensorData":{
"type":"structure",
"required":[
"AffectedSensorCount",
"TotalNumberOfInvalidValues"
],
"members":{
"AffectedSensorCount":{
"shape":"Integer",
"documentation":"<p> Indicates the number of sensors that have at least some invalid values. </p>"
},
"TotalNumberOfInvalidValues":{
"shape":"Integer",
"documentation":"<p> Indicates the total number of invalid values across all the sensors. </p>"
}
},
"documentation":"<p> Entity that comprises aggregated information on sensors having insufficient data. </p>"
},
"KeyPattern":{
"type":"string",
"max":2048,
"min":1
},
"KmsKeyArn":{
"type":"string",
"max":1024,
"min":1,
"pattern":"arn:aws[a-z\\-]*:kms:[a-z0-9\\-]*:\\d{12}:[\\w\\-\\/]+"
},
"LabelGroupArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:label-group\\/.+"
},
"LabelGroupName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z_-]{1,200}$"
},
"LabelGroupSummaries":{
"type":"list",
"member":{"shape":"LabelGroupSummary"}
},
"LabelGroupSummary":{
"type":"structure",
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> The name of the label group. </p>"
},
"LabelGroupArn":{
"shape":"LabelGroupArn",
"documentation":"<p> The ARN of the label group. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p> The time at which the label group was created. </p>"
},
"UpdatedAt":{
"shape":"Timestamp",
"documentation":"<p> The time at which the label group was updated. </p>"
}
},
"documentation":"<p> Contains information about the label group. </p>"
},
"LabelId":{
"type":"string",
"max":32,
"pattern":"[A-Fa-f0-9]{0,32}"
},
"LabelRating":{
"type":"string",
"enum":[
"ANOMALY",
"NO_ANOMALY",
"NEUTRAL"
]
},
"LabelSummaries":{
"type":"list",
"member":{"shape":"LabelSummary"}
},
"LabelSummary":{
"type":"structure",
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> The name of the label group. </p>"
},
"LabelId":{
"shape":"LabelId",
"documentation":"<p> The ID of the label. </p>"
},
"LabelGroupArn":{
"shape":"LabelGroupArn",
"documentation":"<p> The ARN of the label group. </p>"
},
"StartTime":{
"shape":"Timestamp",
"documentation":"<p> The timestamp indicating the start of the label. </p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p> The timestamp indicating the end of the label. </p>"
},
"Rating":{
"shape":"LabelRating",
"documentation":"<p> Indicates whether a labeled event represents an anomaly. </p>"
},
"FaultCode":{
"shape":"FaultCode",
"documentation":"<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":{
"shape":"Equipment",
"documentation":"<p> Indicates that a label pertains to a particular piece of equipment. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p> The time at which the label was created. </p>"
}
},
"documentation":"<p> Information about the label. </p>"
},
"LabelsInputConfiguration":{
"type":"structure",
"members":{
"S3InputConfiguration":{
"shape":"LabelsS3InputConfiguration",
"documentation":"<p>Contains location information for the S3 location being used for label data. </p>"
},
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> The name of the label group to be used for label data. </p>"
}
},
"documentation":"<p>Contains the configuration information for the S3 location being used to hold label data. </p>"
},
"LabelsS3InputConfiguration":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"S3Bucket",
"documentation":"<p>The name of the S3 bucket holding the label data. </p>"
},
"Prefix":{
"shape":"S3Prefix",
"documentation":"<p> The prefix for the S3 bucket used for the label data. </p>"
}
},
"documentation":"<p>The location information (prefix and bucket name) for the s3 location being used for label data. </p>"
},
"LargeTimestampGaps":{
"type":"structure",
"required":["Status"],
"members":{
"Status":{
"shape":"StatisticalIssueStatus",
"documentation":"<p> Indicates whether there is a potential data issue related to large gaps in timestamps. </p>"
},
"NumberOfLargeTimestampGaps":{
"shape":"Integer",
"documentation":"<p> Indicates the number of large timestamp gaps, if there are any. </p>"
},
"MaxTimestampGapInDays":{
"shape":"Integer",
"documentation":"<p> Indicates the size of the largest timestamp gap, in days. </p>"
}
},
"documentation":"<p> Entity that comprises information on large gaps between consecutive timestamps in data. </p>"
},
"LatestInferenceResult":{
"type":"string",
"enum":[
"ANOMALOUS",
"NORMAL"
]
},
"ListDataIngestionJobsRequest":{
"type":"structure",
"members":{
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset being used for the data ingestion job. </p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token indicating where to continue the listing of data ingestion jobs. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p> Specifies the maximum number of data ingestion jobs to list. </p>"
},
"Status":{
"shape":"IngestionJobStatus",
"documentation":"<p>Indicates the status of the data ingestion job. </p>"
}
}
},
"ListDataIngestionJobsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of data ingestion jobs. </p>"
},
"DataIngestionJobSummaries":{
"shape":"DataIngestionJobSummaries",
"documentation":"<p>Specifies information about the specific data ingestion job, including dataset name and status. </p>"
}
}
},
"ListDatasetsRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of datasets. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p> Specifies the maximum number of datasets to list. </p>"
},
"DatasetNameBeginsWith":{
"shape":"DatasetName",
"documentation":"<p>The beginning of the name of the datasets to be listed. </p>"
}
}
},
"ListDatasetsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of datasets. </p>"
},
"DatasetSummaries":{
"shape":"DatasetSummaries",
"documentation":"<p>Provides information about the specified dataset, including creation time, dataset ARN, and status. </p>"
}
}
},
"ListInferenceEventsRequest":{
"type":"structure",
"required":[
"InferenceSchedulerName",
"IntervalStartTime",
"IntervalEndTime"
],
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token indicating where to continue the listing of inference events.</p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>Specifies the maximum number of inference events to list. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler for the inference events listed. </p>"
},
"IntervalStartTime":{
"shape":"Timestamp",
"documentation":"<p> Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.</p>"
},
"IntervalEndTime":{
"shape":"Timestamp",
"documentation":"<p>Returns all the inference events with an end start time equal to or greater than less than the end time given</p>"
}
}
},
"ListInferenceEventsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token indicating where to continue the listing of inference executions. </p>"
},
"InferenceEventSummaries":{
"shape":"InferenceEventSummaries",
"documentation":"<p>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. </p>"
}
}
},
"ListInferenceExecutionsRequest":{
"type":"structure",
"required":["InferenceSchedulerName"],
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token indicating where to continue the listing of inference executions.</p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>Specifies the maximum number of inference executions to list. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler for the inference execution listed. </p>"
},
"DataStartTimeAfter":{
"shape":"Timestamp",
"documentation":"<p>The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution. </p>"
},
"DataEndTimeBefore":{
"shape":"Timestamp",
"documentation":"<p>The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution. </p>"
},
"Status":{
"shape":"InferenceExecutionStatus",
"documentation":"<p>The status of the inference execution. </p>"
}
}
},
"ListInferenceExecutionsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of inference executions. </p>"
},
"InferenceExecutionSummaries":{
"shape":"InferenceExecutionSummaries",
"documentation":"<p>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. </p>"
}
}
},
"ListInferenceSchedulersRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of inference schedulers. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p> Specifies the maximum number of inference schedulers to list. </p>"
},
"InferenceSchedulerNameBeginsWith":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The beginning of the name of the inference schedulers to be listed. </p>"
},
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model used by the inference scheduler to be listed. </p>"
}
}
},
"ListInferenceSchedulersResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of inference schedulers. </p>"
},
"InferenceSchedulerSummaries":{
"shape":"InferenceSchedulerSummaries",
"documentation":"<p>Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status. </p>"
}
}
},
"ListLabelGroupsRequest":{
"type":"structure",
"members":{
"LabelGroupNameBeginsWith":{
"shape":"LabelGroupName",
"documentation":"<p> The beginning of the name of the label groups to be listed. </p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of label groups. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p> Specifies the maximum number of label groups to list. </p>"
}
}
},
"ListLabelGroupsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of label groups. </p>"
},
"LabelGroupSummaries":{
"shape":"LabelGroupSummaries",
"documentation":"<p> A summary of the label groups. </p>"
}
}
},
"ListLabelsRequest":{
"type":"structure",
"required":["LabelGroupName"],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> Retruns the name of the label group. </p>"
},
"IntervalStartTime":{
"shape":"Timestamp",
"documentation":"<p> Returns all the labels with a end time equal to or later than the start time given. </p>"
},
"IntervalEndTime":{
"shape":"Timestamp",
"documentation":"<p> Returns all labels with a start time earlier than the end time given. </p>"
},
"FaultCode":{
"shape":"FaultCode",
"documentation":"<p> Returns labels with a particular fault code. </p>"
},
"Equipment":{
"shape":"Equipment",
"documentation":"<p> Lists the labels that pertain to a particular piece of equipment. </p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of label groups. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p> Specifies the maximum number of labels to list. </p>"
}
}
},
"ListLabelsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of datasets. </p>"
},
"LabelSummaries":{
"shape":"LabelSummaries",
"documentation":"<p> A summary of the items in the label group. </p>"
}
}
},
"ListModelsRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of ML models. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p> Specifies the maximum number of ML models to list. </p>"
},
"Status":{
"shape":"ModelStatus",
"documentation":"<p>The status of the ML model. </p>"
},
"ModelNameBeginsWith":{
"shape":"ModelName",
"documentation":"<p>The beginning of the name of the ML models being listed. </p>"
},
"DatasetNameBeginsWith":{
"shape":"DatasetName",
"documentation":"<p>The beginning of the name of the dataset of the ML models to be listed. </p>"
}
}
},
"ListModelsResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p> An opaque pagination token indicating where to continue the listing of ML models. </p>"
},
"ModelSummaries":{
"shape":"ModelSummaries",
"documentation":"<p>Provides information on the specified model, including created time, model and dataset ARNs, and status. </p>"
}
}
},
"ListOfDiscardedFiles":{
"type":"list",
"member":{"shape":"S3Object"},
"min":0
},
"ListSensorStatisticsRequest":{
"type":"structure",
"required":["DatasetName"],
"members":{
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p> The name of the dataset associated with the list of Sensor Statistics. </p>"
},
"IngestionJobId":{
"shape":"IngestionJobId",
"documentation":"<p> 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. </p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>Specifies the maximum number of sensors for which to retrieve statistics. </p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token indicating where to continue the listing of sensor statistics. </p>"
}
}
},
"ListSensorStatisticsResponse":{
"type":"structure",
"members":{
"SensorStatisticsSummaries":{
"shape":"SensorStatisticsSummaries",
"documentation":"<p>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. </p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token indicating where to continue the listing of sensor statistics. </p>"
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{
"shape":"AmazonResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is the focus of the <code>ListTagsForResource</code> operation. </p>"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{
"shape":"TagList",
"documentation":"<p> Any tags associated with the resource. </p>"
}
}
},
"MaxResults":{
"type":"integer",
"max":500,
"min":1
},
"MissingCompleteSensorData":{
"type":"structure",
"required":["AffectedSensorCount"],
"members":{
"AffectedSensorCount":{
"shape":"Integer",
"documentation":"<p> Indicates the number of sensors that have data missing completely. </p>"
}
},
"documentation":"<p> Entity that comprises information on sensors that have sensor data completely missing. </p>"
},
"MissingSensorData":{
"type":"structure",
"required":[
"AffectedSensorCount",
"TotalNumberOfMissingValues"
],
"members":{
"AffectedSensorCount":{
"shape":"Integer",
"documentation":"<p> Indicates the number of sensors that have atleast some data missing. </p>"
},
"TotalNumberOfMissingValues":{
"shape":"Integer",
"documentation":"<p> Indicates the total number of missing values across all the sensors. </p>"
}
},
"documentation":"<p> Entity that comprises aggregated information on sensors having missing data. </p>"
},
"ModelArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+"
},
"ModelMetrics":{
"type":"string",
"max":50000,
"min":1
},
"ModelName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z_-]{1,200}$"
},
"ModelStatus":{
"type":"string",
"enum":[
"IN_PROGRESS",
"SUCCESS",
"FAILED"
]
},
"ModelSummaries":{
"type":"list",
"member":{"shape":"ModelSummary"}
},
"ModelSummary":{
"type":"structure",
"members":{
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model. </p>"
},
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the ML model. </p>"
},
"DatasetName":{
"shape":"DatasetName",
"documentation":"<p>The name of the dataset being used for the ML model. </p>"
},
"DatasetArn":{
"shape":"DatasetArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the dataset used to create the model. </p>"
},
"Status":{
"shape":"ModelStatus",
"documentation":"<p>Indicates the status of the ML model. </p>"
},
"CreatedAt":{
"shape":"Timestamp",
"documentation":"<p>The time at which the specific model was created. </p>"
}
},
"documentation":"<p>Provides information about the specified ML model, including dataset and model names and ARNs, as well as status. </p>"
},
"MonotonicValues":{
"type":"structure",
"required":["Status"],
"members":{
"Status":{
"shape":"StatisticalIssueStatus",
"documentation":"<p> Indicates whether there is a potential data issue related to having monotonic values. </p>"
},
"Monotonicity":{
"shape":"Monotonicity",
"documentation":"<p> Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC. </p>"
}
},
"documentation":"<p> Entity that comprises information on monotonic values in the data. </p>"
},
"Monotonicity":{
"type":"string",
"enum":[
"DECREASING",
"INCREASING",
"STATIC"
]
},
"MultipleOperatingModes":{
"type":"structure",
"required":["Status"],
"members":{
"Status":{
"shape":"StatisticalIssueStatus",
"documentation":"<p> Indicates whether there is a potential data issue related to having multiple operating modes. </p>"
}
},
"documentation":"<p> Entity that comprises information on operating modes in data. </p>"
},
"NameOrArn":{
"type":"string",
"max":2048,
"min":1,
"pattern":"^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$"
},
"NextToken":{
"type":"string",
"max":8192,
"pattern":"\\p{ASCII}{0,8192}"
},
"OffCondition":{
"type":"string",
"max":2048,
"min":1
},
"ResourceNotFoundException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p> The resource requested could not be found. Verify the resource ID and retry your request. </p>",
"exception":true
},
"S3Bucket":{
"type":"string",
"max":63,
"min":3,
"pattern":"^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$"
},
"S3Key":{
"type":"string",
"max":1024,
"min":1,
"pattern":"[\\P{M}\\p{M}]{1,1024}[^/]$"
},
"S3Object":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"S3Bucket",
"documentation":"<p>The name of the specific S3 bucket. </p>"
},
"Key":{
"shape":"S3Key",
"documentation":"<p>The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible. </p>"
}
},
"documentation":"<p>Contains information about an S3 bucket. </p>"
},
"S3Prefix":{
"type":"string",
"max":1024,
"min":0,
"pattern":"(^$)|([\\u0009\\u000A\\u000D\\u0020-\\u00FF]{1,1023}/$)"
},
"SensorName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z:#$.\\-_]{1,200}$"
},
"SensorStatisticsSummaries":{
"type":"list",
"member":{"shape":"SensorStatisticsSummary"}
},
"SensorStatisticsSummary":{
"type":"structure",
"members":{
"ComponentName":{
"shape":"ComponentName",
"documentation":"<p> Name of the component to which the particular sensor belongs for which the statistics belong to. </p>"
},
"SensorName":{
"shape":"SensorName",
"documentation":"<p> Name of the sensor that the statistics belong to. </p>"
},
"DataExists":{
"shape":"Boolean",
"documentation":"<p> Parameter that indicates whether data exists for the sensor that the statistics belong to. </p>"
},
"MissingValues":{
"shape":"CountPercent",
"documentation":"<p> Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to. </p>"
},
"InvalidValues":{
"shape":"CountPercent",
"documentation":"<p> Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to. </p>"
},
"InvalidDateEntries":{
"shape":"CountPercent",
"documentation":"<p> Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to. </p>"
},
"DuplicateTimestamps":{
"shape":"CountPercent",
"documentation":"<p> Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to. </p>"
},
"CategoricalValues":{
"shape":"CategoricalValues",
"documentation":"<p> Parameter that describes potential risk about whether data associated with the sensor is categorical. </p>"
},
"MultipleOperatingModes":{
"shape":"MultipleOperatingModes",
"documentation":"<p> Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode. </p>"
},
"LargeTimestampGaps":{
"shape":"LargeTimestampGaps",
"documentation":"<p> Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps. </p>"
},
"MonotonicValues":{
"shape":"MonotonicValues",
"documentation":"<p> Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic. </p>"
},
"DataStartTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to. </p>"
},
"DataEndTime":{
"shape":"Timestamp",
"documentation":"<p> Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to. </p>"
}
},
"documentation":"<p> Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor. </p>"
},
"SensorsWithShortDateRange":{
"type":"structure",
"required":["AffectedSensorCount"],
"members":{
"AffectedSensorCount":{
"shape":"Integer",
"documentation":"<p> Indicates the number of sensors that have less than 90 days of data. </p>"
}
},
"documentation":"<p> Entity that comprises information on sensors that have shorter date range. </p>"
},
"ServiceQuotaExceededException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p> Resource limitations have been exceeded. </p>",
"exception":true
},
"StartDataIngestionJobRequest":{
"type":"structure",
"required":[
"DatasetName",
"IngestionInputConfiguration",
"RoleArn",
"ClientToken"
],
"members":{
"DatasetName":{
"shape":"DatasetIdentifier",
"documentation":"<p>The name of the dataset being used by the data ingestion job. </p>"
},
"IngestionInputConfiguration":{
"shape":"IngestionInputConfiguration",
"documentation":"<p> Specifies information for the input data for the data ingestion job, including dataset S3 location. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job. </p>"
},
"ClientToken":{
"shape":"IdempotenceToken",
"documentation":"<p> A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. </p>",
"idempotencyToken":true
}
}
},
"StartDataIngestionJobResponse":{
"type":"structure",
"members":{
"JobId":{
"shape":"IngestionJobId",
"documentation":"<p>Indicates the job ID of the data ingestion job. </p>"
},
"Status":{
"shape":"IngestionJobStatus",
"documentation":"<p>Indicates the status of the <code>StartDataIngestionJob</code> operation. </p>"
}
}
},
"StartInferenceSchedulerRequest":{
"type":"structure",
"required":["InferenceSchedulerName"],
"members":{
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler to be started. </p>"
}
}
},
"StartInferenceSchedulerResponse":{
"type":"structure",
"members":{
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the ML model being used by the inference scheduler. </p>"
},
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model being used by the inference scheduler. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler being started. </p>"
},
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the inference scheduler being started. </p>"
},
"Status":{
"shape":"InferenceSchedulerStatus",
"documentation":"<p>Indicates the status of the inference scheduler. </p>"
}
}
},
"StatisticalIssueStatus":{
"type":"string",
"enum":[
"POTENTIAL_ISSUE_DETECTED",
"NO_ISSUE_DETECTED"
]
},
"StopInferenceSchedulerRequest":{
"type":"structure",
"required":["InferenceSchedulerName"],
"members":{
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler to be stopped. </p>"
}
}
},
"StopInferenceSchedulerResponse":{
"type":"structure",
"members":{
"ModelArn":{
"shape":"ModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being stopped. </p>"
},
"ModelName":{
"shape":"ModelName",
"documentation":"<p>The name of the ML model used by the inference scheduler being stopped. </p>"
},
"InferenceSchedulerName":{
"shape":"InferenceSchedulerName",
"documentation":"<p>The name of the inference scheduler being stopped. </p>"
},
"InferenceSchedulerArn":{
"shape":"InferenceSchedulerArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the inference schedule being stopped. </p>"
},
"Status":{
"shape":"InferenceSchedulerStatus",
"documentation":"<p>Indicates the status of the inference scheduler. </p>"
}
}
},
"Tag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{
"shape":"TagKey",
"documentation":"<p>The key for the specified tag. </p>"
},
"Value":{
"shape":"TagValue",
"documentation":"<p>The value for the specified tag. </p>"
}
},
"documentation":"<p>A tag is a key-value pair that can be added to a resource as metadata. </p>"
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":200,
"min":0
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":200,
"min":0
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"Tags"
],
"members":{
"ResourceArn":{
"shape":"AmazonResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated. </p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>The tag or tags to be associated with a specific resource. Both the tag key and value are specified. </p>"
}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":0,
"pattern":"[\\s\\w+-=\\.:/@]*"
},
"TargetSamplingRate":{
"type":"string",
"enum":[
"PT1S",
"PT5S",
"PT10S",
"PT15S",
"PT30S",
"PT1M",
"PT5M",
"PT10M",
"PT15M",
"PT30M",
"PT1H"
]
},
"ThrottlingException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p>The request was denied due to request throttling.</p>",
"exception":true
},
"TimeZoneOffset":{
"type":"string",
"pattern":"^(\\+|\\-)[0-9]{2}\\:[0-9]{2}$"
},
"Timestamp":{"type":"timestamp"},
"UnsupportedTimestamps":{
"type":"structure",
"required":["TotalNumberOfUnsupportedTimestamps"],
"members":{
"TotalNumberOfUnsupportedTimestamps":{
"shape":"Integer",
"documentation":"<p> Indicates the total number of unsupported timestamps across the ingested data. </p>"
}
},
"documentation":"<p> Entity that comprises information abount unsupported timestamps in the dataset. </p>"
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"TagKeys"
],
"members":{
"ResourceArn":{
"shape":"AmazonResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to which the tag is currently associated. </p>"
},
"TagKeys":{
"shape":"TagKeyList",
"documentation":"<p>Specifies the key of the tag to be removed from a specified resource. </p>"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateInferenceSchedulerRequest":{
"type":"structure",
"required":["InferenceSchedulerName"],
"members":{
"InferenceSchedulerName":{
"shape":"InferenceSchedulerIdentifier",
"documentation":"<p>The name of the inference scheduler to be updated. </p>"
},
"DataDelayOffsetInMinutes":{
"shape":"DataDelayOffsetInMinutes",
"documentation":"<p> 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.</p>"
},
"DataUploadFrequency":{
"shape":"DataUploadFrequency",
"documentation":"<p>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. </p>"
},
"DataInputConfiguration":{
"shape":"InferenceInputConfiguration",
"documentation":"<p> Specifies information for the input data for the inference scheduler, including delimiter, format, and dataset location. </p>"
},
"DataOutputConfiguration":{
"shape":"InferenceOutputConfiguration",
"documentation":"<p> Specifies information for the output results from the inference scheduler, including the output S3 location. </p>"
},
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler. </p>"
}
}
},
"UpdateLabelGroupRequest":{
"type":"structure",
"required":["LabelGroupName"],
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
"documentation":"<p> The name of the label group to be updated. </p>"
},
"FaultCodes":{
"shape":"FaultCodes",
"documentation":"<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>"
}
}
},
"ValidationException":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{"shape":"BoundedLengthString"}
},
"documentation":"<p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related AWS service that's being utilized. </p>",
"exception":true
}
},
"documentation":"<p>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. </p>"
}