Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringSchema.FieldSchema
Packages that use ModelMonitoringSchema.FieldSchema
-
Uses of ModelMonitoringSchema.FieldSchema in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringSchema.FieldSchemaModifier and TypeMethodDescriptionModelMonitoringSchema.FieldSchema.Builder.build()ModelMonitoringSchema.FieldSchema.Builder.buildPartial()ModelMonitoringSchema.FieldSchema.getDefaultInstance()ModelMonitoringSchema.FieldSchema.Builder.getDefaultInstanceForType()ModelMonitoringSchema.FieldSchema.getDefaultInstanceForType()ModelMonitoringSchema.Builder.getFeatureFields(int index) Feature names of the model.ModelMonitoringSchema.getFeatureFields(int index) Feature names of the model.ModelMonitoringSchemaOrBuilder.getFeatureFields(int index) Feature names of the model.ModelMonitoringSchema.Builder.getGroundTruthFields(int index) Target /ground truth names of the model.ModelMonitoringSchema.getGroundTruthFields(int index) Target /ground truth names of the model.ModelMonitoringSchemaOrBuilder.getGroundTruthFields(int index) Target /ground truth names of the model.ModelMonitoringSchema.Builder.getPredictionFields(int index) Prediction output names of the model.ModelMonitoringSchema.getPredictionFields(int index) Prediction output names of the model.ModelMonitoringSchemaOrBuilder.getPredictionFields(int index) Prediction output names of the model.ModelMonitoringSchema.FieldSchema.parseDelimitedFrom(InputStream input) ModelMonitoringSchema.FieldSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringSchema.FieldSchema.parseFrom(byte[] data) ModelMonitoringSchema.FieldSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.ByteString data) ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringSchema.FieldSchema.parseFrom(InputStream input) ModelMonitoringSchema.FieldSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringSchema.FieldSchema.parseFrom(ByteBuffer data) ModelMonitoringSchema.FieldSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelMonitoringSchema.FieldSchemaModifier and TypeMethodDescriptionModelMonitoringSchema.Builder.getFeatureFieldsList()Feature names of the model.ModelMonitoringSchema.getFeatureFieldsList()Feature names of the model.ModelMonitoringSchemaOrBuilder.getFeatureFieldsList()Feature names of the model.ModelMonitoringSchema.Builder.getGroundTruthFieldsList()Target /ground truth names of the model.ModelMonitoringSchema.getGroundTruthFieldsList()Target /ground truth names of the model.ModelMonitoringSchemaOrBuilder.getGroundTruthFieldsList()Target /ground truth names of the model.com.google.protobuf.Parser<ModelMonitoringSchema.FieldSchema>ModelMonitoringSchema.FieldSchema.getParserForType()ModelMonitoringSchema.Builder.getPredictionFieldsList()Prediction output names of the model.ModelMonitoringSchema.getPredictionFieldsList()Prediction output names of the model.ModelMonitoringSchemaOrBuilder.getPredictionFieldsList()Prediction output names of the model.static com.google.protobuf.Parser<ModelMonitoringSchema.FieldSchema>ModelMonitoringSchema.FieldSchema.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringSchema.FieldSchemaModifier and TypeMethodDescriptionModelMonitoringSchema.Builder.addFeatureFields(int index, ModelMonitoringSchema.FieldSchema value) Feature names of the model.ModelMonitoringSchema.Builder.addFeatureFields(ModelMonitoringSchema.FieldSchema value) Feature names of the model.ModelMonitoringSchema.Builder.addGroundTruthFields(int index, ModelMonitoringSchema.FieldSchema value) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addGroundTruthFields(ModelMonitoringSchema.FieldSchema value) Target /ground truth names of the model.ModelMonitoringSchema.Builder.addPredictionFields(int index, ModelMonitoringSchema.FieldSchema value) Prediction output names of the model.ModelMonitoringSchema.Builder.addPredictionFields(ModelMonitoringSchema.FieldSchema value) Prediction output names of the model.ModelMonitoringSchema.FieldSchema.Builder.mergeFrom(ModelMonitoringSchema.FieldSchema other) ModelMonitoringSchema.FieldSchema.newBuilder(ModelMonitoringSchema.FieldSchema prototype) ModelMonitoringSchema.Builder.setFeatureFields(int index, ModelMonitoringSchema.FieldSchema value) Feature names of the model.ModelMonitoringSchema.Builder.setGroundTruthFields(int index, ModelMonitoringSchema.FieldSchema value) Target /ground truth names of the model.ModelMonitoringSchema.Builder.setPredictionFields(int index, ModelMonitoringSchema.FieldSchema value) Prediction output names of the model.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ModelMonitoringSchema.FieldSchemaModifier 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.