TestingDataResult

public struct TestingDataResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The testing dataset that was supplied for training.

    Declaration

    Swift

    public let input: TestingData?
  • The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.

    Declaration

    Swift

    public let output: TestingData?
  • Undocumented

    Declaration

    Swift

    public init(input: TestingData? = nil, output: TestingData? = nil)