AutoMLContainerDefinition

public struct AutoMLContainerDefinition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Environment variables to set in the container. Refer to ContainerDefinition for more details.

    Declaration

    Swift

    public let environment: [String : String]?
  • The ECR path of the container. Refer to ContainerDefinition for more details.

    Declaration

    Swift

    public let image: String
  • The location of the model artifacts. Refer to ContainerDefinition for more details.

    Declaration

    Swift

    public let modelDataUrl: String
  • Undocumented

    Declaration

    Swift

    public init(environment: [String : String]? = nil, image: String, modelDataUrl: String)