public sealed class ModelMonitoringInput.Types.TimeOffset : IMessage<ModelMonitoringInput.Types.TimeOffset>, IEquatable<ModelMonitoringInput.Types.TimeOffset>, IDeepCloneable<ModelMonitoringInput.Types.TimeOffset>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringInput.Types.TimeOffset.
Time offset setting.
Implements
IMessageModelMonitoringInputTypesTimeOffset, IEquatableModelMonitoringInputTypesTimeOffset, IDeepCloneableModelMonitoringInputTypesTimeOffset, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TimeOffset()
public TimeOffset()
TimeOffset(TimeOffset)
public TimeOffset(ModelMonitoringInput.Types.TimeOffset other)
Parameter | |
---|---|
Name | Description |
other |
ModelMonitoringInputTypesTimeOffset |
Properties
Offset
public string Offset { get; set; }
[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.
Property Value | |
---|---|
Type | Description |
string |
Window
public string Window { get; set; }
[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.
Property Value | |
---|---|
Type | Description |
string |