Google Cloud Gke Recommender V1 Client - Class GenerateOptimizedManifestResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Gke Recommender V1 Client class GenerateOptimizedManifestResponse.

Response message for GkeInferenceQuickstart.GenerateOptimizedManifest.

Generated from protobuf message google.cloud.gkerecommender.v1.GenerateOptimizedManifestResponse

Namespace

Google \ Cloud \ GkeRecommender \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ kubernetes_manifests array<KubernetesManifest>

Output only. A list of generated Kubernetes manifests.

↳ comments array

Output only. Comments related to deploying the generated manifests.

↳ manifest_version string

Output only. Additional information about the versioned dependencies used to generate the manifests. See Run best practice inference with GKE Inference Quickstart recipes for details.

getKubernetesManifests

Output only. A list of generated Kubernetes manifests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setKubernetesManifests

Output only. A list of generated Kubernetes manifests.

Parameter
Name Description
var array<KubernetesManifest>
Returns
Type Description
$this

getComments

Output only. Comments related to deploying the generated manifests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setComments

Output only. Comments related to deploying the generated manifests.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getManifestVersion

Output only. Additional information about the versioned dependencies used to generate the manifests. See Run best practice inference with GKE Inference Quickstart recipes for details.

Returns
Type Description
string

setManifestVersion

Output only. Additional information about the versioned dependencies used to generate the manifests. See Run best practice inference with GKE Inference Quickstart recipes for details.

Parameter
Name Description
var string
Returns
Type Description
$this