用法:
arcgis.learn.list_models(*, gis=None, future=False, **kwargs)
参数:
- gis: 可选的地理信息系统。运行此工具的 GIS。如果未指定,则使用活动 GIS。
- future: 仅关键字参数。可选的布尔值。如果为 True,则结果将是一个 GPJob 对象,并且结果将异步返回。
返回:
已安装的深度学习模型列表
函数用于列出所有已安装的深度学习模型。 .. 笔记:
This function is supported with ArcGIS Enterprise (Image Server)
相关用法
- Python arcgis.learn.classify_objects用法及代码示例
- Python arcgis.learn.export_training_data用法及代码示例
- Python arcgis.learn.classify_pixels用法及代码示例
- Python arcgis.learn.train_model用法及代码示例
- Python arcgis.learn.compute_accuracy_for_object_detection用法及代码示例
- Python arcgis.learn.detect_objects用法及代码示例
- Python arcgis.gis._impl._profile.ProfileManager.save_as用法及代码示例
- Python arcgis.raster.functions.ccdc_analysis用法及代码示例
- Python arcgis.geometry.functions.trim_extend用法及代码示例
- Python arcgis.raster.analytics.sample用法及代码示例
- Python arcgis.features.analysis.derive_new_locations用法及代码示例
- Python arcgis.features.analyze_patterns.calculate_density用法及代码示例
- Python arcgis.geometry.Geometry.label_point用法及代码示例
- Python arcgis.plan_routes用法及代码示例
- Python arcgis.mapping.forms.FormInfo用法及代码示例
- Python arcgis.gis.UserManager.get用法及代码示例
- Python arcgis.raster.ImageryLayerCacheManager.update_tiles用法及代码示例
- Python arcgis.geometry.Geometry.true_centroid用法及代码示例
- Python arcgis.gis.User.generate_direct_access_url用法及代码示例
- Python arcgis.gis.GroupMigrationManager.create用法及代码示例
- Python arcgis.geometry.Geometry.hull_rectangle用法及代码示例
- Python arcgis.features.analysis.summarize_within用法及代码示例
- Python arcgis.geometry.filters.intersects用法及代码示例
- Python arcgis.geometry.functions.project用法及代码示例
- Python arcgis.raster.functions.percentile用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.learn.list_models。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。