Reference documentation and code samples for the GKE Recommender V1 API class Google::Cloud::GkeRecommender::V1::FetchProfilesResponse.
Response message for GkeInferenceQuickstart.FetchProfiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#comments
def comments() -> ::String
Returns
- (::String) — Output only. Additional comments related to the response.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Output only. A token which may be sent as
[page_token][FetchProfilesResponse.page_token] in a subsequent
FetchProfilesResponse
call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
#performance_range
def performance_range() -> ::Google::Cloud::GkeRecommender::V1::PerformanceRange
Returns
- (::Google::Cloud::GkeRecommender::V1::PerformanceRange) — Output only. The combined range of performance values observed across all profiles in this response.
#profile
def profile() -> ::Array<::Google::Cloud::GkeRecommender::V1::Profile>
Returns
- (::Array<::Google::Cloud::GkeRecommender::V1::Profile>) — Output only. List of profiles that match the given model server info and performance requirements (if provided).