| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.Builder.build() |
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.Builder.buildPartial() |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.getDefaultInstance() |
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.getDefaultInstanceForType() |
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.Builder.getDefaultInstanceForType() |
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchemaOrBuilder.getFeatureFields(int index)
Feature names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.getFeatureFields(int index)
Feature names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.Builder.getFeatureFields(int index)
Feature names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchemaOrBuilder.getGroundTruthFields(int index)
Target /ground truth names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.getGroundTruthFields(int index)
Target /ground truth names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.Builder.getGroundTruthFields(int index)
Target /ground truth names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchemaOrBuilder.getPredictionFields(int index)
Prediction output names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.getPredictionFields(int index)
Prediction output names of the model.
|
ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.Builder.getPredictionFields(int index)
Prediction output names of the model.
|
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseDelimitedFrom(InputStream input) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(byte[] data) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(ByteBuffer data) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.ByteString data) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(InputStream input) |
static ModelMonitoringSchema.FieldSchema |
ModelMonitoringSchema.FieldSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchemaOrBuilder.getFeatureFieldsList()
Feature names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.getFeatureFieldsList()
Feature names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.Builder.getFeatureFieldsList()
Feature names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchemaOrBuilder.getGroundTruthFieldsList()
Target /ground truth names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.getGroundTruthFieldsList()
Target /ground truth names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.Builder.getGroundTruthFieldsList()
Target /ground truth names of the model.
|
com.google.protobuf.Parser<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.FieldSchema.getParserForType() |
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchemaOrBuilder.getPredictionFieldsList()
Prediction output names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.getPredictionFieldsList()
Prediction output names of the model.
|
List<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.Builder.getPredictionFieldsList()
Prediction output names of the model.
|
static com.google.protobuf.Parser<ModelMonitoringSchema.FieldSchema> |
ModelMonitoringSchema.FieldSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringSchema.Builder |
ModelMonitoringSchema.Builder.addAllFeatureFields(Iterable<? extends ModelMonitoringSchema.FieldSchema> values)
Feature names of the model.
|
ModelMonitoringSchema.Builder |
ModelMonitoringSchema.Builder.addAllGroundTruthFields(Iterable<? extends ModelMonitoringSchema.FieldSchema> values)
Target /ground truth names of the model.
|
ModelMonitoringSchema.Builder |
ModelMonitoringSchema.Builder.addAllPredictionFields(Iterable<? extends ModelMonitoringSchema.FieldSchema> values)
Prediction output names of the model.
|
Copyright © 2024 Google LLC. All rights reserved.