Class: Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- 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 Simple Storage Service (Amazon S3) path where you generate the labeling set.
-
#transform_id ⇒ String
The unique identifier of the machine learning transform.
Instance Attribute Details
#output_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
21861 21862 21863 21864 21865 21866 |
# File 'lib/aws-sdk-glue/types.rb', line 21861 class StartMLLabelingSetGenerationTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |
#transform_id ⇒ String
The unique identifier of the machine learning transform.
21861 21862 21863 21864 21865 21866 |
# File 'lib/aws-sdk-glue/types.rb', line 21861 class StartMLLabelingSetGenerationTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |