Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionsService ¶
type CollectionsService struct {
Collection api_key_collection.ClientService
}
CollectionsService provides access to collection-related API operations.
func NewCollectionsService ¶
func NewCollectionsService(c *apiclient.AiozaiPlatform) *CollectionsService
NewCollectionsService creates a CollectionsService from the generated client.
type CompetitionsService ¶
type CompetitionsService struct {
Competition api_key_competition.ClientService
Leaderboard api_key_competition_leaderboard.ClientService
}
CompetitionsService provides access to competition-related API operations.
func NewCompetitionsService ¶
func NewCompetitionsService(c *apiclient.AiozaiPlatform) *CompetitionsService
NewCompetitionsService creates a CompetitionsService from the generated client.
type CoreService ¶
type CoreService struct {
APIKey api_key.ClientService
Dependency api_key_dependency.ClientService
Offer api_key_offer.ClientService
Package api_key_package.ClientService
PlatformTask api_key_platform_task.ClientService
Reaction api_key_reaction.ClientService
Search api_key_search.ClientService
TrainingTask api_key_training_task.ClientService
}
CoreService provides access to core platform API operations.
func NewCoreService ¶
func NewCoreService(c *apiclient.AiozaiPlatform) *CoreService
NewCoreService creates a CoreService from the generated client.
type DatasetsService ¶
type DatasetsService struct {
Dataset api_key_dataset.ClientService
}
DatasetsService provides access to dataset-related API operations.
func NewDatasetsService ¶
func NewDatasetsService(c *apiclient.AiozaiPlatform) *DatasetsService
NewDatasetsService creates a DatasetsService from the generated client.
type DiscussionsService ¶
type DiscussionsService struct {
Discussion api_key_discussion.ClientService
Comments api_key_comments.ClientService
}
DiscussionsService provides access to discussion-related API operations.
func NewDiscussionsService ¶
func NewDiscussionsService(c *apiclient.AiozaiPlatform) *DiscussionsService
NewDiscussionsService creates a DiscussionsService from the generated client.
type ModelsService ¶
type ModelsService struct {
Model api_key_model.ClientService
ModelAPIKey api_key_model_api_key.ClientService
ModelPackage api_key_model_package.ClientService
Playground api_key_model_playground.ClientService
Reviews api_key_model_reviews.ClientService
Setting api_key_model_setting.ClientService
Training api_key_model_training.ClientService
Verify api_key_model_verify.ClientService
Versioning api_key_model_versioning.ClientService
}
ModelsService provides access to model-related API operations.
func NewModelsService ¶
func NewModelsService(c *apiclient.AiozaiPlatform) *ModelsService
NewModelsService creates a ModelsService from the generated client.
type NotificationsService ¶
type NotificationsService struct {
Notification api_key_notification.ClientService
}
NotificationsService provides access to notification-related API operations.
func NewNotificationsService ¶
func NewNotificationsService(c *apiclient.AiozaiPlatform) *NotificationsService
NewNotificationsService creates a NotificationsService from the generated client.
type OrganizationsService ¶
type OrganizationsService struct {
Organization api_key_organization.ClientService
Wallet api_key_organization_wallet.ClientService
}
OrganizationsService provides access to organization-related API operations.
func NewOrganizationsService ¶
func NewOrganizationsService(c *apiclient.AiozaiPlatform) *OrganizationsService
NewOrganizationsService creates an OrganizationsService from the generated client.
type PublicService ¶
type PublicService struct {
Public public.ClientService
Collection public_collection.ClientService
Competition public_competition.ClientService
Dataset public_dataset.ClientService
Discussion public_discussion.ClientService
Medals public_medals.ClientService
Model public_model.ClientService
Organization public_organization.ClientService
}
PublicService provides access to public (unauthenticated) API operations.
func NewPublicService ¶
func NewPublicService(c *apiclient.AiozaiPlatform) *PublicService
NewPublicService creates a PublicService from the generated client.
type RepositoriesService ¶
type RepositoriesService struct {
Repository api_key_repository.ClientService
}
RepositoriesService provides access to repository-related API operations.
func NewRepositoriesService ¶
func NewRepositoriesService(c *apiclient.AiozaiPlatform) *RepositoriesService
NewRepositoriesService creates a RepositoriesService from the generated client.
type StorageService ¶
type StorageService struct {
Storage api_key_storage.ClientService
}
StorageService provides access to storage-related API operations.
func NewStorageService ¶
func NewStorageService(c *apiclient.AiozaiPlatform) *StorageService
NewStorageService creates a StorageService from the generated client.
type UsersService ¶
type UsersService struct {
User api_key_user.ClientService
PublicKey api_key_user_public_key.ClientService
Voucher api_key_user_voucher.ClientService
Wallet api_key_user_wallet.ClientService
}
UsersService provides access to user-related API operations.
func NewUsersService ¶
func NewUsersService(c *apiclient.AiozaiPlatform) *UsersService
NewUsersService creates a UsersService from the generated client.