Class: Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass StartMLLabelingSetGenerationTaskRunRequest data as a hash:
{
transform_id: "HashString", # required
output_s3_path: "UriString", # required
}
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.
13992 13993 13994 13995 13996 13997 |
# File 'lib/aws-sdk-glue/types.rb', line 13992 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.
13992 13993 13994 13995 13996 13997 |
# File 'lib/aws-sdk-glue/types.rb', line 13992 class StartMLLabelingSetGenerationTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |