Class: Aws::LookoutEquipment::Types::CreateModelRequest

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)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#data_pre_processing_configurationTypes::DataPreProcessingConfiguration

The configuration is the TargetSamplingRate, 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 TargetSamplingRate is 1 minute.

When providing a value for the TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

The name of the dataset for the machine learning model being created.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_schemaTypes::DatasetSchema

The data schema for the machine learning model being created.



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_data_end_timeTime

Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the machine learning model.

Returns:

  • (Time)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_data_start_timeTime

Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the machine learning model.

Returns:

  • (Time)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#labels_input_configurationTypes::LabelsInputConfiguration

The input configuration for the labels being used for the machine learning model that's being created.



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_diagnostics_output_configurationTypes::ModelDiagnosticsOutputConfiguration

The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics. You must also specify the RoleArn request parameter.



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name for the machine learning model to be created.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#off_conditionString

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.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#server_side_kms_key_idString

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

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags associated with the machine learning model being created.

Returns:



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_end_timeTime

Indicates the time reference in the dataset that should be used to end the subset of training data for the machine learning model.

Returns:

  • (Time)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_start_timeTime

Indicates the time reference in the dataset that should be used to begin the subset of training data for the machine learning model.

Returns:

  • (Time)


505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 505

class CreateModelRequest < Struct.new(
  :model_name,
  :dataset_name,
  :dataset_schema,
  :labels_input_configuration,
  :client_token,
  :training_data_start_time,
  :training_data_end_time,
  :evaluation_data_start_time,
  :evaluation_data_end_time,
  :role_arn,
  :data_pre_processing_configuration,
  :server_side_kms_key_id,
  :tags,
  :off_condition,
  :model_diagnostics_output_configuration)
  SENSITIVE = []
  include Aws::Structure
end