public interface ModelMonitoringObjectiveSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringInput |
getBaselineDataset()
Baseline dataset.
|
ModelMonitoringInputOrBuilder |
getBaselineDatasetOrBuilder()
Baseline dataset.
|
ExplanationSpec |
getExplanationSpec()
The explanation spec.
|
ExplanationSpecOrBuilder |
getExplanationSpecOrBuilder()
The explanation spec.
|
ModelMonitoringObjectiveSpec.ObjectiveCase |
getObjectiveCase() |
ModelMonitoringObjectiveSpec.TabularObjective |
getTabularObjective()
Tabular monitoring objective.
|
ModelMonitoringObjectiveSpec.TabularObjectiveOrBuilder |
getTabularObjectiveOrBuilder()
Tabular monitoring objective.
|
ModelMonitoringInput |
getTargetDataset()
Target dataset.
|
ModelMonitoringInputOrBuilder |
getTargetDatasetOrBuilder()
Target dataset.
|
boolean |
hasBaselineDataset()
Baseline dataset.
|
boolean |
hasExplanationSpec()
The explanation spec.
|
boolean |
hasTabularObjective()
Tabular monitoring objective.
|
boolean |
hasTargetDataset()
Target dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTabularObjective()
Tabular monitoring objective.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.TabularObjective tabular_objective = 1;
ModelMonitoringObjectiveSpec.TabularObjective getTabularObjective()
Tabular monitoring objective.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.TabularObjective tabular_objective = 1;
ModelMonitoringObjectiveSpec.TabularObjectiveOrBuilder getTabularObjectiveOrBuilder()
Tabular monitoring objective.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.TabularObjective tabular_objective = 1;
boolean hasExplanationSpec()
The explanation spec. This spec is required when the objectives spec includes feature attribution objectives.
.google.cloud.aiplatform.v1beta1.ExplanationSpec explanation_spec = 3;ExplanationSpec getExplanationSpec()
The explanation spec. This spec is required when the objectives spec includes feature attribution objectives.
.google.cloud.aiplatform.v1beta1.ExplanationSpec explanation_spec = 3;ExplanationSpecOrBuilder getExplanationSpecOrBuilder()
The explanation spec. This spec is required when the objectives spec includes feature attribution objectives.
.google.cloud.aiplatform.v1beta1.ExplanationSpec explanation_spec = 3;boolean hasBaselineDataset()
Baseline dataset. It could be the training dataset or production serving dataset from a previous period.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput baseline_dataset = 4;ModelMonitoringInput getBaselineDataset()
Baseline dataset. It could be the training dataset or production serving dataset from a previous period.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput baseline_dataset = 4;ModelMonitoringInputOrBuilder getBaselineDatasetOrBuilder()
Baseline dataset. It could be the training dataset or production serving dataset from a previous period.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput baseline_dataset = 4;boolean hasTargetDataset()
Target dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput target_dataset = 5;ModelMonitoringInput getTargetDataset()
Target dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput target_dataset = 5;ModelMonitoringInputOrBuilder getTargetDatasetOrBuilder()
Target dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput target_dataset = 5;ModelMonitoringObjectiveSpec.ObjectiveCase getObjectiveCase()
Copyright © 2024 Google LLC. All rights reserved.