Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ModelMonitoringInput

Model monitoring data input spec.

Inheritance
object
GoogleCloudAiplatformV1beta1ModelMonitoringInput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringInput : IDirectResponseSchema

Properties

BatchPredictionOutput

Vertex AI Batch prediction Job.

Declaration
[JsonProperty("batchPredictionOutput")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput BatchPredictionOutput { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput

ColumnizedDataset

Columnized dataset.

Declaration
[JsonProperty("columnizedDataset")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset ColumnizedDataset { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TimeInterval

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

Declaration
[JsonProperty("timeInterval")]
public virtual GoogleTypeInterval TimeInterval { get; set; }
Property Value
Type Description
GoogleTypeInterval

TimeOffset

The time offset setting for which results should be returned.

Declaration
[JsonProperty("timeOffset")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset TimeOffset { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset

VertexEndpointLogs

Vertex AI Endpoint request & response logging.

Declaration
[JsonProperty("vertexEndpointLogs")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs VertexEndpointLogs { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX