Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#attestation_certificate_chain::String

Returns Optional. The raw attestation certificate chain for the GPU device.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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

#uuid::String

Returns Optional. The UUID of the GPU device.

Returns:

  • (::String)

    Optional. The UUID of 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

#vbios_version::String

Returns Optional. The vBIOS version of the GPU.

Returns:

  • (::String)

    Optional. The vBIOS 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