Class RunCallableResponse.Builder

    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • clear

        public RunCallableResponse.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • getDefaultInstanceForType

        public RunCallableResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public RunCallableResponse build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public RunCallableResponse buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public RunCallableResponse.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • setField

        public RunCallableResponse.Builder setField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • clearField

        public RunCallableResponse.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • clearOneof

        public RunCallableResponse.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • setRepeatedField

        public RunCallableResponse.Builder setRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • addRepeatedField

        public RunCallableResponse.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • mergeFrom

        public RunCallableResponse.Builder mergeFrom​(org.nd4j.shade.protobuf.Message other)
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<RunCallableResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • mergeFrom

        public RunCallableResponse.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                     org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<RunCallableResponse.Builder>
        Throws:
        IOException
      • getFetchList

        public List<TensorProto> getFetchList()
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
        Specified by:
        getFetchList in interface RunCallableResponseOrBuilder
      • getFetchCount

        public int getFetchCount()
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
        Specified by:
        getFetchCount in interface RunCallableResponseOrBuilder
      • getFetch

        public TensorProto getFetch​(int index)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
        Specified by:
        getFetch in interface RunCallableResponseOrBuilder
      • setFetch

        public RunCallableResponse.Builder setFetch​(int index,
                                                    TensorProto value)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • setFetch

        public RunCallableResponse.Builder setFetch​(int index,
                                                    TensorProto.Builder builderForValue)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • addFetch

        public RunCallableResponse.Builder addFetch​(TensorProto value)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • addFetch

        public RunCallableResponse.Builder addFetch​(int index,
                                                    TensorProto value)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • addFetch

        public RunCallableResponse.Builder addFetch​(TensorProto.Builder builderForValue)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • addFetch

        public RunCallableResponse.Builder addFetch​(int index,
                                                    TensorProto.Builder builderForValue)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • addAllFetch

        public RunCallableResponse.Builder addAllFetch​(Iterable<? extends TensorProto> values)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • clearFetch

        public RunCallableResponse.Builder clearFetch()
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • removeFetch

        public RunCallableResponse.Builder removeFetch​(int index)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • getFetchBuilder

        public TensorProto.Builder getFetchBuilder​(int index)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • getFetchOrBuilder

        public TensorProtoOrBuilder getFetchOrBuilder​(int index)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
        Specified by:
        getFetchOrBuilder in interface RunCallableResponseOrBuilder
      • addFetchBuilder

        public TensorProto.Builder addFetchBuilder()
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • addFetchBuilder

        public TensorProto.Builder addFetchBuilder​(int index)
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • getFetchBuilderList

        public List<TensorProto.Builder> getFetchBuilderList()
         Values of the tensors returned by the callable, in the order defined in the
         CallableOptions.fetch field passed to MakeCallable.
         
        repeated .tensorflow.TensorProto fetch = 1;
      • hasMetadata

        public boolean hasMetadata()
         Returned metadata if requested in the options.
         
        .tensorflow.RunMetadata metadata = 2;
        Specified by:
        hasMetadata in interface RunCallableResponseOrBuilder
        Returns:
        Whether the metadata field is set.
      • clearMetadata

        public RunCallableResponse.Builder clearMetadata()
         Returned metadata if requested in the options.
         
        .tensorflow.RunMetadata metadata = 2;
      • getMetadataBuilder

        public RunMetadata.Builder getMetadataBuilder()
         Returned metadata if requested in the options.
         
        .tensorflow.RunMetadata metadata = 2;
      • setUnknownFields

        public final RunCallableResponse.Builder setUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>
      • mergeUnknownFields

        public final RunCallableResponse.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunCallableResponse.Builder>