你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Output 类
定义组件或作业的输出。
- 继承
-
azure.ai.ml.entities._inputs_outputs.base._InputOutputBaseOutput
构造函数
Output(type: Literal['uri_folder'] = 'uri_folder', path=None, mode=None, description=None)
参数
- type
- str
必需
数据输出的类型。 可能的值包括:“uri_folder”、“uri_file”、“mltable”、“mlflow_model”、“custom_model”和用户定义的类型。
方法
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key: Any, default: Any | None = None) -> Any
参数
- key
必需
- default
默认值: None
has_key
has_key(k: Any) -> bool
参数
- k
必需
items
items() -> list
keys
keys() -> list
update
update(*args: Any, **kwargs: Any) -> None
values
values() -> list