ProductionOrStagingEndpointInfo interface

An interface representing ProductionOrStagingEndpointInfo.

Extends

Inherited Properties

assignedEndpointKey

The endpoint key.

endpointRegion

The endpoint's region.

endpointUrl

The Runtime endpoint URL for this model version.

failedRegions

Regions where publishing failed.

isStaging

Indicates if the staging slot should be used, instead of the Production one.

publishedDateTime

Timestamp when was last published.

region

The target region that the application is published to.

versionId

The version ID to publish.

Inherited Property Details

assignedEndpointKey

The endpoint key.

assignedEndpointKey?: string

Property Value

string

Inherited From EndpointInfo.assignedEndpointKey

endpointRegion

The endpoint's region.

endpointRegion?: string

Property Value

string

Inherited From EndpointInfo.endpointRegion

endpointUrl

The Runtime endpoint URL for this model version.

endpointUrl?: string

Property Value

string

Inherited From EndpointInfo.endpointUrl

failedRegions

Regions where publishing failed.

failedRegions?: string

Property Value

string

Inherited From EndpointInfo.failedRegions

isStaging

Indicates if the staging slot should be used, instead of the Production one.

isStaging?: boolean

Property Value

boolean

Inherited From EndpointInfo.isStaging

publishedDateTime

Timestamp when was last published.

publishedDateTime?: string

Property Value

string

Inherited From EndpointInfo.publishedDateTime

region

The target region that the application is published to.

region?: string

Property Value

string

Inherited From EndpointInfo.region

versionId

The version ID to publish.

versionId?: string

Property Value

string

Inherited From EndpointInfo.versionId