HyperParameterTuningJobSummary
public struct HyperParameterTuningJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that the tuning job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
The date and time that the tuning job ended.
Declaration
Swift
public let hyperParameterTuningEndTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the tuning job.
Declaration
Swift
public let hyperParameterTuningJobArn: String
-
The name of the tuning job.
Declaration
Swift
public let hyperParameterTuningJobName: String
-
The status of the tuning job.
Declaration
Swift
public let hyperParameterTuningJobStatus: HyperParameterTuningJobStatus
-
The date and time that the tuning job was modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
Declaration
Swift
public let objectiveStatusCounters: ObjectiveStatusCounters
-
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
Declaration
Swift
public let resourceLimits: ResourceLimits?
-
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
Declaration
Swift
public let strategy: HyperParameterTuningJobStrategyType
-
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
Declaration
Swift
public let trainingJobStatusCounters: TrainingJobStatusCounters
-
init(creationTime:hyperParameterTuningEndTime:hyperParameterTuningJobArn:hyperParameterTuningJobName:hyperParameterTuningJobStatus:lastModifiedTime:objectiveStatusCounters:resourceLimits:strategy:trainingJobStatusCounters:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, hyperParameterTuningEndTime: TimeStamp? = nil, hyperParameterTuningJobArn: String, hyperParameterTuningJobName: String, hyperParameterTuningJobStatus: HyperParameterTuningJobStatus, lastModifiedTime: TimeStamp? = nil, objectiveStatusCounters: ObjectiveStatusCounters, resourceLimits: ResourceLimits? = nil, strategy: HyperParameterTuningJobStrategyType, trainingJobStatusCounters: TrainingJobStatusCounters)