> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/go/go-bundle/sdks/compute/models/gpuproperties.md).

# GpuProperties

## Properties

| Name       | Type                  | Description                                                                                                                                                                                                | Notes                   |
| ---------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **Name**   | Pointer to **string** | The name of the resource.                                                                                                                                                                                  | \[optional] \[readonly] |
| **Vendor** | Pointer to **string** | The vendor of the Graphics Processing Unit (GPU) card. The available options can be retrieved from the 'gpuArchitecture' field returned in the GET responses of the resources /datacenters and /locations. | \[optional] \[readonly] |
| **Model**  | Pointer to **string** | The model of Graphics Processing Unit (GPU) card. The available options can be retrieved from the 'gpuArchitecture' field returned in the GET responses of the resources /datacenters and /locations.      | \[optional] \[readonly] |
| **Type**   | Pointer to **string** | The way the Graphics Processing Unit (GPU) card will function. The 'passthrough' type means that the Server will be connected to the GPU directly (e.g. no virtualization involved).                       | \[optional] \[readonly] |

## Methods

### NewGpuProperties

`func NewGpuProperties() *GpuProperties`

NewGpuProperties instantiates a new GpuProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

### NewGpuPropertiesWithDefaults

`func NewGpuPropertiesWithDefaults() *GpuProperties`

NewGpuPropertiesWithDefaults instantiates a new GpuProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

### GetName

`func (o *GpuProperties) GetName() string`

GetName returns the Name field if non-nil, zero value otherwise.

### GetNameOk

`func (o *GpuProperties) GetNameOk() (*string, bool)`

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetName

`func (o *GpuProperties) SetName(v string)`

SetName sets Name field to given value.

### HasName

`func (o *GpuProperties) HasName() bool`

HasName returns a boolean if a field has been set.

### GetVendor

`func (o *GpuProperties) GetVendor() string`

GetVendor returns the Vendor field if non-nil, zero value otherwise.

### GetVendorOk

`func (o *GpuProperties) GetVendorOk() (*string, bool)`

GetVendorOk returns a tuple with the Vendor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetVendor

`func (o *GpuProperties) SetVendor(v string)`

SetVendor sets Vendor field to given value.

### HasVendor

`func (o *GpuProperties) HasVendor() bool`

HasVendor returns a boolean if a field has been set.

### GetModel

`func (o *GpuProperties) GetModel() string`

GetModel returns the Model field if non-nil, zero value otherwise.

### GetModelOk

`func (o *GpuProperties) GetModelOk() (*string, bool)`

GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetModel

`func (o *GpuProperties) SetModel(v string)`

SetModel sets Model field to given value.

### HasModel

`func (o *GpuProperties) HasModel() bool`

HasModel returns a boolean if a field has been set.

### GetType

`func (o *GpuProperties) GetType() string`

GetType returns the Type field if non-nil, zero value otherwise.

### GetTypeOk

`func (o *GpuProperties) GetTypeOk() (*string, bool)`

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetType

`func (o *GpuProperties) SetType(v string)`

SetType sets Type field to given value.

### HasType

`func (o *GpuProperties) HasType() bool`

HasType returns a boolean if a field has been set.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/go/go-bundle/sdks/compute/models/gpuproperties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
