Class: Aws::LookoutEquipment::Types::ImportModelVersionRequest

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)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

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

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#inference_data_import_strategyString

Indicates how to import the accumulated inference data when a model version is imported. The possible values are as follows:

  • NO_IMPORT – Don't import the data.

  • ADD_WHEN_EMPTY – Only import the data from the source model if there is no existing data in the target model.

  • OVERWRITE – Import the data from the source model and overwrite the existing data in the target model.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#labels_input_configurationTypes::LabelsInputConfiguration

Contains the configuration information for the S3 location being used to hold label data.



2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  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)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#server_side_kms_key_idString

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

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#source_model_version_arnString

The Amazon Resource Name (ARN) of the model version to import.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the machine learning model to be created.

Returns:



2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2148

class ImportModelVersionRequest < Struct.new(
  :source_model_version_arn,
  :model_name,
  :dataset_name,
  :labels_input_configuration,
  :client_token,
  :role_arn,
  :server_side_kms_key_id,
  :tags,
  :inference_data_import_strategy)
  SENSITIVE = []
  include Aws::Structure
end