AutoMLJobArtifacts
public struct AutoMLJobArtifacts : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The URL to the notebook location.
Declaration
Swift
public let candidateDefinitionNotebookLocation: String? -
The URL to the notebook location.
Declaration
Swift
public let dataExplorationNotebookLocation: String? -
Undocumented
Declaration
Swift
public init(candidateDefinitionNotebookLocation: String? = nil, dataExplorationNotebookLocation: String? = nil)
View on GitHub
AutoMLJobArtifacts Structure Reference