Interface DistillationDataStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistillationDataStats,DistillationDataStats.Builder
@Generated
public interface DistillationDataStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.booleanOutput only.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
-
hasTrainingDatasetStats
boolean hasTrainingDatasetStats()Output only. Statistics computed for the training dataset.
.google.cloud.aiplatform.v1beta1.DatasetStats training_dataset_stats = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the trainingDatasetStats field is set.
-
getTrainingDatasetStats
DatasetStats getTrainingDatasetStats()Output only. Statistics computed for the training dataset.
.google.cloud.aiplatform.v1beta1.DatasetStats training_dataset_stats = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The trainingDatasetStats.
-
getTrainingDatasetStatsOrBuilder
DatasetStatsOrBuilder getTrainingDatasetStatsOrBuilder()Output only. Statistics computed for the training dataset.
.google.cloud.aiplatform.v1beta1.DatasetStats training_dataset_stats = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-