CreateProjectVersionResponse

public struct CreateProjectVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the model version that was created. Use DescribeProjectVersion to get the current status of the training operation.

    Declaration

    Swift

    public let projectVersionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(projectVersionArn: String? = nil)