Google Cloud Ai Platform V1 Client - Class MetricSpec (0.21.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MetricSpec.

Represents a metric to optimize.

Generated from protobuf message google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec.MetricSpec

Namespace

Google \ Cloud \ AIPlatform \ V1 \ NasJobSpec \ MultiTrialAlgorithmSpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ metric_id string

Required. The ID of the metric. Must not contain whitespaces.

↳ goal int

Required. The optimization goal of the metric.

getMetricId

Required. The ID of the metric. Must not contain whitespaces.

Returns
TypeDescription
string

setMetricId

Required. The ID of the metric. Must not contain whitespaces.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGoal

Required. The optimization goal of the metric.

Returns
TypeDescription
int

setGoal

Required. The optimization goal of the metric.

Parameter
NameDescription
var int
Returns
TypeDescription
$this