ModelSummary

public struct ModelSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A timestamp that indicates when the model was created.

    Declaration

    Swift

    public let creationTime: TimeStamp
  • The Amazon Resource Name (ARN) of the model.

    Declaration

    Swift

    public let modelArn: String
  • The name of the model that you want a summary for.

    Declaration

    Swift

    public let modelName: String
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp, modelArn: String, modelName: String)