ExperimentSummary
public struct ExperimentSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When the experiment was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The name of the experiment as displayed. If DisplayName isn’t specified, ExperimentName is displayed.
Declaration
Swift
public let displayName: String?
-
The Amazon Resource Name (ARN) of the experiment.
Declaration
Swift
public let experimentArn: String?
-
The name of the experiment.
Declaration
Swift
public let experimentName: String?
-
Undocumented
Declaration
Swift
public let experimentSource: ExperimentSource?
-
When the experiment was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, displayName: String? = nil, experimentArn: String? = nil, experimentName: String? = nil, experimentSource: ExperimentSource? = nil, lastModifiedTime: TimeStamp? = nil)