public interface DistillationHyperParametersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAdapterSize()
public abstract SupervisedHyperParameters.AdapterSize getAdapterSize()
Optional. Adapter size for distillation.
.google.cloud.aiplatform.v1beta1.SupervisedHyperParameters.AdapterSize adapter_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SupervisedHyperParameters.AdapterSize |
The adapterSize. |
getAdapterSizeValue()
public abstract int getAdapterSizeValue()
Optional. Adapter size for distillation.
.google.cloud.aiplatform.v1beta1.SupervisedHyperParameters.AdapterSize adapter_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for adapterSize. |
getEpochCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
long |
The epochCount. |
getLearningRateMultiplier()
public abstract double getLearningRateMultiplier()
Optional. Multiplier for adjusting the default learning rate.
optional double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
double |
The learningRateMultiplier. |
hasEpochCount()
public abstract boolean 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the epochCount field is set. |
hasLearningRateMultiplier()
public abstract boolean hasLearningRateMultiplier()
Optional. Multiplier for adjusting the default learning rate.
optional double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the learningRateMultiplier field is set. |