Class: Aws::LookoutEquipment::Types::CreateInferenceSchedulerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_delay_offset_in_minutesInteger

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.

For more information, see Understanding the inference process.

Returns:

  • (Integer)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_input_configurationTypes::InferenceInputConfiguration

Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.



217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_output_configurationTypes::InferenceOutputConfiguration

Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output.



217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_upload_frequencyString

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.

For more information, see Understanding the inference process.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#inference_scheduler_nameString

The name of the inference scheduler being created.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the previously trained machine learning model being used to create the inference scheduler.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#server_side_kms_key_idString

Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags associated with the inference scheduler.

Returns:



217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 217

class CreateInferenceSchedulerRequest < Struct.new(
  :model_name,
  :inference_scheduler_name,
  :data_delay_offset_in_minutes,
  :data_upload_frequency,
  :data_input_configuration,
  :data_output_configuration,
  :role_arn,
  :server_side_kms_key_id,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end