Class FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
- com.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
-
- All Implemented Interfaces:
FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- FeaturestoreMonitoringConfig.SnapshotAnalysis
public static final class FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder> implements FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
Configuration of the Featurestore's Snapshot Analysis Based Monitoring. This type of analysis generates statistics for each Feature based on a snapshot of the latest feature value of each entities every monitoring_interval.
Protobuf typegoogle.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FeaturestoreMonitoringConfig.SnapshotAnalysis
build()
FeaturestoreMonitoringConfig.SnapshotAnalysis
buildPartial()
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clear()
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clearDisabled()
The monitoring schedule for snapshot analysis.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clearMonitoringInterval()
Deprecated.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clearMonitoringIntervalDays()
Configuration of the snapshot analysis based monitoring pipeline running interval.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clearStalenessDays()
Customized export features time window for snapshot analysis.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
clone()
FeaturestoreMonitoringConfig.SnapshotAnalysis
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getDisabled()
The monitoring schedule for snapshot analysis.com.google.protobuf.Duration
getMonitoringInterval()
Deprecated.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval is deprecated.com.google.protobuf.Duration.Builder
getMonitoringIntervalBuilder()
Deprecated.int
getMonitoringIntervalDays()
Configuration of the snapshot analysis based monitoring pipeline running interval.com.google.protobuf.DurationOrBuilder
getMonitoringIntervalOrBuilder()
Deprecated.int
getStalenessDays()
Customized export features time window for snapshot analysis.boolean
hasMonitoringInterval()
Deprecated.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval is deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
mergeFrom(FeaturestoreMonitoringConfig.SnapshotAnalysis other)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
mergeFrom(com.google.protobuf.Message other)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
mergeMonitoringInterval(com.google.protobuf.Duration value)
Deprecated.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setDisabled(boolean value)
The monitoring schedule for snapshot analysis.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setMonitoringInterval(com.google.protobuf.Duration value)
Deprecated.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setMonitoringInterval(com.google.protobuf.Duration.Builder builderForValue)
Deprecated.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setMonitoringIntervalDays(int value)
Configuration of the snapshot analysis based monitoring pipeline running interval.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setStalenessDays(int value)
Customized export features time window for snapshot analysis.FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
clear
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
getDefaultInstanceForType
public FeaturestoreMonitoringConfig.SnapshotAnalysis getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public FeaturestoreMonitoringConfig.SnapshotAnalysis build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FeaturestoreMonitoringConfig.SnapshotAnalysis buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
setField
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
clearField
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
clearOneof
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
setRepeatedField
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
addRepeatedField
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
mergeFrom
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
mergeFrom
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder mergeFrom(FeaturestoreMonitoringConfig.SnapshotAnalysis other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
mergeFrom
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
- Throws:
IOException
-
getDisabled
public boolean getDisabled()
The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
bool disabled = 1;
- Specified by:
getDisabled
in interfaceFeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
- Returns:
- The disabled.
-
setDisabled
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setDisabled(boolean value)
The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
bool disabled = 1;
- Parameters:
value
- The disabled to set.- Returns:
- This builder for chaining.
-
clearDisabled
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clearDisabled()
The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
bool disabled = 1;
- Returns:
- This builder for chaining.
-
hasMonitoringInterval
@Deprecated public boolean hasMonitoringInterval()
Deprecated.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval is deprecated. See google/cloud/aiplatform/v1beta1/featurestore_monitoring.proto;l=56Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
- Specified by:
hasMonitoringInterval
in interfaceFeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
- Returns:
- Whether the monitoringInterval field is set.
-
getMonitoringInterval
@Deprecated public com.google.protobuf.Duration getMonitoringInterval()
Deprecated.google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval is deprecated. See google/cloud/aiplatform/v1beta1/featurestore_monitoring.proto;l=56Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
- Specified by:
getMonitoringInterval
in interfaceFeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
- Returns:
- The monitoringInterval.
-
setMonitoringInterval
@Deprecated public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setMonitoringInterval(com.google.protobuf.Duration value)
Deprecated.Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
-
setMonitoringInterval
@Deprecated public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setMonitoringInterval(com.google.protobuf.Duration.Builder builderForValue)
Deprecated.Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
-
mergeMonitoringInterval
@Deprecated public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder mergeMonitoringInterval(com.google.protobuf.Duration value)
Deprecated.Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
-
clearMonitoringInterval
@Deprecated public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clearMonitoringInterval()
Deprecated.Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
-
getMonitoringIntervalBuilder
@Deprecated public com.google.protobuf.Duration.Builder getMonitoringIntervalBuilder()
Deprecated.Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
-
getMonitoringIntervalOrBuilder
@Deprecated public com.google.protobuf.DurationOrBuilder getMonitoringIntervalOrBuilder()
Deprecated.Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] and the deprecated `monitoring_interval` field are set when creating/updating EntityTypes/Features, [monitoring_interval_days][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days] will be used.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
- Specified by:
getMonitoringIntervalOrBuilder
in interfaceFeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
-
getMonitoringIntervalDays
public int getMonitoringIntervalDays()
Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
int32 monitoring_interval_days = 3;
- Specified by:
getMonitoringIntervalDays
in interfaceFeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
- Returns:
- The monitoringIntervalDays.
-
setMonitoringIntervalDays
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setMonitoringIntervalDays(int value)
Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
int32 monitoring_interval_days = 3;
- Parameters:
value
- The monitoringIntervalDays to set.- Returns:
- This builder for chaining.
-
clearMonitoringIntervalDays
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clearMonitoringIntervalDays()
Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
int32 monitoring_interval_days = 3;
- Returns:
- This builder for chaining.
-
getStalenessDays
public int getStalenessDays()
Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
int32 staleness_days = 4;
- Specified by:
getStalenessDays
in interfaceFeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
- Returns:
- The stalenessDays.
-
setStalenessDays
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setStalenessDays(int value)
Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
int32 staleness_days = 4;
- Parameters:
value
- The stalenessDays to set.- Returns:
- This builder for chaining.
-
clearStalenessDays
public FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder clearStalenessDays()
Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
int32 staleness_days = 4;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
mergeUnknownFields
public final FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder>
-
-