public interface ModelMonitoringInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringInput.BatchPredictionOutput |
getBatchPredictionOutput()
Vertex AI Batch prediction Job.
|
ModelMonitoringInput.BatchPredictionOutputOrBuilder |
getBatchPredictionOutputOrBuilder()
Vertex AI Batch prediction Job.
|
ModelMonitoringInput.ModelMonitoringDataset |
getColumnizedDataset()
Columnized dataset.
|
ModelMonitoringInput.ModelMonitoringDatasetOrBuilder |
getColumnizedDatasetOrBuilder()
Columnized dataset.
|
ModelMonitoringInput.DatasetCase |
getDatasetCase() |
com.google.type.Interval |
getTimeInterval()
The time interval (pair of start_time and end_time) for which results
should be returned.
|
com.google.type.IntervalOrBuilder |
getTimeIntervalOrBuilder()
The time interval (pair of start_time and end_time) for which results
should be returned.
|
ModelMonitoringInput.TimeOffset |
getTimeOffset()
The time offset setting for which results should be returned.
|
ModelMonitoringInput.TimeOffsetOrBuilder |
getTimeOffsetOrBuilder()
The time offset setting for which results should be returned.
|
ModelMonitoringInput.TimeSpecCase |
getTimeSpecCase() |
ModelMonitoringInput.VertexEndpointLogs |
getVertexEndpointLogs()
Vertex AI Endpoint request & response logging.
|
ModelMonitoringInput.VertexEndpointLogsOrBuilder |
getVertexEndpointLogsOrBuilder()
Vertex AI Endpoint request & response logging.
|
boolean |
hasBatchPredictionOutput()
Vertex AI Batch prediction Job.
|
boolean |
hasColumnizedDataset()
Columnized dataset.
|
boolean |
hasTimeInterval()
The time interval (pair of start_time and end_time) for which results
should be returned.
|
boolean |
hasTimeOffset()
The time offset setting for which results should be returned.
|
boolean |
hasVertexEndpointLogs()
Vertex AI Endpoint request & response logging.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasColumnizedDataset()
Columnized dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
ModelMonitoringInput.ModelMonitoringDataset getColumnizedDataset()
Columnized dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
ModelMonitoringInput.ModelMonitoringDatasetOrBuilder getColumnizedDatasetOrBuilder()
Columnized dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
boolean hasBatchPredictionOutput()
Vertex AI Batch prediction Job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
ModelMonitoringInput.BatchPredictionOutput getBatchPredictionOutput()
Vertex AI Batch prediction Job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
ModelMonitoringInput.BatchPredictionOutputOrBuilder getBatchPredictionOutputOrBuilder()
Vertex AI Batch prediction Job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
boolean hasVertexEndpointLogs()
Vertex AI Endpoint request & response logging.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
ModelMonitoringInput.VertexEndpointLogs getVertexEndpointLogs()
Vertex AI Endpoint request & response logging.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
ModelMonitoringInput.VertexEndpointLogsOrBuilder getVertexEndpointLogsOrBuilder()
Vertex AI Endpoint request & response logging.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
boolean hasTimeInterval()
The time interval (pair of start_time and end_time) for which results should be returned.
.google.type.Interval time_interval = 6;com.google.type.Interval getTimeInterval()
The time interval (pair of start_time and end_time) for which results should be returned.
.google.type.Interval time_interval = 6;com.google.type.IntervalOrBuilder getTimeIntervalOrBuilder()
The time interval (pair of start_time and end_time) for which results should be returned.
.google.type.Interval time_interval = 6;boolean hasTimeOffset()
The time offset setting for which results should be returned.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;ModelMonitoringInput.TimeOffset getTimeOffset()
The time offset setting for which results should be returned.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;ModelMonitoringInput.TimeOffsetOrBuilder getTimeOffsetOrBuilder()
The time offset setting for which results should be returned.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;ModelMonitoringInput.DatasetCase getDatasetCase()
ModelMonitoringInput.TimeSpecCase getTimeSpecCase()
Copyright © 2024 Google LLC. All rights reserved.