Package org.neo4j.gds.config
Interface JobIdConfig
-
- All Known Subinterfaces:
AlgoBaseConfig,GraphProjectConfig,GraphProjectFromCypherConfig,GraphProjectFromGraphConfig,GraphProjectFromStoreConfig,GraphSampleAlgoConfig,GraphSampleProcConfig,MutateConfig,MutatePropertyConfig,MutateRelationshipConfig,RandomGraphGeneratorConfig
@Configuration public interface JobIdConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default JobIdjobId()
-
-
-
Method Detail
-
jobId
@Default @Parameter(false) @ConvertWith("org.neo4j.gds.core.utils.progress.JobId#parse") @ToMapValue("org.neo4j.gds.core.utils.progress.JobId#asString") default JobId jobId()
-
-