public static final class ModelMonitoringInput.TimeOffset.Builder extends GeneratedMessage.Builder<ModelMonitoringInput.TimeOffset.Builder> implements ModelMonitoringInput.TimeOffsetOrBuilderTime offset setting.
Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ModelMonitoringInput.TimeOffset.BuilderImplements
ModelMonitoringInput.TimeOffsetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ModelMonitoringInput.TimeOffset build()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset |
|
buildPartial()
public ModelMonitoringInput.TimeOffset buildPartial()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset |
|
clear()
public ModelMonitoringInput.TimeOffset.Builder clear()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
|
clearOffset()
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;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
This builder for chaining. |
clearWindow()
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;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ModelMonitoringInput.TimeOffset getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOffset()
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. |
getOffsetBytes()
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. |
getWindow()
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. |
getWindowBytes()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ModelMonitoringInput.TimeOffset other)
public ModelMonitoringInput.TimeOffset.Builder mergeFrom(ModelMonitoringInput.TimeOffset other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringInput.TimeOffset |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ModelMonitoringInput.TimeOffset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ModelMonitoringInput.TimeOffset.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
|
setOffset(String value)
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 |
StringThe offset to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
This builder for chaining. |
setOffsetBytes(ByteString value)
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 |
ByteStringThe bytes for offset to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
This builder for chaining. |
setWindow(String value)
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 |
StringThe window to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
This builder for chaining. |
setWindowBytes(ByteString value)
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 |
ByteStringThe bytes for window to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.TimeOffset.Builder |
This builder for chaining. |