Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- func CreateModelServingWaitHandler(ctx context.Context, a APIClientInterface, region, projectId, tokenId string) *wait.AsyncActionHandler[modelserving.GetTokenResponse]deprecated
- func DeleteModelServingWaitHandler(ctx context.Context, a APIClientInterface, region, projectId, tokenId string) *wait.AsyncActionHandler[modelserving.GetTokenResponse]deprecated
- func UpdateModelServingWaitHandler(ctx context.Context, a APIClientInterface, region, projectId, tokenId string) *wait.AsyncActionHandler[modelserving.GetTokenResponse]
- type APIClientInterfacedeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateModelServingWaitHandler
deprecated
func CreateModelServingWaitHandler(ctx context.Context, a APIClientInterface, region, projectId, tokenId string) *wait.AsyncActionHandler[modelserving.GetTokenResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func DeleteModelServingWaitHandler
deprecated
func DeleteModelServingWaitHandler(ctx context.Context, a APIClientInterface, region, projectId, tokenId string) *wait.AsyncActionHandler[modelserving.GetTokenResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func UpdateModelServingWaitHandler ¶
func UpdateModelServingWaitHandler(ctx context.Context, a APIClientInterface, region, projectId, tokenId string) *wait.AsyncActionHandler[modelserving.GetTokenResponse]
UpdateModelServingWaitHandler will wait for the model serving auth token to be updated. Eventually it will have a different implementation, but for now it's the same as the create handler. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClientInterface
deprecated
type APIClientInterface interface {
GetTokenExecute(ctx context.Context, region, projectId, tokenId string) (*modelserving.GetTokenResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead