EndpointInfo interface

The base class "ProductionOrStagingEndpointInfo" inherits from.

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.

Property Details

assignedEndpointKey

The endpoint key.

assignedEndpointKey?: string

Property Value

string

endpointRegion

The endpoint's region.

endpointRegion?: string

Property Value

string

endpointUrl

The Runtime endpoint URL for this model version.

endpointUrl?: string

Property Value

string

failedRegions

Regions where publishing failed.

failedRegions?: string

Property Value

string

isStaging

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

isStaging?: boolean

Property Value

boolean

publishedDateTime

Timestamp when was last published.

publishedDateTime?: string

Property Value

string

region

The target region that the application is published to.

region?: string

Property Value

string

versionId

The version ID to publish.

versionId?: string

Property Value

string