Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
GpuInfo contains the attestation evidence for a GPU device.
Instance Attribute Summary collapse
-
#attestation_certificate_chain ⇒ ::String
Optional.
-
#attestation_report ⇒ ::String
Optional.
-
#driver_version ⇒ ::String
Optional.
-
#gpu_architecture_type ⇒ ::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuArchitectureType
Optional.
-
#uuid ⇒ ::String
Optional.
-
#vbios_version ⇒ ::String
Optional.
Instance Attribute Details
#attestation_certificate_chain ⇒ ::String
Returns Optional. The raw attestation certificate chain for the GPU device.
153 154 155 156 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 153 class GpuInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attestation_report ⇒ ::String
Returns 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.
153 154 155 156 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 153 class GpuInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#driver_version ⇒ ::String
Returns Optional. The driver version of the GPU.
153 154 155 156 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 153 class GpuInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gpu_architecture_type ⇒ ::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuArchitectureType
Returns Optional. The GPU architecture type.
153 154 155 156 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 153 class GpuInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |