Class: Aws::Glue::Types::StartImportLabelsTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartImportLabelsTaskRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass StartImportLabelsTaskRunRequest data as a hash:
{
transform_id: "HashString", # required
input_s3_path: "UriString", # required
replace_all_labels: false,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
-
#replace_all_labels ⇒ Boolean
Indicates whether to overwrite your existing labels.
-
#transform_id ⇒ String
The unique identifier of the machine learning transform.
Instance Attribute Details
#input_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
13765 13766 13767 13768 13769 13770 13771 |
# File 'lib/aws-sdk-glue/types.rb', line 13765 class StartImportLabelsTaskRunRequest < Struct.new( :transform_id, :input_s3_path, :replace_all_labels) SENSITIVE = [] include Aws::Structure end |
#replace_all_labels ⇒ Boolean
Indicates whether to overwrite your existing labels.
13765 13766 13767 13768 13769 13770 13771 |
# File 'lib/aws-sdk-glue/types.rb', line 13765 class StartImportLabelsTaskRunRequest < Struct.new( :transform_id, :input_s3_path, :replace_all_labels) SENSITIVE = [] include Aws::Structure end |
#transform_id ⇒ String
The unique identifier of the machine learning transform.
13765 13766 13767 13768 13769 13770 13771 |
# File 'lib/aws-sdk-glue/types.rb', line 13765 class StartImportLabelsTaskRunRequest < Struct.new( :transform_id, :input_s3_path, :replace_all_labels) SENSITIVE = [] include Aws::Structure end |