Returns the API endpoint specific to an organization. This function can be utilized using either an API Key or a deployment ID and token for authentication.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| No | deploymentToken | str | Token used for authenticating access to deployed models. |
| No | deploymentId | str | Unique identifier assigned to a deployment created under the specified project. |
| No | streamingToken | str | Token used for authenticating access to streaming data. |
| No | featureGroupId | str | Unique identifier assigned to a feature group. |
| No | modelId | str | Unique identifier assigned to a model. |
| KEY | TYPE | DESCRIPTION | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error | |||||||||||||||||||||
| result | ApiEndpoint |
|
| TYPE | WHEN |
|---|---|
| DataNotFoundError |
|
| DataNotFoundError |
|
| DataNotFoundError |
|