public final class ModelMonitoringInput extends GeneratedMessage implements ModelMonitoringInputOrBuilder
Model monitoring data input spec.
Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringInput
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int BATCH_PREDICTION_OUTPUT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int COLUMNIZED_DATASET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TIME_INTERVAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TIME_OFFSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int VERTEX_ENDPOINT_LOGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static ModelMonitoringInput getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ModelMonitoringInput.Builder newBuilder()
public static ModelMonitoringInput.Builder newBuilder(ModelMonitoringInput prototype)
public static ModelMonitoringInput parseDelimitedFrom(InputStream input)
public static ModelMonitoringInput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelMonitoringInput parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static ModelMonitoringInput parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ModelMonitoringInput parseFrom(ByteString data)
public static ModelMonitoringInput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ModelMonitoringInput parseFrom(CodedInputStream input)
public static ModelMonitoringInput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelMonitoringInput parseFrom(InputStream input)
public static ModelMonitoringInput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelMonitoringInput parseFrom(ByteBuffer data)
public static ModelMonitoringInput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ModelMonitoringInput> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public ModelMonitoringInput.BatchPredictionOutput getBatchPredictionOutput()
Vertex AI Batch prediction Job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
public ModelMonitoringInput.BatchPredictionOutputOrBuilder getBatchPredictionOutputOrBuilder()
Vertex AI Batch prediction Job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
public ModelMonitoringInput.ModelMonitoringDataset getColumnizedDataset()
Columnized dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
public ModelMonitoringInput.ModelMonitoringDatasetOrBuilder getColumnizedDatasetOrBuilder()
Columnized dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
public ModelMonitoringInput.DatasetCase getDatasetCase()
public ModelMonitoringInput getDefaultInstanceForType()
public Parser<ModelMonitoringInput> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public Interval getTimeInterval()
The time interval (pair of start_time and end_time) for which results
should be returned.
.google.type.Interval time_interval = 6;
| Returns |
| Type |
Description |
com.google.type.Interval |
The timeInterval.
|
public IntervalOrBuilder getTimeIntervalOrBuilder()
The time interval (pair of start_time and end_time) for which results
should be returned.
.google.type.Interval time_interval = 6;
| Returns |
| Type |
Description |
com.google.type.IntervalOrBuilder |
|
public ModelMonitoringInput.TimeOffset getTimeOffset()
The time offset setting for which results should be returned.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;
public ModelMonitoringInput.TimeOffsetOrBuilder getTimeOffsetOrBuilder()
The time offset setting for which results should be returned.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;
public ModelMonitoringInput.TimeSpecCase getTimeSpecCase()
public ModelMonitoringInput.VertexEndpointLogs getVertexEndpointLogs()
Vertex AI Endpoint request & response logging.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
public ModelMonitoringInput.VertexEndpointLogsOrBuilder getVertexEndpointLogsOrBuilder()
Vertex AI Endpoint request & response logging.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
public boolean hasBatchPredictionOutput()
Vertex AI Batch prediction Job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
| Returns |
| Type |
Description |
boolean |
Whether the batchPredictionOutput field is set.
|
public boolean hasColumnizedDataset()
Columnized dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
| Returns |
| Type |
Description |
boolean |
Whether the columnizedDataset field is set.
|
public boolean hasTimeInterval()
The time interval (pair of start_time and end_time) for which results
should be returned.
.google.type.Interval time_interval = 6;
| Returns |
| Type |
Description |
boolean |
Whether the timeInterval field is set.
|
public boolean hasTimeOffset()
The time offset setting for which results should be returned.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;
| Returns |
| Type |
Description |
boolean |
Whether the timeOffset field is set.
|
public boolean hasVertexEndpointLogs()
Vertex AI Endpoint request & response logging.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
| Returns |
| Type |
Description |
boolean |
Whether the vertexEndpointLogs field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ModelMonitoringInput.Builder newBuilderForType()
protected ModelMonitoringInput.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public ModelMonitoringInput.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides