Share via


ModelDeprecationInfo Class

Cognitive Services account ModelDeprecationInfo.

Constructor

ModelDeprecationInfo(*, fine_tune: str | None = None, inference: str | None = None, deprecation_status: str | _models.DeprecationStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
fine_tune
str

The datetime of deprecation of the fineTune Model.

Default value: None
inference
str

The datetime of deprecation of the inference Model.

Default value: None
deprecation_status

Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. Known values are: "Planned" and "Tentative".

Default value: None

Variables

Name Description
fine_tune
str

The datetime of deprecation of the fineTune Model.

inference
str

The datetime of deprecation of the inference Model.

deprecation_status

Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. Known values are: "Planned" and "Tentative".