cloud.google.com/go/aiplatform@v1.106.0/README.md (about)

     1  # Vertex AI API
     2  
     3  [![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/aiplatform.svg)](https://pkg.go.dev/cloud.google.com/go/aiplatform)
     4  
     5  Go Client Library for Vertex AI API.
     6  
     7  ## Install
     8  
     9  ```bash
    10  go get cloud.google.com/go/aiplatform
    11  ```
    12  
    13  ## Stability
    14  
    15  The stability of this module is indicated by SemVer.
    16  
    17  However, a `v1+` module may have breaking changes in two scenarios:
    18  
    19  * Packages with `alpha` or `beta` in the import path
    20  * The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
    21  
    22  ## Go Version Support
    23  
    24  See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
    25  section in the root directory's README.
    26  
    27  ## Authorization
    28  
    29  See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
    30  section in the root directory's README.
    31  
    32  ## Contributing
    33  
    34  Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
    35  document for details.
    36  
    37  Please note that this project is released with a Contributor Code of Conduct.
    38  By participating in this project you agree to abide by its terms. See
    39  [Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
    40  for more information.