Class: Aws::LookoutEquipment::Types::CreateLabelGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CreateLabelGroupRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for the request to create a label group.
-
#fault_codes ⇒ Array<String>
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.
-
#label_group_name ⇒ String
Names a group of labels.
-
#tags ⇒ Array<Types::Tag>
Tags that provide metadata about the label group you are creating.
Instance Attribute Details
#client_token ⇒ String
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.
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_codes ⇒ Array<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.
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_name ⇒ String
Names a group of labels.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
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 |
#tags ⇒ Array<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.
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 |