Interface CreateSessionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateSessionRequest, CreateSessionRequest.Builder

    public interface CreateSessionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ConfigProto getConfig()
      Configuration options.
      ConfigProtoOrBuilder getConfigOrBuilder()
      Configuration options.
      GraphDef getGraphDef()
      The initial graph definition.
      GraphDefOrBuilder getGraphDefOrBuilder()
      The initial graph definition.
      java.lang.String getTarget()
      The target string used from the client's perspective.
      com.google.protobuf.ByteString getTargetBytes()
      The target string used from the client's perspective.
      boolean hasConfig()
      Configuration options.
      boolean hasGraphDef()
      The initial graph definition.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasGraphDef

        boolean hasGraphDef()
         The initial graph definition.
         
        .org.platanios.tensorflow.proto.GraphDef graph_def = 1;
        Returns:
        Whether the graphDef field is set.
      • getGraphDef

        GraphDef getGraphDef()
         The initial graph definition.
         
        .org.platanios.tensorflow.proto.GraphDef graph_def = 1;
        Returns:
        The graphDef.
      • getGraphDefOrBuilder

        GraphDefOrBuilder getGraphDefOrBuilder()
         The initial graph definition.
         
        .org.platanios.tensorflow.proto.GraphDef graph_def = 1;
      • hasConfig

        boolean hasConfig()
         Configuration options.
         
        .org.platanios.tensorflow.proto.ConfigProto config = 2;
        Returns:
        Whether the config field is set.
      • getConfig

        ConfigProto getConfig()
         Configuration options.
         
        .org.platanios.tensorflow.proto.ConfigProto config = 2;
        Returns:
        The config.
      • getConfigOrBuilder

        ConfigProtoOrBuilder getConfigOrBuilder()
         Configuration options.
         
        .org.platanios.tensorflow.proto.ConfigProto config = 2;
      • getTarget

        java.lang.String getTarget()
         The target string used from the client's perspective.
         
        string target = 3;
        Returns:
        The target.
      • getTargetBytes

        com.google.protobuf.ByteString getTargetBytes()
         The target string used from the client's perspective.
         
        string target = 3;
        Returns:
        The bytes for target.