Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class GpuArchitectureType.
GpuArchitectureType enumerates the supported GPU architecture types.
Protobuf type google.cloud.confidentialcomputing.v1.NvidiaAttestation.GpuArchitectureType
Namespace
Google \ Cloud \ ConfidentialComputing \ V1 \ NvidiaAttestationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GPU_ARCHITECTURE_TYPE_UNSPECIFIED
Value: 0Unspecified GPU architecture type.
Generated from protobuf enum GPU_ARCHITECTURE_TYPE_UNSPECIFIED = 0;
GPU_ARCHITECTURE_TYPE_HOPPER
Value: 8Hopper GPU architecture type.
Generated from protobuf enum GPU_ARCHITECTURE_TYPE_HOPPER = 8;
GPU_ARCHITECTURE_TYPE_BLACKWELL
Value: 10Blackwell GPU architecture type.
Generated from protobuf enum GPU_ARCHITECTURE_TYPE_BLACKWELL = 10;