Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringSchema.Builder
Packages that use ModelMonitoringSchema.Builder
-
Uses of ModelMonitoringSchema.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringSchema.BuilderModifier and TypeMethodDescriptionModelMonitoringSchema.Builder.addAllFeatureFields(Iterable<? extends ModelMonitoringSchema.FieldSchema> values) Feature names of the model.ModelMonitoringSchema.Builder.addAllGroundTruthFields(Iterable<? extends ModelMonitoringSchema.FieldSchema> values) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addAllPredictionFields(Iterable<? extends ModelMonitoringSchema.FieldSchema> values) Prediction output names of the model.ModelMonitoringSchema.Builder.addFeatureFields(int index, ModelMonitoringSchema.FieldSchema value) Feature names of the model.ModelMonitoringSchema.Builder.addFeatureFields(int index, ModelMonitoringSchema.FieldSchema.Builder builderForValue) Feature names of the model.ModelMonitoringSchema.Builder.addFeatureFields(ModelMonitoringSchema.FieldSchema value) Feature names of the model.ModelMonitoringSchema.Builder.addFeatureFields(ModelMonitoringSchema.FieldSchema.Builder builderForValue) Feature names of the model.ModelMonitoringSchema.Builder.addGroundTruthFields(int index, ModelMonitoringSchema.FieldSchema value) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addGroundTruthFields(int index, ModelMonitoringSchema.FieldSchema.Builder builderForValue) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addGroundTruthFields(ModelMonitoringSchema.FieldSchema value) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addGroundTruthFields(ModelMonitoringSchema.FieldSchema.Builder builderForValue) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addPredictionFields(int index, ModelMonitoringSchema.FieldSchema value) Prediction output names of the model.ModelMonitoringSchema.Builder.addPredictionFields(int index, ModelMonitoringSchema.FieldSchema.Builder builderForValue) Prediction output names of the model.ModelMonitoringSchema.Builder.addPredictionFields(ModelMonitoringSchema.FieldSchema value) Prediction output names of the model.ModelMonitoringSchema.Builder.addPredictionFields(ModelMonitoringSchema.FieldSchema.Builder builderForValue) Prediction output names of the model.ModelMonitoringSchema.Builder.clear()ModelMonitoringSchema.Builder.clearFeatureFields()Feature names of the model.ModelMonitoringSchema.Builder.clearGroundTruthFields()Target /ground truth names of the model.ModelMonitoringSchema.Builder.clearPredictionFields()Prediction output names of the model.ModelMonitor.Builder.getModelMonitoringSchemaBuilder()Monitoring Schema is to specify the model's features, prediction outputs and ground truth properties.ModelMonitoringSchema.Builder.mergeFrom(ModelMonitoringSchema other) ModelMonitoringSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringSchema.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringSchema.newBuilder()ModelMonitoringSchema.newBuilder(ModelMonitoringSchema prototype) ModelMonitoringSchema.newBuilderForType()protected ModelMonitoringSchema.BuilderModelMonitoringSchema.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringSchema.Builder.removeFeatureFields(int index) Feature names of the model.ModelMonitoringSchema.Builder.removeGroundTruthFields(int index) Target /ground truth names of the model.ModelMonitoringSchema.Builder.removePredictionFields(int index) Prediction output names of the model.ModelMonitoringSchema.Builder.setFeatureFields(int index, ModelMonitoringSchema.FieldSchema value) Feature names of the model.ModelMonitoringSchema.Builder.setFeatureFields(int index, ModelMonitoringSchema.FieldSchema.Builder builderForValue) Feature names of the model.ModelMonitoringSchema.Builder.setGroundTruthFields(int index, ModelMonitoringSchema.FieldSchema value) Target /ground truth names of the model.ModelMonitoringSchema.Builder.setGroundTruthFields(int index, ModelMonitoringSchema.FieldSchema.Builder builderForValue) Target /ground truth names of the model.ModelMonitoringSchema.Builder.setPredictionFields(int index, ModelMonitoringSchema.FieldSchema value) Prediction output names of the model.ModelMonitoringSchema.Builder.setPredictionFields(int index, ModelMonitoringSchema.FieldSchema.Builder builderForValue) Prediction output names of the model.ModelMonitoringSchema.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringSchema.BuilderModifier and TypeMethodDescriptionModelMonitor.Builder.setModelMonitoringSchema(ModelMonitoringSchema.Builder builderForValue) Monitoring Schema is to specify the model's features, prediction outputs and ground truth properties.