StartImportLabelsTaskRunRequest

public struct StartImportLabelsTaskRunRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.

    Declaration

    Swift

    public let inputS3Path: String
  • Indicates whether to overwrite your existing labels.

    Declaration

    Swift

    public let replaceAllLabels: Bool?
  • The unique identifier of the machine learning transform.

    Declaration

    Swift

    public let transformId: String
  • Undocumented

    Declaration

    Swift

    public init(inputS3Path: String, replaceAllLabels: Bool? = nil, transformId: String)
  • Declaration

    Swift

    public func validate(name: String) throws