Class: Google::Cloud::GkeRecommender::V1::FetchBenchmarkingDataResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeRecommender::V1::FetchBenchmarkingDataResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb
Overview
Response message for GkeInferenceQuickstart.FetchBenchmarkingData.
Instance Attribute Summary collapse
-
#profile ⇒ ::Array<::Google::Cloud::GkeRecommender::V1::Profile>
readonly
Output only.
Instance Attribute Details
#profile ⇒ ::Array<::Google::Cloud::GkeRecommender::V1::Profile> (readonly)
Returns Output only. List of profiles containing their respective benchmarking data.
195 196 197 198 |
# File 'proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb', line 195 class FetchBenchmarkingDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |