ApplicationInfoResponse Class

Response containing the Application Info.

Inheritance
ApplicationInfoResponse

Constructor

ApplicationInfoResponse(*, id: Optional[str] = None, name: Optional[str] = None, description: Optional[str] = None, culture: Optional[str] = None, usage_scenario: Optional[str] = None, domain: Optional[str] = None, versions_count: Optional[int] = None, created_date_time: Optional[str] = None, endpoints=None, endpoint_hits_count: Optional[int] = None, active_version: Optional[str] = None, **kwargs)

Parameters

id
str
Required

The ID (GUID) of the application.

name
str
Required

The name of the application.

description
str
Required

The description of the application.

culture
str
Required

The culture of the application. For example, "en-us".

usage_scenario
str
Required

Defines the scenario for the new application. Optional. For example, IoT.

domain
str
Required

The domain for the new application. Optional. For example, Comics.

versions_count
int
Required

Amount of model versions within the application.

created_date_time
str
Required

The version's creation timestamp.

endpoints
object
Required

The Runtime endpoint URL for this model version.

endpoint_hits_count
int
Required

Number of calls made to this endpoint.

active_version
str
Required

The version ID currently marked as active.