package
0.89.3
Repository: https://github.com/arangodb-managed/apis.git
Documentation: pkg.go.dev

# Functions

Equals returns true when source and other have the same values.
MLServicesURL creates a resource URL for the MLServices resources from the given deployment URL.
No description provided by the author
RegisterMLServiceHandler registers the http handlers for service MLService to "mux".
RegisterMLServiceHandlerClient registers the http handlers for service MLService to "mux".
RegisterMLServiceHandlerFromEndpoint is same as RegisterMLServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMLServiceHandlerServer registers the http handlers for service MLService to "mux".
No description provided by the author

# Constants

APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeMLServicesUpdated is fired after MLServices for a deployment has been updated.
KindMLServices is a constant for MLServices resources.
ArangoDB Deployment is being bootstrapped with the required databases, schemas and data.
Indicates that there was an error with setting up ArangoGraphML.
Indicates that ArangoGraphML and all its associated services are hibernated.
The services needed for ArangoGraphML are being installed.
ArangoGraphML is setup and running correctly.
PermissionGetMLServices is needed for getting MLServices.
PermissionListMLServicesSize is needed for listing MLServicesSize.
PermissionUpdateMLServices is needed for updating MLServices.
QuotaKindMLTrialExpiryDays limits the number of days ML may be enabled for free deployments.
QuotaKindMLTrialJobUsageHours limits the total number of hours ML jobs can be run for, for free deployments.
ServiceTypePrediction indicates that the service is a prediction API service.
ServiceTypeProjects indicates that the service is a projects API service.
ServiceTypeTraining indicates that the service is a training API service.
UsageItemResourceKindMLServices is the kind used inside the UsageItem.Resource to refer to a MLServices resource.
UsageItemResourceKindMLJob is the kind used inside the UsageItem.Resource to refer to a ML Job.

# Variables

No description provided by the author

# Structs

No description provided by the author
MLServices is a single resource which represents the state and configuration of ML Services (ArangoGraphML) for a deployment specified by deployment_id.
MLServicesSize represents the resources allocated for MLServices.
List of MLServicesSize.
Status of a single ArangoGraphML component.
Resource usage for this service.
Status of the MLServices.
UnimplementedMLServiceServer can be embedded to have forward compatible implementations.

# Interfaces

MLServiceClient is the client API for MLService service.
MLServiceServer is the server API for MLService service.