public interface DistillationHyperParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SupervisedHyperParameters.AdapterSize |
getAdapterSize()
Optional.
|
int |
getAdapterSizeValue()
Optional.
|
long |
getEpochCount()
Optional.
|
double |
getLearningRateMultiplier()
Optional.
|
boolean |
hasEpochCount()
Optional.
|
boolean |
hasLearningRateMultiplier()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEpochCount()
Optional. Number of complete passes the model makes over the entire training dataset during training.
optional int64 epoch_count = 1 [(.google.api.field_behavior) = OPTIONAL];long getEpochCount()
Optional. Number of complete passes the model makes over the entire training dataset during training.
optional int64 epoch_count = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasLearningRateMultiplier()
Optional. Multiplier for adjusting the default learning rate.
optional double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];
double getLearningRateMultiplier()
Optional. Multiplier for adjusting the default learning rate.
optional double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];
int getAdapterSizeValue()
Optional. Adapter size for distillation.
.google.cloud.aiplatform.v1beta1.SupervisedHyperParameters.AdapterSize adapter_size = 3 [(.google.api.field_behavior) = OPTIONAL];
SupervisedHyperParameters.AdapterSize getAdapterSize()
Optional. Adapter size for distillation.
.google.cloud.aiplatform.v1beta1.SupervisedHyperParameters.AdapterSize adapter_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.