GKE Recommender v1 API - Class FetchProfilesResponse (1.0.0-beta01)

public sealed class FetchProfilesResponse : IPageResponse<Profile>, IEnumerable<Profile>, IEnumerable, IMessage<FetchProfilesResponse>, IEquatable<FetchProfilesResponse>, IDeepCloneable<FetchProfilesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Recommender v1 API class FetchProfilesResponse.

Response message for [GkeInferenceQuickstart.FetchProfiles][google.cloud.gkerecommender.v1.GkeInferenceQuickstart.FetchProfiles].

Inheritance

object > FetchProfilesResponse

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Constructors

FetchProfilesResponse()

public FetchProfilesResponse()

FetchProfilesResponse(FetchProfilesResponse)

public FetchProfilesResponse(FetchProfilesResponse other)
Parameter
Name Description
other FetchProfilesResponse

Properties

Comments

public string Comments { get; set; }

Output only. Additional comments related to the response.

Property Value
Type Description
string

NextPageToken

public string NextPageToken { get; set; }

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.

Property Value
Type Description
string

PerformanceRange

public PerformanceRange PerformanceRange { get; set; }

Output only. The combined range of performance values observed across all profiles in this response.

Property Value
Type Description
PerformanceRange

Profile

public RepeatedField<Profile> Profile { get; }

Output only. List of profiles that match the given model server info and performance requirements (if provided).

Property Value
Type Description
RepeatedFieldProfile

Methods

GetEnumerator()

public IEnumerator<Profile> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorProfile