TrialComponent
public struct TrialComponent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let createdBy: UserContext?
-
When the component was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The name of the component as displayed. If DisplayName isn’t specified, TrialComponentName is displayed.
Declaration
Swift
public let displayName: String?
-
When the component ended.
Declaration
Swift
public let endTime: TimeStamp?
-
The input artifacts of the component.
Declaration
Swift
public let inputArtifacts: [String : TrialComponentArtifact]?
-
Undocumented
Declaration
Swift
public let lastModifiedBy: UserContext?
-
When the component was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The metrics for the component.
Declaration
Swift
public let metrics: [TrialComponentMetricSummary]?
-
The output artifacts of the component.
Declaration
Swift
public let outputArtifacts: [String : TrialComponentArtifact]?
-
The hyperparameters of the component.
Declaration
Swift
public let parameters: [String : TrialComponentParameterValue]?
-
An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.
Declaration
Swift
public let parents: [Parent]?
-
The Amazon Resource Name (ARN) and job type of the source of the component.
Declaration
Swift
public let source: TrialComponentSource?
-
Details of the source of the component.
Declaration
Swift
public let sourceDetail: TrialComponentSourceDetail?
-
When the component started.
Declaration
Swift
public let startTime: TimeStamp?
-
Undocumented
Declaration
Swift
public let status: TrialComponentStatus?
-
The list of tags that are associated with the component. You can use Search API to search on the tags.
Declaration
Swift
public let tags: [Tag]?
-
The Amazon Resource Name (ARN) of the trial component.
Declaration
Swift
public let trialComponentArn: String?
-
The name of the trial component.
Declaration
Swift
public let trialComponentName: String?
-
init(createdBy:creationTime:displayName:endTime:inputArtifacts:lastModifiedBy:lastModifiedTime:metrics:outputArtifacts:parameters:parents:source:sourceDetail:startTime:status:tags:trialComponentArn:trialComponentName:)
Undocumented
Declaration
Swift
public init(createdBy: UserContext? = nil, creationTime: TimeStamp? = nil, displayName: String? = nil, endTime: TimeStamp? = nil, inputArtifacts: [String : TrialComponentArtifact]? = nil, lastModifiedBy: UserContext? = nil, lastModifiedTime: TimeStamp? = nil, metrics: [TrialComponentMetricSummary]? = nil, outputArtifacts: [String : TrialComponentArtifact]? = nil, parameters: [String : TrialComponentParameterValue]? = nil, parents: [Parent]? = nil, source: TrialComponentSource? = nil, sourceDetail: TrialComponentSourceDetail? = nil, startTime: TimeStamp? = nil, status: TrialComponentStatus? = nil, tags: [Tag]? = nil, trialComponentArn: String? = nil, trialComponentName: String? = nil)