Documentation
¶
Index ¶
- func NewAgentClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (agent_proto.AgentDeviceServiceClient, error)
- func NewAppClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (app_proto.AppServiceClient, error)
- func NewBuildClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (build_proto.BuildServiceClient, error)
- func NewCloudSLAMClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (cloudslam_proto.CloudSLAMServiceClient, error)
- func NewDataClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (data_proto.DataServiceClient, error)
- func NewDataSetClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (dataset_proto.DatasetServiceClient, error)
- func NewDataSyncClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (datasync_proto.DataSyncServiceClient, error)
- func NewMLInferenceClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (mlinference_proto.MLInferenceServiceClient, error)
- func NewMLTrainingClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (mltraining_proto.MLTrainingServiceClient, error)
- func NewModelClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (model_proto.ModelServiceClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAgentClientFromApiCredentials ¶
func NewAgentClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (agent_proto.AgentDeviceServiceClient, error)
func NewBuildClientFromApiCredentials ¶
func NewBuildClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (build_proto.BuildServiceClient, error)
func NewCloudSLAMClientFromApiCredentials ¶
func NewCloudSLAMClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (cloudslam_proto.CloudSLAMServiceClient, error)
func NewDataClientFromApiCredentials ¶
func NewDataClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (data_proto.DataServiceClient, error)
func NewDataSetClientFromApiCredentials ¶
func NewDataSetClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (dataset_proto.DatasetServiceClient, error)
func NewDataSyncClientFromApiCredentials ¶
func NewDataSyncClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (datasync_proto.DataSyncServiceClient, error)
func NewMLInferenceClientFromApiCredentials ¶
func NewMLInferenceClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (mlinference_proto.MLInferenceServiceClient, error)
func NewMLTrainingClientFromApiCredentials ¶
func NewMLTrainingClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (mltraining_proto.MLTrainingServiceClient, error)
func NewModelClientFromApiCredentials ¶
func NewModelClientFromApiCredentials(ctx context.Context, logger logging.Logger, apiKeyName string, apiKey string) (model_proto.ModelServiceClient, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.