Interface TuningDataStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TuningDataStats,TuningDataStats.Builder
@Generated
public interface TuningDataStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.The SFT Tuning data stats.The SFT Tuning data stats.booleanOutput only.booleanThe SFT Tuning data stats.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
-
hasSupervisedTuningDataStats
boolean hasSupervisedTuningDataStats()The SFT Tuning data stats.
.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats supervised_tuning_data_stats = 1;- Returns:
- Whether the supervisedTuningDataStats field is set.
-
getSupervisedTuningDataStats
SupervisedTuningDataStats getSupervisedTuningDataStats()The SFT Tuning data stats.
.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats supervised_tuning_data_stats = 1;- Returns:
- The supervisedTuningDataStats.
-
getSupervisedTuningDataStatsOrBuilder
SupervisedTuningDataStatsOrBuilder getSupervisedTuningDataStatsOrBuilder()The SFT Tuning data stats.
.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats supervised_tuning_data_stats = 1; -
hasDistillationDataStats
boolean hasDistillationDataStats()Output only. Statistics for distillation.
.google.cloud.aiplatform.v1beta1.DistillationDataStats distillation_data_stats = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the distillationDataStats field is set.
-
getDistillationDataStats
DistillationDataStats getDistillationDataStats()Output only. Statistics for distillation.
.google.cloud.aiplatform.v1beta1.DistillationDataStats distillation_data_stats = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The distillationDataStats.
-
getDistillationDataStatsOrBuilder
DistillationDataStatsOrBuilder getDistillationDataStatsOrBuilder()Output only. Statistics for distillation.
.google.cloud.aiplatform.v1beta1.DistillationDataStats distillation_data_stats = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTuningDataStatsCase
TuningDataStats.TuningDataStatsCase getTuningDataStatsCase()
-