EndpointInfo interface
The base class "ProductionOrStagingEndpointInfo" inherits from.
Properties
assigned |
The endpoint key. |
endpoint |
The endpoint's region. |
endpoint |
The Runtime endpoint URL for this model version. |
failed |
Regions where publishing failed. |
is |
Indicates if the staging slot should be used, instead of the Production one. |
published |
Timestamp when was last published. |
region | The target region that the application is published to. |
version |
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