EndpointInfo Class

The base class "ProductionOrStagingEndpointInfo" inherits from.

Inheritance
EndpointInfo

Constructor

EndpointInfo(*, version_id: Optional[str] = None, is_staging: Optional[bool] = None, endpoint_url: Optional[str] = None, region: Optional[str] = None, assigned_endpoint_key: Optional[str] = None, endpoint_region: Optional[str] = None, failed_regions: Optional[str] = None, published_date_time: Optional[str] = None, **kwargs)

Parameters

version_id
str
Required

The version ID to publish.

is_staging
bool
Required

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

endpoint_url
str
Required

The Runtime endpoint URL for this model version.

region
str
Required

The target region that the application is published to.

assigned_endpoint_key
str
Required

The endpoint key.

endpoint_region
str
Required

The endpoint's region.

failed_regions
str
Required

Regions where publishing failed.

published_date_time
str
Required

Timestamp when was last published.