你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BuildDocumentModelOptions Class

Definition

The set of options that can be specified when calling the build document model method to configure the behavior of the request. For example, set the model tags a model description.

public class BuildDocumentModelOptions
type BuildDocumentModelOptions = class
Public Class BuildDocumentModelOptions
Inheritance
BuildDocumentModelOptions

Constructors

BuildDocumentModelOptions()

Initializes a new instance of the BuildDocumentModelOptions class which allows to set options that can be specified when calling the training method to configure the behavior of the request. For example, set the model tags or a model description.

Properties

Description

An optional model description.

Tags

A list of user-defined key-value tag attributes associated with the model.

Applies to