AutoMLCandidateStep
public struct AutoMLCandidateStep : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN for the Candidate’s step.
Declaration
Swift
public let candidateStepArn: String
-
The name for the Candidate’s step.
Declaration
Swift
public let candidateStepName: String
-
Whether the Candidate is at the transform, training, or processing step.
Declaration
Swift
public let candidateStepType: CandidateStepType
-
Undocumented
Declaration
Swift
public init(candidateStepArn: String, candidateStepName: String, candidateStepType: CandidateStepType)