Class: Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- Defined in:
- gems/aws-sdk-glue/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.
24228 24229 24230 24231 24232 24233 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24228 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.
24228 24229 24230 24231 24232 24233 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24228 class StartMLLabelingSetGenerationTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |