Cloud AI Platform v1beta1 API - Class ModelMonitoringInput (1.0.0-beta03)

public sealed class ModelMonitoringInput : IMessage<ModelMonitoringInput>, IEquatable<ModelMonitoringInput>, IDeepCloneable<ModelMonitoringInput>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringInput.

Model monitoring data input spec.

Inheritance

object > ModelMonitoringInput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ModelMonitoringInput()

public ModelMonitoringInput()

ModelMonitoringInput(ModelMonitoringInput)

public ModelMonitoringInput(ModelMonitoringInput other)
Parameter
Name Description
other ModelMonitoringInput

Properties

BatchPredictionOutput

public ModelMonitoringInput.Types.BatchPredictionOutput BatchPredictionOutput { get; set; }

Vertex AI Batch prediction Job.

Property Value
Type Description
ModelMonitoringInputTypesBatchPredictionOutput

ColumnizedDataset

public ModelMonitoringInput.Types.ModelMonitoringDataset ColumnizedDataset { get; set; }

Columnized dataset.

Property Value
Type Description
ModelMonitoringInputTypesModelMonitoringDataset

DatasetCase

public ModelMonitoringInput.DatasetOneofCase DatasetCase { get; }
Property Value
Type Description
ModelMonitoringInputDatasetOneofCase

TimeInterval

public Interval TimeInterval { get; set; }

The time interval (pair of start_time and end_time) for which results should be returned.

Property Value
Type Description
Interval

TimeOffset

public ModelMonitoringInput.Types.TimeOffset TimeOffset { get; set; }

The time offset setting for which results should be returned.

Property Value
Type Description
ModelMonitoringInputTypesTimeOffset

TimeSpecCase

public ModelMonitoringInput.TimeSpecOneofCase TimeSpecCase { get; }
Property Value
Type Description
ModelMonitoringInputTimeSpecOneofCase

VertexEndpointLogs

public ModelMonitoringInput.Types.VertexEndpointLogs VertexEndpointLogs { get; set; }

Vertex AI Endpoint request & response logging.

Property Value
Type Description
ModelMonitoringInputTypesVertexEndpointLogs