GpuInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)GpuInfo contains the attestation evidence for a GPU device.
Attributes |
|
|---|---|
| Name | Description |
uuid |
str
Optional. The UUID of the GPU device. |
driver_version |
str
Optional. The driver version of the GPU. |
vbios_version |
str
Optional. The vBIOS version of the GPU. |
gpu_architecture_type |
google.cloud.confidentialcomputing_v1.types.NvidiaAttestation.GpuArchitectureType
Optional. The GPU architecture type. |
attestation_certificate_chain |
bytes
Optional. The raw attestation certificate chain for the GPU device. |
attestation_report |
bytes
Optional. The raw attestation report for the GPU device. This field contains SPDM request/response defined in https://www.dmtf.org/sites/default/files/standards/documents/DSP0274_1.1.0.pdf |