From d9953dadb4f0170a32fbb3204564f2f96396656e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Dec 2023 15:07:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 26 ++++++++++++++++++++++++++ doc/user/analytics/repository_analytics.md | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 621ac030783..ee1d49be690 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -5719,6 +5719,31 @@ Input type: `MergeRequestUpdateApprovalRuleInput` | `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | | `mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request after mutation. | +### `Mutation.mlModelCreate` + +WARNING: +**Introduced** in 16.8. +This feature is an Experiment. It can be changed or removed at any time. + +Input type: `MlModelCreateInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `description` | [`String`](#string) | Description of the model. | +| `name` | [`String!`](#string) | Name of the model. | +| `projectPath` | [`ID!`](#id) | Project the model to mutate is in. | + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | +| `model` | [`MlModel`](#mlmodel) | Model after mutation. | + ### `Mutation.namespaceBanDestroy` Input type: `NamespaceBanDestroyInput` @@ -23051,6 +23076,7 @@ Machine learning model in the model registry. | `_links` | [`MLModelLinks!`](#mlmodellinks) | Map of links to perform actions on the model. | | `candidates` | [`MlCandidateConnection`](#mlcandidateconnection) | Version candidates of the model. (see [Connections](#connections)) | | `createdAt` | [`Time!`](#time) | Date of creation. | +| `description` | [`String!`](#string) | Description of the model. | | `id` | [`MlModelID!`](#mlmodelid) | ID of the model. | | `latestVersion` | [`MlModelVersion`](#mlmodelversion) | Latest version of the model. | | `name` | [`String!`](#string) | Name of the model. | diff --git a/doc/user/analytics/repository_analytics.md b/doc/user/analytics/repository_analytics.md index 93171dc3136..8bc163f6f3f 100644 --- a/doc/user/analytics/repository_analytics.md +++ b/doc/user/analytics/repository_analytics.md @@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w Use repository analytics to view information about a project's Git repository: -- Programming languages used in the repository. +- Programming languages used in the repository's default branch. - Code coverage history from last 3 months ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33743) in GitLab 13.1). - Commit statistics (last month). - Commits per day of month. -- cgit v1.2.3