RunConfiguration

מחלקה סופית ציבורית RunConfiguration

 Run-specific items such as arguments to the test / benchmark.
 
tensorflow.RunConfiguration מסוג Protobuf

כיתות מקוננות

מעמד RunConfiguration.Builder
 Run-specific items such as arguments to the test / benchmark. 

קבועים

int ARGUMENT_FIELD_NUMBER
int ENV_VARS_FIELD_NUMBER

שיטות ציבוריות

בוליאני
containsEnvVars (מפתח מחרוזת)
 Environment variables used to run the test/benchmark.
בוליאני
שווה (Object obj)
חוּט
getArgument (int index)
repeated string argument = 1;
com.google.protobuf.ByteString
getArgumentBytes (int index)
repeated string argument = 1;
int
getArgumentCount ()
repeated string argument = 1;
com.google.protobuf.ProtocolStringList
getArgumentList ()
repeated string argument = 1;
סטטי RunConfiguration
RunConfiguration
final static com.google.protobuf.Descriptors.Descriptor
מפה<String, String>
getEnvVars ()
השתמש getEnvVarsMap() במקום זאת.
int
getEnvVarsCount ()
 Environment variables used to run the test/benchmark.
מפה<String, String>
getEnvVarsMap ()
 Environment variables used to run the test/benchmark.
חוּט
getEnvVarsOrDefault (מפתח מחרוזת, מחרוזת defaultValue)
 Environment variables used to run the test/benchmark.
חוּט
getEnvVarsOrThrow (מפתח מחרוזת)
 Environment variables used to run the test/benchmark.
int
final com.google.protobuf.UnknownFieldSet
int
בוליאנית סופית
סטטי RunConfiguration.Builder
סטטי RunConfiguration.Builder
newBuilder (אב-טיפוס RunConfiguration )
RunConfiguration.Builder
סטטי RunConfiguration
parseDelimitedFrom (קלט InputStream)
סטטי RunConfiguration
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי RunConfiguration
parseFrom (נתוני ByteBuffer)
סטטי RunConfiguration
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי RunConfiguration
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי RunConfiguration
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי RunConfiguration
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי RunConfiguration
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי RunConfiguration
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי RunConfiguration
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
RunConfiguration.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי ARGUMENT_FIELD_NUMBER

ערך קבוע: 1

גמר סטטי ציבורי ENV_VARS_FIELD_NUMBER

ערך קבוע: 2

שיטות ציבוריות

בוליאני ציבורי מכילEnvVars (מפתח מחרוזת)

 Environment variables used to run the test/benchmark.
 
map<string, string> env_vars = 2;

שווה ערך בוליאני ציבורי (Object obj)

public String getArgument (int index)

repeated string argument = 1;

public com.google.protobuf.ByteString getArgumentBytes (int index)

repeated string argument = 1;

public int getArgumentCount ()

repeated string argument = 1;

public com.google.protobuf.ProtocolStringList getArgumentList ()

repeated string argument = 1;

Public static RunConfiguration getDefaultInstance ()

public RunConfiguration getDefaultInstanceForType ()

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

מפה ציבורית<String, String> getEnvVars ()

השתמש getEnvVarsMap() במקום זאת.

public int getEnvVarsCount ()

 Environment variables used to run the test/benchmark.
 
map<string, string> env_vars = 2;

מפה ציבורית<String, String> getEnvVarsMap ()

 Environment variables used to run the test/benchmark.
 
map<string, string> env_vars = 2;

מחרוזת ציבורית getEnvVarsOrDefault (מפתח מחרוזת, מחרוזת defaultValue)

 Environment variables used to run the test/benchmark.
 
map<string, string> env_vars = 2;

מחרוזת ציבורית getEnvVarsOrThrow (מפתח מחרוזת)

 Environment variables used to run the test/benchmark.
 
map<string, string> env_vars = 2;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

ציבורי סטטי RunConfiguration.Builder newBuilder ()

סטטי ציבורי RunConfiguration.Builder newBuilder (אב טיפוס RunConfiguration )

public RunConfiguration.Builder newBuilderForType ()

public static RunConfiguration parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static RunConfiguration parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

Public static RunConfiguration parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static RunConfiguration parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static RunConfiguration parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static RunConfiguration parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static RunConfiguration parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

Public static RunConfiguration parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static RunConfiguration parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static RunConfiguration parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

Public RunConfiguration.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException