Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::SinglePassthroughAttestation
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::SinglePassthroughAttestation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
Single GPU Passthrough (SPT) attestation.
Instance Attribute Summary collapse
Instance Attribute Details
#gpu_quote ⇒ ::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo
Returns Optional. Single GPU quote.
179 180 181 182 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 179 class SinglePassthroughAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |