public static final class ModelMonitoringInput.TimeOffset.Builder extends GeneratedMessageV3.Builder<ModelMonitoringInput.TimeOffset.Builder> implements ModelMonitoringInput.TimeOffsetOrBuilder
Time offset setting.
Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ModelMonitoringInput.TimeOffset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ModelMonitoringInput.TimeOffset build()
public ModelMonitoringInput.TimeOffset buildPartial()
public ModelMonitoringInput.TimeOffset.Builder clear()
Overrides
public ModelMonitoringInput.TimeOffset.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ModelMonitoringInput.TimeOffset.Builder clearOffset()
[offset] is the time difference from the cut-off time.
For scheduled jobs, the cut-off time is the scheduled time.
For non-scheduled jobs, it's the time when the job was created.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string offset = 1;
public ModelMonitoringInput.TimeOffset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ModelMonitoringInput.TimeOffset.Builder clearWindow()
[window] refers to the scope of data selected for analysis.
It allows you to specify the quantity of data you wish to examine.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string window = 2;
public ModelMonitoringInput.TimeOffset.Builder clone()
Overrides
public ModelMonitoringInput.TimeOffset getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getOffset()
[offset] is the time difference from the cut-off time.
For scheduled jobs, the cut-off time is the scheduled time.
For non-scheduled jobs, it's the time when the job was created.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string offset = 1;
Returns |
Type |
Description |
String |
The offset.
|
public ByteString getOffsetBytes()
[offset] is the time difference from the cut-off time.
For scheduled jobs, the cut-off time is the scheduled time.
For non-scheduled jobs, it's the time when the job was created.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string offset = 1;
Returns |
Type |
Description |
ByteString |
The bytes for offset.
|
public String getWindow()
[window] refers to the scope of data selected for analysis.
It allows you to specify the quantity of data you wish to examine.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string window = 2;
Returns |
Type |
Description |
String |
The window.
|
public ByteString getWindowBytes()
[window] refers to the scope of data selected for analysis.
It allows you to specify the quantity of data you wish to examine.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string window = 2;
Returns |
Type |
Description |
ByteString |
The bytes for window.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ModelMonitoringInput.TimeOffset.Builder mergeFrom(ModelMonitoringInput.TimeOffset other)
public ModelMonitoringInput.TimeOffset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ModelMonitoringInput.TimeOffset.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ModelMonitoringInput.TimeOffset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ModelMonitoringInput.TimeOffset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ModelMonitoringInput.TimeOffset.Builder setOffset(String value)
[offset] is the time difference from the cut-off time.
For scheduled jobs, the cut-off time is the scheduled time.
For non-scheduled jobs, it's the time when the job was created.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string offset = 1;
Parameter |
Name |
Description |
value |
String
The offset to set.
|
public ModelMonitoringInput.TimeOffset.Builder setOffsetBytes(ByteString value)
[offset] is the time difference from the cut-off time.
For scheduled jobs, the cut-off time is the scheduled time.
For non-scheduled jobs, it's the time when the job was created.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string offset = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for offset to set.
|
public ModelMonitoringInput.TimeOffset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ModelMonitoringInput.TimeOffset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ModelMonitoringInput.TimeOffset.Builder setWindow(String value)
[window] refers to the scope of data selected for analysis.
It allows you to specify the quantity of data you wish to examine.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string window = 2;
Parameter |
Name |
Description |
value |
String
The window to set.
|
public ModelMonitoringInput.TimeOffset.Builder setWindowBytes(ByteString value)
[window] refers to the scope of data selected for analysis.
It allows you to specify the quantity of data you wish to examine.
Currently we support the following format:
'w|W': Week, 'd|D': Day, 'h|H': Hour
E.g. '1h' stands for 1 hour, '2d' stands for 2 days.
string window = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for window to set.
|