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

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

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

Resources used by a model deployment.

Inheritance

object > ResourcesUsed

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Constructors

ResourcesUsed()

public ResourcesUsed()

ResourcesUsed(ResourcesUsed)

public ResourcesUsed(ResourcesUsed other)
Parameter
Name Description
other ResourcesUsed

Properties

AcceleratorCount

public int AcceleratorCount { get; set; }

Output only. The number of accelerators (e.g., GPUs or TPUs) used by the model deployment on the Kubernetes node.

Property Value
Type Description
int