AutoMLJobArtifacts constructor

AutoMLJobArtifacts({
  1. String? candidateDefinitionNotebookLocation,
  2. String? dataExplorationNotebookLocation,
})

Implementation

AutoMLJobArtifacts({
  this.candidateDefinitionNotebookLocation,
  this.dataExplorationNotebookLocation,
});