Uses of Class
com.google.cloud.tpu.v1.TensorFlowVersion
-
Packages that use TensorFlowVersion Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of TensorFlowVersion in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return TensorFlowVersion Modifier and Type Method Description TensorFlowVersionTensorFlowVersion.Builder. build()TensorFlowVersionTensorFlowVersion.Builder. buildPartial()static TensorFlowVersionTensorFlowVersion. getDefaultInstance()TensorFlowVersionTensorFlowVersion.Builder. getDefaultInstanceForType()TensorFlowVersionTensorFlowVersion. getDefaultInstanceForType()TensorFlowVersionTpuClient. getTensorFlowVersion(GetTensorFlowVersionRequest request)Gets TensorFlow Version.TensorFlowVersionTpuClient. getTensorFlowVersion(TensorFlowVersionName name)Gets TensorFlow Version.TensorFlowVersionTpuClient. getTensorFlowVersion(String name)Gets TensorFlow Version.TensorFlowVersionTpuGrpc.TpuBlockingStub. getTensorFlowVersion(GetTensorFlowVersionRequest request)Gets TensorFlow Version.TensorFlowVersionListTensorFlowVersionsResponse.Builder. getTensorflowVersions(int index)The listed nodes.TensorFlowVersionListTensorFlowVersionsResponse. getTensorflowVersions(int index)The listed nodes.TensorFlowVersionListTensorFlowVersionsResponseOrBuilder. getTensorflowVersions(int index)The listed nodes.static TensorFlowVersionTensorFlowVersion. parseDelimitedFrom(InputStream input)static TensorFlowVersionTensorFlowVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorFlowVersionTensorFlowVersion. parseFrom(byte[] data)static TensorFlowVersionTensorFlowVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorFlowVersionTensorFlowVersion. parseFrom(com.google.protobuf.ByteString data)static TensorFlowVersionTensorFlowVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorFlowVersionTensorFlowVersion. parseFrom(com.google.protobuf.CodedInputStream input)static TensorFlowVersionTensorFlowVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorFlowVersionTensorFlowVersion. parseFrom(InputStream input)static TensorFlowVersionTensorFlowVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TensorFlowVersionTensorFlowVersion. parseFrom(ByteBuffer data)static TensorFlowVersionTensorFlowVersion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v1 that return types with arguments of type TensorFlowVersion Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTensorFlowVersionRequest,TensorFlowVersion>TpuGrpc. getGetTensorFlowVersionMethod()com.google.protobuf.Parser<TensorFlowVersion>TensorFlowVersion. getParserForType()com.google.common.util.concurrent.ListenableFuture<TensorFlowVersion>TpuGrpc.TpuFutureStub. getTensorFlowVersion(GetTensorFlowVersionRequest request)Gets TensorFlow Version.com.google.api.gax.rpc.UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>TpuClient. getTensorFlowVersionCallable()Gets TensorFlow Version.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTensorFlowVersionRequest,TensorFlowVersion>TpuSettings.Builder. getTensorFlowVersionSettings()Returns the builder for the settings used for calls to getTensorFlowVersion.com.google.api.gax.rpc.UnaryCallSettings<GetTensorFlowVersionRequest,TensorFlowVersion>TpuSettings. getTensorFlowVersionSettings()Returns the object with the settings used for calls to getTensorFlowVersion.List<TensorFlowVersion>ListTensorFlowVersionsResponse.Builder. getTensorflowVersionsList()The listed nodes.List<TensorFlowVersion>ListTensorFlowVersionsResponse. getTensorflowVersionsList()The listed nodes.List<TensorFlowVersion>ListTensorFlowVersionsResponseOrBuilder. getTensorflowVersionsList()The listed nodes.static com.google.protobuf.Parser<TensorFlowVersion>TensorFlowVersion. parser()Methods in com.google.cloud.tpu.v1 with parameters of type TensorFlowVersion Modifier and Type Method Description ListTensorFlowVersionsResponse.BuilderListTensorFlowVersionsResponse.Builder. addTensorflowVersions(int index, TensorFlowVersion value)The listed nodes.ListTensorFlowVersionsResponse.BuilderListTensorFlowVersionsResponse.Builder. addTensorflowVersions(TensorFlowVersion value)The listed nodes.TensorFlowVersion.BuilderTensorFlowVersion.Builder. mergeFrom(TensorFlowVersion other)static TensorFlowVersion.BuilderTensorFlowVersion. newBuilder(TensorFlowVersion prototype)ListTensorFlowVersionsResponse.BuilderListTensorFlowVersionsResponse.Builder. setTensorflowVersions(int index, TensorFlowVersion value)The listed nodes.Method parameters in com.google.cloud.tpu.v1 with type arguments of type TensorFlowVersion Modifier and Type Method Description ListTensorFlowVersionsResponse.BuilderListTensorFlowVersionsResponse.Builder. addAllTensorflowVersions(Iterable<? extends TensorFlowVersion> values)The listed nodes.static com.google.api.core.ApiFuture<TpuClient.ListTensorFlowVersionsPagedResponse>TpuClient.ListTensorFlowVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, com.google.api.core.ApiFuture<ListTensorFlowVersionsResponse> futureResponse)protected TpuClient.ListTensorFlowVersionsPageTpuClient.ListTensorFlowVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ListTensorFlowVersionsResponse response)com.google.api.core.ApiFuture<TpuClient.ListTensorFlowVersionsPage>TpuClient.ListTensorFlowVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, com.google.api.core.ApiFuture<ListTensorFlowVersionsResponse> futureResponse)default voidTpuGrpc.AsyncService. getTensorFlowVersion(GetTensorFlowVersionRequest request, io.grpc.stub.StreamObserver<TensorFlowVersion> responseObserver)Gets TensorFlow Version.voidTpuGrpc.TpuStub. getTensorFlowVersion(GetTensorFlowVersionRequest request, io.grpc.stub.StreamObserver<TensorFlowVersion> responseObserver)Gets TensorFlow Version. -
Uses of TensorFlowVersion in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.stub that return types with arguments of type TensorFlowVersion Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>GrpcTpuStub. getTensorFlowVersionCallable()com.google.api.gax.rpc.UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>TpuStub. getTensorFlowVersionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTensorFlowVersionRequest,TensorFlowVersion>TpuStubSettings.Builder. getTensorFlowVersionSettings()Returns the builder for the settings used for calls to getTensorFlowVersion.com.google.api.gax.rpc.UnaryCallSettings<GetTensorFlowVersionRequest,TensorFlowVersion>TpuStubSettings. getTensorFlowVersionSettings()Returns the object with the settings used for calls to getTensorFlowVersion.
-