CancelMLTaskRunRequest

public struct CancelMLTaskRunRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the task run.

    Declaration

    Swift

    public let taskRunId: String
  • The unique identifier of the machine learning transform.

    Declaration

    Swift

    public let transformId: String
  • Undocumented

    Declaration

    Swift

    public init(taskRunId: String, transformId: String)
  • Declaration

    Swift

    public func validate(name: String) throws