Class: Aws::LookoutEquipment::Types::LabelsInputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_group_nameString

The name of the label group to be used for label data.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2652

class LabelsInputConfiguration < Struct.new(
  :s3_input_configuration,
  :label_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#s3_input_configurationTypes::LabelsS3InputConfiguration

Contains location information for the S3 location being used for label data.



2652
2653
2654
2655
2656
2657
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2652

class LabelsInputConfiguration < Struct.new(
  :s3_input_configuration,
  :label_group_name)
  SENSITIVE = []
  include Aws::Structure
end