BuildDocumentModelOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |