Vertex AI API (aiplatform:v1beta1)

2023-09-27

5 new methods

Additions

    Methods
  • aiplatform.projects.locations.datasets.datasetVersions.create

      Path : v1beta1/{+parent}/datasetVersions

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : parent

      HTTP Method : POST

      Parameters :

        parent

          Required : Yes

          Description : Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`

          Location : path

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$

      Description : Create a version from a Dataset.

  • aiplatform.projects.locations.datasets.datasetVersions.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a Dataset version.

      HTTP Method : DELETE

      Parameter Order : name

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}

      Path : v1beta1/{+name}

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$

          Location : path

          Required : Yes

          Description : Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`

          Type : string

  • aiplatform.projects.locations.datasets.datasetVersions.list

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions

      Parameters :

        orderBy

          Type : string

          Location : query

          Description : Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

        parent

          Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$

          Location : path

          Description : Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`

          Required : Yes

          Type : string

        filter

          Location : query

          Description : Optional. The standard list filter.

          Type : string

        readMask

          Location : query

          Description : Optional. Mask specifying which fields to read.

          Type : string

          Format : google-fieldmask

        pageToken

          Location : query

          Description : Optional. The standard list page token.

          Type : string

        pageSize

          Location : query

          Type : integer

          Description : Optional. The standard list page size.

          Format : int32

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists DatasetVersions in a Dataset.

      HTTP Method : GET

      Path : v1beta1/{+parent}/datasetVersions

  • aiplatform.projects.locations.datasets.datasetVersions.get

      Description : Gets a Dataset version.

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$

          Type : string

          Description : Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`

          Location : path

        readMask

          Location : query

          Format : google-fieldmask

          Description : Mask specifying which fields to read.

          Type : string

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Path : v1beta1/{+name}

  • aiplatform.projects.locations.datasets.datasetVersions.restore

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameters :

        name

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$

          Required : Yes

          Type : string

          Description : Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`

      Path : v1beta1/{+name}:restore

      Description : Restores a dataset version.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}:restore

      Parameter Order : name