MetricEntry.Builder

パブリック静的最終クラスMetricEntry.Builder

Protobuf 型tensorflow.MetricEntry

パブリックメソッド

MetricEntry.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
メトリックエントリ
建てる()
メトリックエントリ
MetricEntry.Builder
クリア()
MetricEntry.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
MetricEntry.Builder
クリアマックス値()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
MetricEntry.Builder
クリア最小値()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
MetricEntry.Builder
クリアネーム()
 Metric name
 
string name = 1;
MetricEntry.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MetricEntry.Builder
クリア値()
 Metric value
 
double value = 2;
MetricEntry.Builder
メトリックエントリ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.DoubleValue
getMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
com.google.protobuf.DoubleValue.Builder
getMaxValueBuilder ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
com.google.protobuf.DoubleValueOrBuilder
getMaxValueOrBuilder ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
com.google.protobuf.DoubleValue
getMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
com.google.protobuf.DoubleValue.Builder
getMinValueBuilder ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
com.google.protobuf.DoubleValueOrBuilder
getMinValueOrBuilder ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
getName ()
 Metric name
 
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
 Metric name
 
string name = 1;
ダブル
getValue ()
 Metric value
 
double value = 2;
ブール値
hasMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
ブール値
hasMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
最終ブール値
MetricEntry.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry.Builder
mergeFrom (com.google.protobuf.Message other)
MetricEntry.Builder
mergeMaxValue (com.google.protobuf.DoubleValue 値)
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
MetricEntry.Builder
mergeMinValue (com.google.protobuf.DoubleValue 値)
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
最終的なMetricEntry.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
MetricEntry.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
MetricEntry.Builder
setMaxValue (com.google.protobuf.DoubleValue.Builder builderForValue)
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
MetricEntry.Builder
setMaxValue (com.google.protobuf.DoubleValue 値)
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
MetricEntry.Builder
setMinValue (com.google.protobuf.DoubleValue.Builder builderForValue)
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
MetricEntry.Builder
setMinValue (com.google.protobuf.DoubleValue 値)
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
MetricEntry.Builder
setName (文字列値)
 Metric name
 
string name = 1;
MetricEntry.Builder
setNameBytes (com.google.protobuf.ByteString 値)
 Metric name
 
string name = 1;
MetricEntry.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なMetricEntry.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
MetricEntry.Builder
setValue (倍精度値)
 Metric value
 
double value = 2;

継承されたメソッド

パブリックメソッド

public MetricEntry.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public MetricEntryビルド()

public MetricEntry buildPartial ()

public MetricEntry.Builder clear ()

public MetricEntry.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public MetricEntry.Builder clearMaxValue ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public MetricEntry.Builder clearMinValue ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public MetricEntry.Builder clearName ()

 Metric name
 
string name = 1;

public MetricEntry.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public MetricEntry.Builder clearValue ()

 Metric value
 
double value = 2;

public MetricEntry.Builderクローン()

public MetricEntry getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public com.google.protobuf.DoubleValue getMaxValue ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public com.google.protobuf.DoubleValue.Builder getMaxValueBuilder ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public com.google.protobuf.DoubleValue getMinValue ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public com.google.protobuf.DoubleValue.Builder getMinValueBuilder ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public String getName ()

 Metric name
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Metric name
 
string name = 1;

パブリックダブルgetValue ()

 Metric value
 
double value = 2;

public boolean hasMaxValue ()

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public boolean hasMinValue ()

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

パブリック最終ブール値isInitialized ()

public MetricEntry.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public MetricEntry.Builder mergeFrom (com.google.protobuf.Message other)

public MetricEntry.Builder mergeMaxValue (com.google.protobuf.DoubleValue 値)

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public MetricEntry.Builder mergeMinValue (com.google.protobuf.DoubleValue 値)

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public Final MetricEntry.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public MetricEntry.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public MetricEntry.Builder setMaxValue (com.google.protobuf.DoubleValue.Builder builderForValue)

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public MetricEntry.Builder setMaxValue (com.google.protobuf.DoubleValue 値)

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public MetricEntry.Builder setMinValue (com.google.protobuf.DoubleValue.Builder builderForValue)

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public MetricEntry.Builder setMinValue (com.google.protobuf.DoubleValue 値)

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

public MetricEntry.Builder setName (文字列値)

 Metric name
 
string name = 1;

public MetricEntry.Builder setNameBytes (com.google.protobuf.ByteString 値)

 Metric name
 
string name = 1;

public MetricEntry.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final MetricEntry.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public MetricEntry.Builder setValue (倍精度値)

 Metric value
 
double value = 2;