Reference documentation and code samples for the Google Cloud Gke Recommender V1 Client class Profile.
A profile containing information about a model deployment.
Generated from protobuf message google.cloud.gkerecommender.v1.Profile
Namespace
Google \ Cloud \ GkeRecommender \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ model_server_info
ModelServerInfo
Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
↳ accelerator_type
string
Output only. The accelerator type. Expected format: nvidia-h100-80gb
.
↳ tpu_topology
string
Output only. The TPU topology (if applicable).
↳ instance_type
string
Output only. The instance type. Expected format: a2-highgpu-1g
.
↳ resources_used
↳ performance_stats
getModelServerInfo
Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
hasModelServerInfo
clearModelServerInfo
setModelServerInfo
Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
$this
getAcceleratorType
Output only. The accelerator type. Expected format: nvidia-h100-80gb
.
string
setAcceleratorType
Output only. The accelerator type. Expected format: nvidia-h100-80gb
.
var
string
$this
getTpuTopology
Output only. The TPU topology (if applicable).
string
setTpuTopology
Output only. The TPU topology (if applicable).
var
string
$this
getInstanceType
Output only. The instance type. Expected format: a2-highgpu-1g
.
string
setInstanceType
Output only. The instance type. Expected format: a2-highgpu-1g
.
var
string
$this
getResourcesUsed
Output only. The resources used by the model deployment.
hasResourcesUsed
clearResourcesUsed
setResourcesUsed
Output only. The resources used by the model deployment.
$this
getPerformanceStats
Output only. The performance statistics for this profile.
setPerformanceStats
Output only. The performance statistics for this profile.
$this

