Class: Aws::LookoutEquipment::Types::CreateLabelGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CreateLabelGroupRequest
- Includes:
- Structure
- Defined in:
- 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.
312 313 314 315 316 317 318 319 |
# File '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_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.
312 313 314 315 316 317 318 319 |
# File '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_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.
312 313 314 315 316 317 318 319 |
# File '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 |
#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.
312 313 314 315 316 317 318 319 |
# File '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 |