Trial
public struct Trial : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let createdBy: UserContext?
-
When the trial was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The name of the trial as displayed. If DisplayName isn’t specified, TrialName is displayed.
Declaration
Swift
public let displayName: String?
-
The name of the experiment the trial is part of.
Declaration
Swift
public let experimentName: String?
-
Undocumented
Declaration
Swift
public let lastModifiedBy: UserContext?
-
Who last modified the trial.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
Undocumented
Declaration
Swift
public let source: TrialSource?
-
The list of tags that are associated with the trial. You can use Search API to search on the tags.
Declaration
Swift
public let tags: [Tag]?
-
The Amazon Resource Name (ARN) of the trial.
Declaration
Swift
public let trialArn: String?
-
A list of the components associated with the trial. For each component, a summary of the component’s properties is included.
Declaration
Swift
public let trialComponentSummaries: [TrialComponentSimpleSummary]?
-
The name of the trial.
Declaration
Swift
public let trialName: String?
-
init(createdBy:creationTime:displayName:experimentName:lastModifiedBy:lastModifiedTime:source:tags:trialArn:trialComponentSummaries:trialName:)
Undocumented
Declaration
Swift
public init(createdBy: UserContext? = nil, creationTime: TimeStamp? = nil, displayName: String? = nil, experimentName: String? = nil, lastModifiedBy: UserContext? = nil, lastModifiedTime: TimeStamp? = nil, source: TrialSource? = nil, tags: [Tag]? = nil, trialArn: String? = nil, trialComponentSummaries: [TrialComponentSimpleSummary]? = nil, trialName: String? = nil)