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)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 312

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>)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 312

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)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 312

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:



312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 312

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