DescribeTrialResponse
public struct DescribeTrialResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Who created the trial.
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?
-
Who last modified the trial.
Declaration
Swift
public let lastModifiedBy: UserContext?
-
When the trial was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
Declaration
Swift
public let source: TrialSource?
-
The Amazon Resource Name (ARN) of the trial.
Declaration
Swift
public let trialArn: String?
-
The name of the trial.
Declaration
Swift
public let trialName: String?
-
init(createdBy:creationTime:displayName:experimentName:lastModifiedBy:lastModifiedTime:source:trialArn: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, trialArn: String? = nil, trialName: String? = nil)