DeleteBatchPredictionOutput

public struct DeleteBatchPredictionOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to the value of the BatchPredictionID in the request.

    Declaration

    Swift

    public let batchPredictionId: String?
  • Undocumented

    Declaration

    Swift

    public init(batchPredictionId: String? = nil)