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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


2749
2750
2751
2752
2753
2754
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2749

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.



2749
2750
2751
2752
2753
2754
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2749

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