Skip to main content

inference_scheduler_tags

Expands all tag keys and values for inference_schedulers in a region

Overview

Nameinference_scheduler_tags
TypeResource
DescriptionResource schema for LookoutEquipment InferenceScheduler.
Idaws.lookoutequipment.inference_scheduler_tags

Fields

NameDatatypeDescription
data_delay_offset_in_minutesintegerA period of time (in minutes) by which inference on the data is delayed after the data starts.
data_input_configurationobjectSpecifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
data_output_configurationobjectSpecifies configuration information for the output results for the inference scheduler, including the S3 location for the output.
data_upload_frequencystringHow often data is uploaded to the source S3 bucket for the input data.
inference_scheduler_namestringThe name of the inference scheduler being created.
model_namestringThe name of the previously trained ML model being used to create the inference scheduler.
role_arnstringThe Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.
server_side_kms_key_idstringProvides the identifier of the AWS KMS customer master key (CMK) used to encrypt inference scheduler data by Amazon Lookout for Equipment.
inference_scheduler_arnstringThe Amazon Resource Name (ARN) of the inference scheduler being created.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all inference_schedulers in a region.

SELECT
region,
data_delay_offset_in_minutes,
data_input_configuration,
data_output_configuration,
data_upload_frequency,
inference_scheduler_name,
model_name,
role_arn,
server_side_kms_key_id,
inference_scheduler_arn,
tag_key,
tag_value
FROM aws.lookoutequipment.inference_scheduler_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the inference_scheduler_tags resource, see inference_schedulers