class Aws::Glue::Types::StartImportLabelsTaskRunRequest

@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,
    }

@!attribute [rw] transform_id

The unique identifier of the machine learning transform.
@return [String]

@!attribute [rw] input_s3_path

The Amazon Simple Storage Service (Amazon S3) path from where you
import the labels.
@return [String]

@!attribute [rw] replace_all_labels

Indicates whether to overwrite your existing labels.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartImportLabelsTaskRunRequest AWS API Documentation

Constants

SENSITIVE