Class: Aws::Glue::Types::StartExportLabelsTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartExportLabelsTaskRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_s3_path ⇒ String
The Amazon S3 path where you export the labels.
-
#transform_id ⇒ String
The unique identifier of the machine learning transform.
Instance Attribute Details
#output_s3_path ⇒ String
The Amazon S3 path where you export the labels.
21558 21559 21560 21561 21562 21563 |
# File 'lib/aws-sdk-glue/types.rb', line 21558 class StartExportLabelsTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |
#transform_id ⇒ String
The unique identifier of the machine learning transform.
21558 21559 21560 21561 21562 21563 |
# File 'lib/aws-sdk-glue/types.rb', line 21558 class StartExportLabelsTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |