DescribeTrialComponentResponse
public struct DescribeTrialComponentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Who created the component.
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]? -
Who last modified the component.
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]? -
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
Declaration
Swift
public let source: TrialComponentSource? -
When the component started.
Declaration
Swift
public let startTime: TimeStamp? -
The status of the component. States include: InProgress Completed Failed
Declaration
Swift
public let status: TrialComponentStatus? -
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:source:startTime:status: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, source: TrialComponentSource? = nil, startTime: TimeStamp? = nil, status: TrialComponentStatus? = nil, trialComponentArn: String? = nil, trialComponentName: String? = nil)
View on GitHub
DescribeTrialComponentResponse Structure Reference