public static interface NasJobSpec.MultiTrialAlgorithmSpec.MetricSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NasJobSpec.MultiTrialAlgorithmSpec.MetricSpec.GoalType |
getGoal()
Required.
|
int |
getGoalValue()
Required.
|
String |
getMetricId()
Required.
|
com.google.protobuf.ByteString |
getMetricIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMetricId()
Required. The ID of the metric. Must not contain whitespaces.
string metric_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getMetricIdBytes()
Required. The ID of the metric. Must not contain whitespaces.
string metric_id = 1 [(.google.api.field_behavior) = REQUIRED];int getGoalValue()
Required. The optimization goal of the metric.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec.MetricSpec.GoalType goal = 2 [(.google.api.field_behavior) = REQUIRED];
NasJobSpec.MultiTrialAlgorithmSpec.MetricSpec.GoalType getGoal()
Required. The optimization goal of the metric.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec.MetricSpec.GoalType goal = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.