public static final class GetModelStatus.GetModelStatusRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder> implements GetModelStatus.GetModelStatusRequestOrBuilder
GetModelStatusRequest contains a ModelSpec indicating the model for which to get status.Protobuf type
tensorflow.serving.GetModelStatusRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GetModelStatus.GetModelStatusRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GetModelStatus.GetModelStatusRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GetModelStatus.GetModelStatusRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder mergeFrom(GetModelStatus.GetModelStatusRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public GetModelStatus.GetModelStatusRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetModelStatus.GetModelStatusRequest.Builder>java.io.IOExceptionpublic boolean hasModelSpec()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;hasModelSpec in interface GetModelStatus.GetModelStatusRequestOrBuilderpublic Model.ModelSpec getModelSpec()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;getModelSpec in interface GetModelStatus.GetModelStatusRequestOrBuilderpublic GetModelStatus.GetModelStatusRequest.Builder setModelSpec(Model.ModelSpec value)
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;public GetModelStatus.GetModelStatusRequest.Builder setModelSpec(Model.ModelSpec.Builder builderForValue)
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;public GetModelStatus.GetModelStatusRequest.Builder mergeModelSpec(Model.ModelSpec value)
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;public GetModelStatus.GetModelStatusRequest.Builder clearModelSpec()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;public Model.ModelSpec.Builder getModelSpecBuilder()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;public Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Model Specification. If version is not specified, information about all versions of the model will be returned. If a version is specified, the status of only that version will be returned.
.tensorflow.serving.ModelSpec model_spec = 1;getModelSpecOrBuilder in interface GetModelStatus.GetModelStatusRequestOrBuilderpublic final GetModelStatus.GetModelStatusRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>public final GetModelStatus.GetModelStatusRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetModelStatus.GetModelStatusRequest.Builder>