public static final class AutoscalingMetricSpec.Builder extends GeneratedMessageV3.Builder<AutoscalingMetricSpec.Builder> implements AutoscalingMetricSpecOrBuilder
The metric specification that defines the target resource utilization
(CPU utilization, accelerator's duty cycle, and so on) for calculating the
desired replica count.
Protobuf type google.cloud.visionai.v1.AutoscalingMetricSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutoscalingMetricSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AutoscalingMetricSpec build()
buildPartial()
public AutoscalingMetricSpec buildPartial()
clear()
public AutoscalingMetricSpec.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AutoscalingMetricSpec.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMetricName()
public AutoscalingMetricSpec.Builder clearMetricName()
Required. The resource metric name.
Supported metrics:
- For Online Prediction:
aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle
aiplatform.googleapis.com/prediction/online/cpu/utilization
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public AutoscalingMetricSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTarget()
public AutoscalingMetricSpec.Builder clearTarget()
The target resource utilization in percentage (1% - 100%) for the given
metric; once the real usage deviates from the target by a certain
percentage, the machine replicas change. The default value is 60
(representing 60%) if not provided.
int32 target = 2;
clone()
public AutoscalingMetricSpec.Builder clone()
Overrides
getDefaultInstanceForType()
public AutoscalingMetricSpec getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMetricName()
public String getMetricName()
Required. The resource metric name.
Supported metrics:
- For Online Prediction:
aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle
aiplatform.googleapis.com/prediction/online/cpu/utilization
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The metricName.
|
getMetricNameBytes()
public ByteString getMetricNameBytes()
Required. The resource metric name.
Supported metrics:
- For Online Prediction:
aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle
aiplatform.googleapis.com/prediction/online/cpu/utilization
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for metricName.
|
getTarget()
The target resource utilization in percentage (1% - 100%) for the given
metric; once the real usage deviates from the target by a certain
percentage, the machine replicas change. The default value is 60
(representing 60%) if not provided.
int32 target = 2;
Returns |
Type |
Description |
int |
The target.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AutoscalingMetricSpec other)
public AutoscalingMetricSpec.Builder mergeFrom(AutoscalingMetricSpec other)
public AutoscalingMetricSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AutoscalingMetricSpec.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutoscalingMetricSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AutoscalingMetricSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setMetricName(String value)
public AutoscalingMetricSpec.Builder setMetricName(String value)
Required. The resource metric name.
Supported metrics:
- For Online Prediction:
aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle
aiplatform.googleapis.com/prediction/online/cpu/utilization
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
String
The metricName to set.
|
setMetricNameBytes(ByteString value)
public AutoscalingMetricSpec.Builder setMetricNameBytes(ByteString value)
Required. The resource metric name.
Supported metrics:
- For Online Prediction:
aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle
aiplatform.googleapis.com/prediction/online/cpu/utilization
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
ByteString
The bytes for metricName to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AutoscalingMetricSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTarget(int value)
public AutoscalingMetricSpec.Builder setTarget(int value)
The target resource utilization in percentage (1% - 100%) for the given
metric; once the real usage deviates from the target by a certain
percentage, the machine replicas change. The default value is 60
(representing 60%) if not provided.
int32 target = 2;
Parameter |
Name |
Description |
value |
int
The target to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final AutoscalingMetricSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides