{"files":{"SKILL.md":"---\nname: amazon-lookout-for-equipment\ndescription: \"Amazon Lookout for Equipment API skill. Use when working with Amazon Lookout for Equipment for root. Covers 49 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Amazon Lookout for Equipment\nAPI version: 2020-12-15\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. Verify API access with a test request\n3. POST / -- create first resource\n\n## Endpoints\n49 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Root\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | / | Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data. |\n| POST | / | 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. |\n| POST | / | Creates a label for an event. |\n| POST | / | Creates a group of labels. |\n| POST | / | Creates a machine learning model for data inference.  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. 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. |\n| POST | / | Creates a retraining scheduler on the specified model. |\n| POST | / | 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. |\n| POST | / | Deletes an inference scheduler that has been set up. Prior inference results will not be deleted. |\n| POST | / | Deletes a label. |\n| POST | / | Deletes a group of labels. |\n| POST | / | Deletes a machine learning 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. |\n| POST | / | Deletes the resource policy attached to the resource. |\n| POST | / | Deletes a retraining scheduler from a model. The retraining scheduler must be in the STOPPED status. |\n| POST | / | Provides information on a specific data ingestion job such as creation time, dataset ARN, and status. |\n| POST | / | Provides a JSON description of the data in each time series dataset, including names, column names, and data types. |\n| POST | / | Specifies information about the inference scheduler being used, including name, model, status, and associated metadata |\n| POST | / | Returns the name of the label. |\n| POST | / | Returns information about the label group. |\n| POST | / | Provides a JSON containing the overall information about a specific machine learning model, including model name and ARN, dataset, training and evaluation information, status, and so on. |\n| POST | / | Retrieves information about a specific machine learning model version. |\n| POST | / | Provides the details of a resource policy attached to a resource. |\n| POST | / | Provides a description of the retraining scheduler, including information such as the model name and retraining parameters. |\n| POST | / | Imports a dataset. |\n| POST | / | Imports a model that has been trained successfully. |\n| POST | / | Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on. |\n| POST | / | Lists all datasets currently available in your account, filtering on the dataset name. |\n| POST | / | Lists all inference events that have been found for the specified inference scheduler. |\n| POST | / | Lists all inference executions that have been performed by the specified inference scheduler. |\n| POST | / | Retrieves a list of all inference schedulers currently available for your account. |\n| POST | / | Returns a list of the label groups. |\n| POST | / | Provides a list of labels. |\n| POST | / | Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the MaxModelVersion and MinModelVersion fields. |\n| POST | / | Generates a list of all models in the account, including model name and ARN, dataset, and status. |\n| POST | / | Lists all retraining schedulers in your account, filtering by model name prefix and status. |\n| POST | / | 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. |\n| POST | / | Lists all the tags for a specified resource, including key and value. |\n| POST | / | Creates a resource control policy for a given resource. |\n| POST | / | Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. |\n| POST | / | Starts an inference scheduler. |\n| POST | / | Starts a retraining scheduler. |\n| POST | / | Stops an inference scheduler. |\n| POST | / | Stops a retraining scheduler. |\n| POST | / | 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. |\n| POST | / | Removes a specific tag from a given resource. The tag is specified by its key. |\n| POST | / | Sets the active model version for a given machine learning model. |\n| POST | / | Updates an inference scheduler. |\n| POST | / | Updates the label group. |\n| POST | / | Updates a model in the account. |\n| POST | / | Updates a retraining scheduler. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a resource?\" -> POST /\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon Lookout for Equipment\n@version 2020-12-15\n@auth AWS SigV4\n@endpoints 49\n@hint download_for_search\n@toc root(49)\n\n@endpoint POST /\n@desc Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.\n@required {DatasetName: str, ClientToken: str}\n@optional {DatasetSchema: DatasetSchema, ServerSideKmsKeyId: str, Tags: [Tag]}\n@returns(200) {DatasetName: str?, DatasetArn: str?, Status: str?}\n\n@endpoint POST /\n@desc 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.\n@required {ModelName: str, InferenceSchedulerName: str, DataUploadFrequency: str, DataInputConfiguration: InferenceInputConfiguration, DataOutputConfiguration: InferenceOutputConfiguration, RoleArn: str, ClientToken: str}\n@optional {DataDelayOffsetInMinutes: int(i64), ServerSideKmsKeyId: str, Tags: [Tag]}\n@returns(200) {InferenceSchedulerArn: str?, InferenceSchedulerName: str?, Status: str?, ModelQuality: str?}\n\n@endpoint POST /\n@desc Creates a label for an event.\n@required {LabelGroupName: str, StartTime: str(timestamp), EndTime: str(timestamp), Rating: str, ClientToken: str}\n@optional {FaultCode: str, Notes: str, Equipment: str}\n@returns(200) {LabelId: str?}\n\n@endpoint POST /\n@desc Creates a group of labels.\n@required {LabelGroupName: str, ClientToken: str}\n@optional {FaultCodes: [str], Tags: [Tag]}\n@returns(200) {LabelGroupName: str?, LabelGroupArn: str?}\n\n@endpoint POST /\n@desc Creates a machine learning model for data inference.  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. 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.\n@required {ModelName: str, DatasetName: str, ClientToken: str}\n@optional {DatasetSchema: DatasetSchema, LabelsInputConfiguration: LabelsInputConfiguration, TrainingDataStartTime: str(timestamp), TrainingDataEndTime: str(timestamp), EvaluationDataStartTime: str(timestamp), EvaluationDataEndTime: str(timestamp), RoleArn: str, DataPreProcessingConfiguration: DataPreProcessingConfiguration, ServerSideKmsKeyId: str, Tags: [Tag], OffCondition: str, ModelDiagnosticsOutputConfiguration: ModelDiagnosticsOutputConfiguration}\n@returns(200) {ModelArn: str?, Status: str?}\n\n@endpoint POST /\n@desc Creates a retraining scheduler on the specified model.\n@required {ModelName: str, RetrainingFrequency: str, LookbackWindow: str, ClientToken: str}\n@optional {RetrainingStartDate: str(timestamp), PromoteMode: str}\n@returns(200) {ModelName: str?, ModelArn: str?, Status: str?}\n\n@endpoint POST /\n@desc 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.\n@required {DatasetName: str}\n\n@endpoint POST /\n@desc Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.\n@required {InferenceSchedulerName: str}\n\n@endpoint POST /\n@desc Deletes a label.\n@required {LabelGroupName: str, LabelId: str}\n\n@endpoint POST /\n@desc Deletes a group of labels.\n@required {LabelGroupName: str}\n\n@endpoint POST /\n@desc Deletes a machine learning 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.\n@required {ModelName: str}\n\n@endpoint POST /\n@desc Deletes the resource policy attached to the resource.\n@required {ResourceArn: str}\n\n@endpoint POST /\n@desc Deletes a retraining scheduler from a model. The retraining scheduler must be in the STOPPED status.\n@required {ModelName: str}\n\n@endpoint POST /\n@desc Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.\n@required {JobId: str}\n@returns(200) {JobId: str?, DatasetArn: str?, IngestionInputConfiguration: IngestionInputConfiguration?{S3InputConfiguration: IngestionS3InputConfiguration{Bucket: str, Prefix: str?, KeyPattern: str?}}, RoleArn: str?, CreatedAt: str(timestamp)?, Status: str?, FailedReason: str?, DataQualitySummary: DataQualitySummary?{InsufficientSensorData: InsufficientSensorData{MissingCompleteSensorData: MissingCompleteSensorData{AffectedSensorCount: int}, SensorsWithShortDateRange: SensorsWithShortDateRange{AffectedSensorCount: int}}, MissingSensorData: MissingSensorData{AffectedSensorCount: int, TotalNumberOfMissingValues: int}, InvalidSensorData: InvalidSensorData{AffectedSensorCount: int, TotalNumberOfInvalidValues: int}, UnsupportedTimestamps: UnsupportedTimestamps{TotalNumberOfUnsupportedTimestamps: int}, DuplicateTimestamps: DuplicateTimestamps{TotalNumberOfDuplicateTimestamps: int}}, IngestedFilesSummary: IngestedFilesSummary?{TotalNumberOfFiles: int, IngestedNumberOfFiles: int, DiscardedFiles: [S3Object]?}, StatusDetail: str?, IngestedDataSize: int(i64)?, DataStartTime: str(timestamp)?, DataEndTime: str(timestamp)?, SourceDatasetArn: str?}\n\n@endpoint POST /\n@desc Provides a JSON description of the data in each time series dataset, including names, column names, and data types.\n@required {DatasetName: str}\n@returns(200) {DatasetName: str?, DatasetArn: str?, CreatedAt: str(timestamp)?, LastUpdatedAt: str(timestamp)?, Status: str?, Schema: str?, ServerSideKmsKeyId: str?, IngestionInputConfiguration: IngestionInputConfiguration?{S3InputConfiguration: IngestionS3InputConfiguration{Bucket: str, Prefix: str?, KeyPattern: str?}}, DataQualitySummary: DataQualitySummary?{InsufficientSensorData: InsufficientSensorData{MissingCompleteSensorData: MissingCompleteSensorData{AffectedSensorCount: int}, SensorsWithShortDateRange: SensorsWithShortDateRange{AffectedSensorCount: int}}, MissingSensorData: MissingSensorData{AffectedSensorCount: int, TotalNumberOfMissingValues: int}, InvalidSensorData: InvalidSensorData{AffectedSensorCount: int, TotalNumberOfInvalidValues: int}, UnsupportedTimestamps: UnsupportedTimestamps{TotalNumberOfUnsupportedTimestamps: int}, DuplicateTimestamps: DuplicateTimestamps{TotalNumberOfDuplicateTimestamps: int}}, IngestedFilesSummary: IngestedFilesSummary?{TotalNumberOfFiles: int, IngestedNumberOfFiles: int, DiscardedFiles: [S3Object]?}, RoleArn: str?, DataStartTime: str(timestamp)?, DataEndTime: str(timestamp)?, SourceDatasetArn: str?}\n\n@endpoint POST /\n@desc Specifies information about the inference scheduler being used, including name, model, status, and associated metadata\n@required {InferenceSchedulerName: str}\n@returns(200) {ModelArn: str?, ModelName: str?, InferenceSchedulerName: str?, InferenceSchedulerArn: str?, Status: str?, DataDelayOffsetInMinutes: int(i64)?, DataUploadFrequency: str?, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, DataInputConfiguration: InferenceInputConfiguration?{S3InputConfiguration: InferenceS3InputConfiguration?{Bucket: str, Prefix: str?}, InputTimeZoneOffset: str?, InferenceInputNameConfiguration: InferenceInputNameConfiguration?{TimestampFormat: str?, ComponentTimestampDelimiter: str?}}, DataOutputConfiguration: InferenceOutputConfiguration?{S3OutputConfiguration: InferenceS3OutputConfiguration{Bucket: str, Prefix: str?}, KmsKeyId: str?}, RoleArn: str?, ServerSideKmsKeyId: str?, LatestInferenceResult: str?}\n\n@endpoint POST /\n@desc Returns the name of the label.\n@required {LabelGroupName: str, LabelId: str}\n@returns(200) {LabelGroupName: str?, LabelGroupArn: str?, LabelId: str?, StartTime: str(timestamp)?, EndTime: str(timestamp)?, Rating: str?, FaultCode: str?, Notes: str?, Equipment: str?, CreatedAt: str(timestamp)?}\n\n@endpoint POST /\n@desc Returns information about the label group.\n@required {LabelGroupName: str}\n@returns(200) {LabelGroupName: str?, LabelGroupArn: str?, FaultCodes: [str]?, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?}\n\n@endpoint POST /\n@desc Provides a JSON containing the overall information about a specific machine learning model, including model name and ARN, dataset, training and evaluation information, status, and so on.\n@required {ModelName: str}\n@returns(200) {ModelName: str?, ModelArn: str?, DatasetName: str?, DatasetArn: str?, Schema: str?, LabelsInputConfiguration: LabelsInputConfiguration?{S3InputConfiguration: LabelsS3InputConfiguration?{Bucket: str, Prefix: str?}, LabelGroupName: str?}, TrainingDataStartTime: str(timestamp)?, TrainingDataEndTime: str(timestamp)?, EvaluationDataStartTime: str(timestamp)?, EvaluationDataEndTime: str(timestamp)?, RoleArn: str?, DataPreProcessingConfiguration: DataPreProcessingConfiguration?{TargetSamplingRate: str?}, Status: str?, TrainingExecutionStartTime: str(timestamp)?, TrainingExecutionEndTime: str(timestamp)?, FailedReason: str?, ModelMetrics: str?, LastUpdatedTime: str(timestamp)?, CreatedAt: str(timestamp)?, ServerSideKmsKeyId: str?, OffCondition: str?, SourceModelVersionArn: str?, ImportJobStartTime: str(timestamp)?, ImportJobEndTime: str(timestamp)?, ActiveModelVersion: int(i64)?, ActiveModelVersionArn: str?, ModelVersionActivatedAt: str(timestamp)?, PreviousActiveModelVersion: int(i64)?, PreviousActiveModelVersionArn: str?, PreviousModelVersionActivatedAt: str(timestamp)?, PriorModelMetrics: str?, LatestScheduledRetrainingFailedReason: str?, LatestScheduledRetrainingStatus: str?, LatestScheduledRetrainingModelVersion: int(i64)?, LatestScheduledRetrainingStartTime: str(timestamp)?, LatestScheduledRetrainingAvailableDataInDays: int?, NextScheduledRetrainingStartDate: str(timestamp)?, AccumulatedInferenceDataStartTime: str(timestamp)?, AccumulatedInferenceDataEndTime: str(timestamp)?, RetrainingSchedulerStatus: str?, ModelDiagnosticsOutputConfiguration: ModelDiagnosticsOutputConfiguration?{S3OutputConfiguration: ModelDiagnosticsS3OutputConfiguration{Bucket: str, Prefix: str?}, KmsKeyId: str?}, ModelQuality: str?}\n\n@endpoint POST /\n@desc Retrieves information about a specific machine learning model version.\n@required {ModelName: str, ModelVersion: int(i64)}\n@returns(200) {ModelName: str?, ModelArn: str?, ModelVersion: int(i64)?, ModelVersionArn: str?, Status: str?, SourceType: str?, DatasetName: str?, DatasetArn: str?, Schema: str?, LabelsInputConfiguration: LabelsInputConfiguration?{S3InputConfiguration: LabelsS3InputConfiguration?{Bucket: str, Prefix: str?}, LabelGroupName: str?}, TrainingDataStartTime: str(timestamp)?, TrainingDataEndTime: str(timestamp)?, EvaluationDataStartTime: str(timestamp)?, EvaluationDataEndTime: str(timestamp)?, RoleArn: str?, DataPreProcessingConfiguration: DataPreProcessingConfiguration?{TargetSamplingRate: str?}, TrainingExecutionStartTime: str(timestamp)?, TrainingExecutionEndTime: str(timestamp)?, FailedReason: str?, ModelMetrics: str?, LastUpdatedTime: str(timestamp)?, CreatedAt: str(timestamp)?, ServerSideKmsKeyId: str?, OffCondition: str?, SourceModelVersionArn: str?, ImportJobStartTime: str(timestamp)?, ImportJobEndTime: str(timestamp)?, ImportedDataSizeInBytes: int(i64)?, PriorModelMetrics: str?, RetrainingAvailableDataInDays: int?, AutoPromotionResult: str?, AutoPromotionResultReason: str?, ModelDiagnosticsOutputConfiguration: ModelDiagnosticsOutputConfiguration?{S3OutputConfiguration: ModelDiagnosticsS3OutputConfiguration{Bucket: str, Prefix: str?}, KmsKeyId: str?}, ModelDiagnosticsResultsObject: S3Object?{Bucket: str, Key: str}, ModelQuality: str?}\n\n@endpoint POST /\n@desc Provides the details of a resource policy attached to a resource.\n@required {ResourceArn: str}\n@returns(200) {PolicyRevisionId: str?, ResourcePolicy: str?, CreationTime: str(timestamp)?, LastModifiedTime: str(timestamp)?}\n\n@endpoint POST /\n@desc Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.\n@required {ModelName: str}\n@returns(200) {ModelName: str?, ModelArn: str?, RetrainingStartDate: str(timestamp)?, RetrainingFrequency: str?, LookbackWindow: str?, Status: str?, PromoteMode: str?, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?}\n\n@endpoint POST /\n@desc Imports a dataset.\n@required {SourceDatasetArn: str, ClientToken: str}\n@optional {DatasetName: str, ServerSideKmsKeyId: str, Tags: [Tag]}\n@returns(200) {DatasetName: str?, DatasetArn: str?, Status: str?, JobId: str?}\n\n@endpoint POST /\n@desc Imports a model that has been trained successfully.\n@required {SourceModelVersionArn: str, DatasetName: str, ClientToken: str}\n@optional {ModelName: str, LabelsInputConfiguration: LabelsInputConfiguration, RoleArn: str, ServerSideKmsKeyId: str, Tags: [Tag], InferenceDataImportStrategy: str}\n@returns(200) {ModelName: str?, ModelArn: str?, ModelVersionArn: str?, ModelVersion: int(i64)?, Status: str?}\n\n@endpoint POST /\n@desc Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.\n@optional {DatasetName: str, NextToken: str, MaxResults: int, Status: str}\n@returns(200) {NextToken: str?, DataIngestionJobSummaries: [DataIngestionJobSummary]?}\n\n@endpoint POST /\n@desc Lists all datasets currently available in your account, filtering on the dataset name.\n@optional {NextToken: str, MaxResults: int, DatasetNameBeginsWith: str}\n@returns(200) {NextToken: str?, DatasetSummaries: [DatasetSummary]?}\n\n@endpoint POST /\n@desc Lists all inference events that have been found for the specified inference scheduler.\n@required {InferenceSchedulerName: str, IntervalStartTime: str(timestamp), IntervalEndTime: str(timestamp)}\n@optional {NextToken: str, MaxResults: int}\n@returns(200) {NextToken: str?, InferenceEventSummaries: [InferenceEventSummary]?}\n\n@endpoint POST /\n@desc Lists all inference executions that have been performed by the specified inference scheduler.\n@required {InferenceSchedulerName: str}\n@optional {NextToken: str, MaxResults: int, DataStartTimeAfter: str(timestamp), DataEndTimeBefore: str(timestamp), Status: str}\n@returns(200) {NextToken: str?, InferenceExecutionSummaries: [InferenceExecutionSummary]?}\n\n@endpoint POST /\n@desc Retrieves a list of all inference schedulers currently available for your account.\n@optional {NextToken: str, MaxResults: int, InferenceSchedulerNameBeginsWith: str, ModelName: str, Status: str}\n@returns(200) {NextToken: str?, InferenceSchedulerSummaries: [InferenceSchedulerSummary]?}\n\n@endpoint POST /\n@desc Returns a list of the label groups.\n@optional {LabelGroupNameBeginsWith: str, NextToken: str, MaxResults: int}\n@returns(200) {NextToken: str?, LabelGroupSummaries: [LabelGroupSummary]?}\n\n@endpoint POST /\n@desc Provides a list of labels.\n@required {LabelGroupName: str}\n@optional {IntervalStartTime: str(timestamp), IntervalEndTime: str(timestamp), FaultCode: str, Equipment: str, NextToken: str, MaxResults: int}\n@returns(200) {NextToken: str?, LabelSummaries: [LabelSummary]?}\n\n@endpoint POST /\n@desc Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the MaxModelVersion and MinModelVersion fields.\n@required {ModelName: str}\n@optional {NextToken: str, MaxResults: int, Status: str, SourceType: str, CreatedAtEndTime: str(timestamp), CreatedAtStartTime: str(timestamp), MaxModelVersion: int(i64), MinModelVersion: int(i64)}\n@returns(200) {NextToken: str?, ModelVersionSummaries: [ModelVersionSummary]?}\n\n@endpoint POST /\n@desc Generates a list of all models in the account, including model name and ARN, dataset, and status.\n@optional {NextToken: str, MaxResults: int, Status: str, ModelNameBeginsWith: str, DatasetNameBeginsWith: str}\n@returns(200) {NextToken: str?, ModelSummaries: [ModelSummary]?}\n\n@endpoint POST /\n@desc Lists all retraining schedulers in your account, filtering by model name prefix and status.\n@optional {ModelNameBeginsWith: str, Status: str, NextToken: str, MaxResults: int}\n@returns(200) {RetrainingSchedulerSummaries: [RetrainingSchedulerSummary]?, NextToken: str?}\n\n@endpoint POST /\n@desc 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.\n@required {DatasetName: str}\n@optional {IngestionJobId: str, MaxResults: int, NextToken: str}\n@returns(200) {SensorStatisticsSummaries: [SensorStatisticsSummary]?, NextToken: str?}\n\n@endpoint POST /\n@desc Lists all the tags for a specified resource, including key and value.\n@required {ResourceArn: str}\n@returns(200) {Tags: [Tag]?}\n\n@endpoint POST /\n@desc Creates a resource control policy for a given resource.\n@required {ResourceArn: str, ResourcePolicy: str, ClientToken: str}\n@optional {PolicyRevisionId: str}\n@returns(200) {ResourceArn: str?, PolicyRevisionId: str?}\n\n@endpoint POST /\n@desc Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.\n@required {DatasetName: str, IngestionInputConfiguration: IngestionInputConfiguration, RoleArn: str, ClientToken: str}\n@returns(200) {JobId: str?, Status: str?}\n\n@endpoint POST /\n@desc Starts an inference scheduler.\n@required {InferenceSchedulerName: str}\n@returns(200) {ModelArn: str?, ModelName: str?, InferenceSchedulerName: str?, InferenceSchedulerArn: str?, Status: str?}\n\n@endpoint POST /\n@desc Starts a retraining scheduler.\n@required {ModelName: str}\n@returns(200) {ModelName: str?, ModelArn: str?, Status: str?}\n\n@endpoint POST /\n@desc Stops an inference scheduler.\n@required {InferenceSchedulerName: str}\n@returns(200) {ModelArn: str?, ModelName: str?, InferenceSchedulerName: str?, InferenceSchedulerArn: str?, Status: str?}\n\n@endpoint POST /\n@desc Stops a retraining scheduler.\n@required {ModelName: str}\n@returns(200) {ModelName: str?, ModelArn: str?, Status: str?}\n\n@endpoint POST /\n@desc 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.\n@required {ResourceArn: str, Tags: [Tag]}\n\n@endpoint POST /\n@desc Removes a specific tag from a given resource. The tag is specified by its key.\n@required {ResourceArn: str, TagKeys: [str]}\n\n@endpoint POST /\n@desc Sets the active model version for a given machine learning model.\n@required {ModelName: str, ModelVersion: int(i64)}\n@returns(200) {ModelName: str?, ModelArn: str?, CurrentActiveVersion: int(i64)?, PreviousActiveVersion: int(i64)?, CurrentActiveVersionArn: str?, PreviousActiveVersionArn: str?}\n\n@endpoint POST /\n@desc Updates an inference scheduler.\n@required {InferenceSchedulerName: str}\n@optional {DataDelayOffsetInMinutes: int(i64), DataUploadFrequency: str, DataInputConfiguration: InferenceInputConfiguration, DataOutputConfiguration: InferenceOutputConfiguration, RoleArn: str}\n\n@endpoint POST /\n@desc Updates the label group.\n@required {LabelGroupName: str}\n@optional {FaultCodes: [str]}\n\n@endpoint POST /\n@desc Updates a model in the account.\n@required {ModelName: str}\n@optional {LabelsInputConfiguration: LabelsInputConfiguration, RoleArn: str, ModelDiagnosticsOutputConfiguration: ModelDiagnosticsOutputConfiguration}\n\n@endpoint POST /\n@desc Updates a retraining scheduler.\n@required {ModelName: str}\n@optional {RetrainingStartDate: str(timestamp), RetrainingFrequency: str, LookbackWindow: str, PromoteMode: str}\n\n@end\n"}}