org.tensorflow.framework.ValuesDefOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/control_flow.proto
package org.tensorflow.framework;
public interface ValuesDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.ValuesDef)
com.google.protobuf.MessageOrBuilder {
/**
*
* Value names that have been seen in this context.
*
*
* repeated string values = 1;
*/
java.util.List
getValuesList();
/**
*
* Value names that have been seen in this context.
*
*
* repeated string values = 1;
*/
int getValuesCount();
/**
*
* Value names that have been seen in this context.
*
*
* repeated string values = 1;
*/
java.lang.String getValues(int index);
/**
*
* Value names that have been seen in this context.
*
*
* repeated string values = 1;
*/
com.google.protobuf.ByteString
getValuesBytes(int index);
/**
*
* Value names referenced by but external to this context.
*
*
* map<string, string> external_values = 2;
*/
int getExternalValuesCount();
/**
*
* Value names referenced by but external to this context.
*
*
* map<string, string> external_values = 2;
*/
boolean containsExternalValues(
java.lang.String key);
/**
* Use {@link #getExternalValuesMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getExternalValues();
/**
*
* Value names referenced by but external to this context.
*
*
* map<string, string> external_values = 2;
*/
java.util.Map
getExternalValuesMap();
/**
*
* Value names referenced by but external to this context.
*
*
* map<string, string> external_values = 2;
*/
java.lang.String getExternalValuesOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
*
* Value names referenced by but external to this context.
*
*
* map<string, string> external_values = 2;
*/
java.lang.String getExternalValuesOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy