public static interface AutoMLJobArtifacts.Builder extends SdkPojo, CopyableBuilder<AutoMLJobArtifacts.Builder,AutoMLJobArtifacts>
Modifier and Type | Method and Description |
---|---|
AutoMLJobArtifacts.Builder |
candidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.
|
AutoMLJobArtifacts.Builder |
dataExplorationNotebookLocation(String dataExplorationNotebookLocation)
The URL of the notebook location.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AutoMLJobArtifacts.Builder candidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.
candidateDefinitionNotebookLocation
- The URL of the notebook location.AutoMLJobArtifacts.Builder dataExplorationNotebookLocation(String dataExplorationNotebookLocation)
The URL of the notebook location.
dataExplorationNotebookLocation
- The URL of the notebook location.Copyright © 2022. All rights reserved.