Class: Aws::Glue::Types::StartExportLabelsTaskRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_s3_pathString

The Amazon S3 path where you export the labels.

Returns:

  • (String)


21565
21566
21567
21568
21569
21570
# File 'lib/aws-sdk-glue/types.rb', line 21565

class StartExportLabelsTaskRunRequest < Struct.new(
  :transform_id,
  :output_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


21565
21566
21567
21568
21569
21570
# File 'lib/aws-sdk-glue/types.rb', line 21565

class StartExportLabelsTaskRunRequest < Struct.new(
  :transform_id,
  :output_s3_path)
  SENSITIVE = []
  include Aws::Structure
end