Interface DistillationHyperParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistillationHyperParameters,DistillationHyperParameters.Builder
@Generated
public interface DistillationHyperParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.intOptional.longOptional.doubleOptional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEpochCount
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:
- Whether the epochCount field is set.
-
getEpochCount
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:
- The epochCount.
-
hasLearningRateMultiplier
boolean hasLearningRateMultiplier()Optional. Multiplier for adjusting the default learning rate.
optional double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the learningRateMultiplier field is set.
-
getLearningRateMultiplier
double getLearningRateMultiplier()Optional. Multiplier for adjusting the default learning rate.
optional double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The learningRateMultiplier.
-
getAdapterSizeValue
int getAdapterSizeValue()Optional. Adapter size for distillation.
.google.cloud.aiplatform.v1beta1.SupervisedHyperParameters.AdapterSize adapter_size = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The enum numeric value on the wire for adapterSize.
-
getAdapterSize
SupervisedHyperParameters.AdapterSize getAdapterSize()Optional. Adapter size for distillation.
.google.cloud.aiplatform.v1beta1.SupervisedHyperParameters.AdapterSize adapter_size = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The adapterSize.
-