ExperimentConfig

public struct ExperimentConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an existing experiment to associate the trial component with.

    Declaration

    Swift

    public let experimentName: String?
  • The display name for the trial component. If this key isn’t specified, the display name is the trial component name.

    Declaration

    Swift

    public let trialComponentDisplayName: String?
  • The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

    Declaration

    Swift

    public let trialName: String?
  • Undocumented

    Declaration

    Swift

    public init(experimentName: String? = nil, trialComponentDisplayName: String? = nil, trialName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws