Package com.google.cloud.automl.v1beta1
Class TablesAnnotation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
- com.google.cloud.automl.v1beta1.TablesAnnotation.Builder
-
- All Implemented Interfaces:
TablesAnnotationOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TablesAnnotation
public static final class TablesAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder> implements TablesAnnotationOrBuilder
Contains annotation details specific to Tables.
Protobuf typegoogle.cloud.automl.v1beta1.TablesAnnotation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TablesAnnotation.Builder
addAllTablesModelColumnInfo(Iterable<? extends TablesModelColumnInfo> values)
Output only.TablesAnnotation.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TablesAnnotation.Builder
addTablesModelColumnInfo(int index, TablesModelColumnInfo value)
Output only.TablesAnnotation.Builder
addTablesModelColumnInfo(int index, TablesModelColumnInfo.Builder builderForValue)
Output only.TablesAnnotation.Builder
addTablesModelColumnInfo(TablesModelColumnInfo value)
Output only.TablesAnnotation.Builder
addTablesModelColumnInfo(TablesModelColumnInfo.Builder builderForValue)
Output only.TablesModelColumnInfo.Builder
addTablesModelColumnInfoBuilder()
Output only.TablesModelColumnInfo.Builder
addTablesModelColumnInfoBuilder(int index)
Output only.TablesAnnotation
build()
TablesAnnotation
buildPartial()
TablesAnnotation.Builder
clear()
TablesAnnotation.Builder
clearBaselineScore()
Output only.TablesAnnotation.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TablesAnnotation.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TablesAnnotation.Builder
clearPredictionInterval()
Output only.TablesAnnotation.Builder
clearScore()
Output only.TablesAnnotation.Builder
clearTablesModelColumnInfo()
Output only.TablesAnnotation.Builder
clearValue()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].TablesAnnotation.Builder
clone()
float
getBaselineScore()
Output only.TablesAnnotation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
DoubleRange
getPredictionInterval()
Output only.DoubleRange.Builder
getPredictionIntervalBuilder()
Output only.DoubleRangeOrBuilder
getPredictionIntervalOrBuilder()
Output only.float
getScore()
Output only.TablesModelColumnInfo
getTablesModelColumnInfo(int index)
Output only.TablesModelColumnInfo.Builder
getTablesModelColumnInfoBuilder(int index)
Output only.List<TablesModelColumnInfo.Builder>
getTablesModelColumnInfoBuilderList()
Output only.int
getTablesModelColumnInfoCount()
Output only.List<TablesModelColumnInfo>
getTablesModelColumnInfoList()
Output only.TablesModelColumnInfoOrBuilder
getTablesModelColumnInfoOrBuilder(int index)
Output only.List<? extends TablesModelColumnInfoOrBuilder>
getTablesModelColumnInfoOrBuilderList()
Output only.com.google.protobuf.Value
getValue()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].com.google.protobuf.Value.Builder
getValueBuilder()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].com.google.protobuf.ValueOrBuilder
getValueOrBuilder()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].boolean
hasPredictionInterval()
Output only.boolean
hasValue()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TablesAnnotation.Builder
mergeFrom(TablesAnnotation other)
TablesAnnotation.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TablesAnnotation.Builder
mergeFrom(com.google.protobuf.Message other)
TablesAnnotation.Builder
mergePredictionInterval(DoubleRange value)
Output only.TablesAnnotation.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TablesAnnotation.Builder
mergeValue(com.google.protobuf.Value value)
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].TablesAnnotation.Builder
removeTablesModelColumnInfo(int index)
Output only.TablesAnnotation.Builder
setBaselineScore(float value)
Output only.TablesAnnotation.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TablesAnnotation.Builder
setPredictionInterval(DoubleRange value)
Output only.TablesAnnotation.Builder
setPredictionInterval(DoubleRange.Builder builderForValue)
Output only.TablesAnnotation.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TablesAnnotation.Builder
setScore(float value)
Output only.TablesAnnotation.Builder
setTablesModelColumnInfo(int index, TablesModelColumnInfo value)
Output only.TablesAnnotation.Builder
setTablesModelColumnInfo(int index, TablesModelColumnInfo.Builder builderForValue)
Output only.TablesAnnotation.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TablesAnnotation.Builder
setValue(com.google.protobuf.Value value)
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].TablesAnnotation.Builder
setValue(com.google.protobuf.Value.Builder builderForValue)
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec].-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
clear
public TablesAnnotation.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
getDefaultInstanceForType
public TablesAnnotation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TablesAnnotation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TablesAnnotation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TablesAnnotation.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
setField
public TablesAnnotation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
clearField
public TablesAnnotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
clearOneof
public TablesAnnotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
setRepeatedField
public TablesAnnotation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
addRepeatedField
public TablesAnnotation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
mergeFrom
public TablesAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TablesAnnotation.Builder>
-
mergeFrom
public TablesAnnotation.Builder mergeFrom(TablesAnnotation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
mergeFrom
public TablesAnnotation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TablesAnnotation.Builder>
- Throws:
IOException
-
getScore
public float getScore()
Output only. A confidence estimate between 0.0 and 1.0, inclusive. A higher value means greater confidence in the returned value. For [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] of FLOAT64 data type the score is not populated.
float score = 1;
- Specified by:
getScore
in interfaceTablesAnnotationOrBuilder
- Returns:
- The score.
-
setScore
public TablesAnnotation.Builder setScore(float value)
Output only. A confidence estimate between 0.0 and 1.0, inclusive. A higher value means greater confidence in the returned value. For [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] of FLOAT64 data type the score is not populated.
float score = 1;
- Parameters:
value
- The score to set.- Returns:
- This builder for chaining.
-
clearScore
public TablesAnnotation.Builder clearScore()
Output only. A confidence estimate between 0.0 and 1.0, inclusive. A higher value means greater confidence in the returned value. For [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] of FLOAT64 data type the score is not populated.
float score = 1;
- Returns:
- This builder for chaining.
-
hasPredictionInterval
public boolean hasPredictionInterval()
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
- Specified by:
hasPredictionInterval
in interfaceTablesAnnotationOrBuilder
- Returns:
- Whether the predictionInterval field is set.
-
getPredictionInterval
public DoubleRange getPredictionInterval()
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
- Specified by:
getPredictionInterval
in interfaceTablesAnnotationOrBuilder
- Returns:
- The predictionInterval.
-
setPredictionInterval
public TablesAnnotation.Builder setPredictionInterval(DoubleRange value)
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
-
setPredictionInterval
public TablesAnnotation.Builder setPredictionInterval(DoubleRange.Builder builderForValue)
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
-
mergePredictionInterval
public TablesAnnotation.Builder mergePredictionInterval(DoubleRange value)
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
-
clearPredictionInterval
public TablesAnnotation.Builder clearPredictionInterval()
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
-
getPredictionIntervalBuilder
public DoubleRange.Builder getPredictionIntervalBuilder()
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
-
getPredictionIntervalOrBuilder
public DoubleRangeOrBuilder getPredictionIntervalOrBuilder()
Output only. Only populated when [target_column_spec][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec] has FLOAT64 data type. An interval in which the exactly correct target value has 95% chance to be in.
.google.cloud.automl.v1beta1.DoubleRange prediction_interval = 4;
- Specified by:
getPredictionIntervalOrBuilder
in interfaceTablesAnnotationOrBuilder
-
hasValue
public boolean hasValue()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
- Specified by:
hasValue
in interfaceTablesAnnotationOrBuilder
- Returns:
- Whether the value field is set.
-
getValue
public com.google.protobuf.Value getValue()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
- Specified by:
getValue
in interfaceTablesAnnotationOrBuilder
- Returns:
- The value.
-
setValue
public TablesAnnotation.Builder setValue(com.google.protobuf.Value value)
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
-
setValue
public TablesAnnotation.Builder setValue(com.google.protobuf.Value.Builder builderForValue)
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
-
mergeValue
public TablesAnnotation.Builder mergeValue(com.google.protobuf.Value value)
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
-
clearValue
public TablesAnnotation.Builder clearValue()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
-
getValueBuilder
public com.google.protobuf.Value.Builder getValueBuilder()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
-
getValueOrBuilder
public com.google.protobuf.ValueOrBuilder getValueOrBuilder()
The predicted value of the row's [target_column][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]. The value depends on the column's DataType: * CATEGORY - the predicted (with the above confidence `score`) CATEGORY value. * FLOAT64 - the predicted (with above `prediction_interval`) FLOAT64 value.
.google.protobuf.Value value = 2;
- Specified by:
getValueOrBuilder
in interfaceTablesAnnotationOrBuilder
-
getTablesModelColumnInfoList
public List<TablesModelColumnInfo> getTablesModelColumnInfoList()
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
- Specified by:
getTablesModelColumnInfoList
in interfaceTablesAnnotationOrBuilder
-
getTablesModelColumnInfoCount
public int getTablesModelColumnInfoCount()
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
- Specified by:
getTablesModelColumnInfoCount
in interfaceTablesAnnotationOrBuilder
-
getTablesModelColumnInfo
public TablesModelColumnInfo getTablesModelColumnInfo(int index)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
- Specified by:
getTablesModelColumnInfo
in interfaceTablesAnnotationOrBuilder
-
setTablesModelColumnInfo
public TablesAnnotation.Builder setTablesModelColumnInfo(int index, TablesModelColumnInfo value)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
setTablesModelColumnInfo
public TablesAnnotation.Builder setTablesModelColumnInfo(int index, TablesModelColumnInfo.Builder builderForValue)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
addTablesModelColumnInfo
public TablesAnnotation.Builder addTablesModelColumnInfo(TablesModelColumnInfo value)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
addTablesModelColumnInfo
public TablesAnnotation.Builder addTablesModelColumnInfo(int index, TablesModelColumnInfo value)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
addTablesModelColumnInfo
public TablesAnnotation.Builder addTablesModelColumnInfo(TablesModelColumnInfo.Builder builderForValue)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
addTablesModelColumnInfo
public TablesAnnotation.Builder addTablesModelColumnInfo(int index, TablesModelColumnInfo.Builder builderForValue)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
addAllTablesModelColumnInfo
public TablesAnnotation.Builder addAllTablesModelColumnInfo(Iterable<? extends TablesModelColumnInfo> values)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
clearTablesModelColumnInfo
public TablesAnnotation.Builder clearTablesModelColumnInfo()
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
removeTablesModelColumnInfo
public TablesAnnotation.Builder removeTablesModelColumnInfo(int index)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
getTablesModelColumnInfoBuilder
public TablesModelColumnInfo.Builder getTablesModelColumnInfoBuilder(int index)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
getTablesModelColumnInfoOrBuilder
public TablesModelColumnInfoOrBuilder getTablesModelColumnInfoOrBuilder(int index)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
- Specified by:
getTablesModelColumnInfoOrBuilder
in interfaceTablesAnnotationOrBuilder
-
getTablesModelColumnInfoOrBuilderList
public List<? extends TablesModelColumnInfoOrBuilder> getTablesModelColumnInfoOrBuilderList()
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
- Specified by:
getTablesModelColumnInfoOrBuilderList
in interfaceTablesAnnotationOrBuilder
-
addTablesModelColumnInfoBuilder
public TablesModelColumnInfo.Builder addTablesModelColumnInfoBuilder()
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
addTablesModelColumnInfoBuilder
public TablesModelColumnInfo.Builder addTablesModelColumnInfoBuilder(int index)
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
getTablesModelColumnInfoBuilderList
public List<TablesModelColumnInfo.Builder> getTablesModelColumnInfoBuilderList()
Output only. Auxiliary information for each of the model's [input_feature_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] with respect to this particular prediction. If no other fields than [column_spec_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_spec_name] and [column_display_name][google.cloud.automl.v1beta1.TablesModelColumnInfo.column_display_name] would be populated, then this whole field is not.
repeated .google.cloud.automl.v1beta1.TablesModelColumnInfo tables_model_column_info = 3;
-
getBaselineScore
public float getBaselineScore()
Output only. Stores the prediction score for the baseline example, which is defined as the example with all values set to their baseline values. This is used as part of the Sampled Shapley explanation of the model's prediction. This field is populated only when feature importance is requested. For regression models, this holds the baseline prediction for the baseline example. For classification models, this holds the baseline prediction for the baseline example for the argmax class.
float baseline_score = 5;
- Specified by:
getBaselineScore
in interfaceTablesAnnotationOrBuilder
- Returns:
- The baselineScore.
-
setBaselineScore
public TablesAnnotation.Builder setBaselineScore(float value)
Output only. Stores the prediction score for the baseline example, which is defined as the example with all values set to their baseline values. This is used as part of the Sampled Shapley explanation of the model's prediction. This field is populated only when feature importance is requested. For regression models, this holds the baseline prediction for the baseline example. For classification models, this holds the baseline prediction for the baseline example for the argmax class.
float baseline_score = 5;
- Parameters:
value
- The baselineScore to set.- Returns:
- This builder for chaining.
-
clearBaselineScore
public TablesAnnotation.Builder clearBaselineScore()
Output only. Stores the prediction score for the baseline example, which is defined as the example with all values set to their baseline values. This is used as part of the Sampled Shapley explanation of the model's prediction. This field is populated only when feature importance is requested. For regression models, this holds the baseline prediction for the baseline example. For classification models, this holds the baseline prediction for the baseline example for the argmax class.
float baseline_score = 5;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final TablesAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
mergeUnknownFields
public final TablesAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TablesAnnotation.Builder>
-
-