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

ITextNer Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TextNerTypeConverter))]
public interface ITextNer : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoMlVertical, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVertical
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TextNerTypeConverter))>]
type ITextNer = interface
    interface IJsonSerializable
    interface INlpVertical
    interface IAutoMlVertical
Public Interface ITextNer
Implements IAutoMlVertical, INlpVertical
Derived
Attributes
Implements

Properties

FeaturizationSettingDatasetLanguage

Dataset language, useful for the text data.

(Inherited from INlpVertical)
LimitSettingMaxConcurrentTrial

Maximum Concurrent AutoML iterations.

(Inherited from INlpVertical)
LimitSettingMaxTrial

Number of AutoML iterations.

(Inherited from INlpVertical)
LimitSettingTimeout

AutoML job timeout.

(Inherited from INlpVertical)
LogVerbosity

Log verbosity for the job.

(Inherited from IAutoMlVertical)
PrimaryMetric

Primary metric for Text-NER task. Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.

TargetColumnName

Target column name: This is prediction values column. Also known as label column name in context of classification tasks.

(Inherited from IAutoMlVertical)
TaskType

[Required] Task type for AutoMLJob.

(Inherited from IAutoMlVertical)
TrainingDataDescription

Description for the input.

(Inherited from IAutoMlVertical)
TrainingDataJobInputType

[Required] Specifies the type of job.

(Inherited from IAutoMlVertical)
TrainingDataMode

Input Asset Delivery Mode.

(Inherited from IAutoMlVertical)
TrainingDataUri

[Required] Input Asset URI.

(Inherited from IAutoMlVertical)
ValidationDataDescription

Description for the input.

(Inherited from INlpVertical)
ValidationDataJobInputType

[Required] Specifies the type of job.

(Inherited from INlpVertical)
ValidationDataMode

Input Asset Delivery Mode.

(Inherited from INlpVertical)
ValidationDataUri

[Required] Input Asset URI.

(Inherited from INlpVertical)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to