Class: Aws::LookoutEquipment::Types::CreateLabelGroupRequest

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 to create a label group. If you do not set the client request token, Lookout for Equipment generates one.

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

Returns:

  • (String)


288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 288

class CreateLabelGroupRequest < Struct.new(
  :label_group_name,
  :fault_codes,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fault_codesArray<String>

The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

Returns:

  • (Array<String>)


288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 288

class CreateLabelGroupRequest < Struct.new(
  :label_group_name,
  :fault_codes,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#label_group_nameString

Names a group of labels.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

Returns:

  • (String)


288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 288

class CreateLabelGroupRequest < Struct.new(
  :label_group_name,
  :fault_codes,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags that provide metadata about the label group you are creating.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

Returns:



288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 288

class CreateLabelGroupRequest < Struct.new(
  :label_group_name,
  :fault_codes,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end