Interface MetricMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricMetadata,MetricMetadata.Builder
@Generated
public interface MetricMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.StructOptional.com.google.protobuf.StructOrBuilderOptional.Optional.Optional.getTitle()Optional.com.google.protobuf.ByteStringOptional.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
-
getTitle
String getTitle()Optional. The user-friendly name for the metric. If not set for a registered metric, it will default to the metric's display name.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()Optional. The user-friendly name for the metric. If not set for a registered metric, it will default to the metric's display name.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for title.
-
hasScoreRange
boolean hasScoreRange()Optional. The range of possible scores for this metric, used for plotting.
.google.cloud.aiplatform.v1beta1.MetricMetadata.ScoreRange score_range = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the scoreRange field is set.
-
getScoreRange
MetricMetadata.ScoreRange getScoreRange()Optional. The range of possible scores for this metric, used for plotting.
.google.cloud.aiplatform.v1beta1.MetricMetadata.ScoreRange score_range = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The scoreRange.
-
getScoreRangeOrBuilder
MetricMetadata.ScoreRangeOrBuilder getScoreRangeOrBuilder()Optional. The range of possible scores for this metric, used for plotting.
.google.cloud.aiplatform.v1beta1.MetricMetadata.ScoreRange score_range = 2 [(.google.api.field_behavior) = OPTIONAL]; -
hasOtherMetadata
boolean hasOtherMetadata()Optional. Flexible metadata for user-defined attributes.
.google.protobuf.Struct other_metadata = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the otherMetadata field is set.
-
getOtherMetadata
com.google.protobuf.Struct getOtherMetadata()Optional. Flexible metadata for user-defined attributes.
.google.protobuf.Struct other_metadata = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The otherMetadata.
-
getOtherMetadataOrBuilder
com.google.protobuf.StructOrBuilder getOtherMetadataOrBuilder()Optional. Flexible metadata for user-defined attributes.
.google.protobuf.Struct other_metadata = 3 [(.google.api.field_behavior) = OPTIONAL];
-