inference_scheduler
Gets an individual inference_scheduler
resource
Overview
Name | inference_scheduler |
Type | Resource |
Description | inference_scheduler |
Id | awscc.lookoutequipment.inference_scheduler |
Fields
Name | Datatype | Description |
---|---|---|
data_delay_offset_in_minutes | integer | A period of time (in minutes) by which inference on the data is delayed after the data starts. |
data_input_configuration | object | Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. |
data_output_configuration | object | Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output. |
data_upload_frequency | string | How often data is uploaded to the source S3 bucket for the input data. |
inference_scheduler_name | string | The name of the inference scheduler being created. |
model_name | string | The name of the previously trained ML model being used to create the inference scheduler. |
role_arn | string | The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference. |
server_side_kms_key_id | string | Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt inference scheduler data by Amazon Lookout for Equipment. |
tags | array | Any tags associated with the inference scheduler. |
inference_scheduler_arn | string | The Amazon Resource Name (ARN) of the inference scheduler being created. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
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,
tags,
inference_scheduler_arn
FROM awscc.lookoutequipment.inference_scheduler
WHERE data__Identifier = '<InferenceSchedulerName>';
Permissions
To operate on the inference_scheduler
resource, the following permissions are required:
Read
lookoutequipment:DescribeInferenceScheduler
Delete
lookoutequipment:DeleteInferenceScheduler,
lookoutequipment:StopInferenceScheduler,
lookoutequipment:DescribeInferenceScheduler
Update
lookoutequipment:UpdateInferenceScheduler,
lookoutequipment:DescribeInferenceScheduler,
lookoutequipment:StopInferenceScheduler,
lookoutequipment:StartInferenceScheduler