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

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

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

A profile containing information about a model deployment.

Inheritance

object > Profile

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Constructors

Profile()

public Profile()

Profile(Profile)

public Profile(Profile other)
Parameter
Name Description
other Profile

Properties

AcceleratorType

public string AcceleratorType { get; set; }

Output only. The accelerator type. Expected format: nvidia-h100-80gb.

Property Value
Type Description
string

InstanceType

public string InstanceType { get; set; }

Output only. The instance type. Expected format: a2-highgpu-1g.

Property Value
Type Description
string

ModelServerInfo

public ModelServerInfo ModelServerInfo { get; set; }

Output only. The model server configuration. Use [GkeInferenceQuickstart.FetchProfiles][google.cloud.gkerecommender.v1.GkeInferenceQuickstart.FetchProfiles] to find valid configurations.

Property Value
Type Description
ModelServerInfo

PerformanceStats

public RepeatedField<PerformanceStats> PerformanceStats { get; }

Output only. The performance statistics for this profile.

Property Value
Type Description
RepeatedFieldPerformanceStats

ResourcesUsed

public ResourcesUsed ResourcesUsed { get; set; }

Output only. The resources used by the model deployment.

Property Value
Type Description
ResourcesUsed

TpuTopology

public string TpuTopology { get; set; }

Output only. The TPU topology (if applicable).

Property Value
Type Description
string