Uses of Class
com.google.cloud.tpu.v1.TpuClient.ListTensorFlowVersionsPagedResponse
-
Packages that use TpuClient.ListTensorFlowVersionsPagedResponse Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of TpuClient.ListTensorFlowVersionsPagedResponse in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return TpuClient.ListTensorFlowVersionsPagedResponse Modifier and Type Method Description TpuClient.ListTensorFlowVersionsPagedResponse
TpuClient. listTensorFlowVersions(ListTensorFlowVersionsRequest request)
List TensorFlow versions supported by this API.TpuClient.ListTensorFlowVersionsPagedResponse
TpuClient. listTensorFlowVersions(TensorFlowVersionName parent)
List TensorFlow versions supported by this API.TpuClient.ListTensorFlowVersionsPagedResponse
TpuClient. listTensorFlowVersions(String parent)
List TensorFlow versions supported by this API.Methods in com.google.cloud.tpu.v1 that return types with arguments of type TpuClient.ListTensorFlowVersionsPagedResponse Modifier and Type Method Description 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)
com.google.api.gax.rpc.UnaryCallable<ListTensorFlowVersionsRequest,TpuClient.ListTensorFlowVersionsPagedResponse>
TpuClient. listTensorFlowVersionsPagedCallable()
List TensorFlow versions supported by this API.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TpuClient.ListTensorFlowVersionsPagedResponse>
TpuSettings.Builder. listTensorFlowVersionsSettings()
Returns the builder for the settings used for calls to listTensorFlowVersions.com.google.api.gax.rpc.PagedCallSettings<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TpuClient.ListTensorFlowVersionsPagedResponse>
TpuSettings. listTensorFlowVersionsSettings()
Returns the object with the settings used for calls to listTensorFlowVersions. -
Uses of TpuClient.ListTensorFlowVersionsPagedResponse in com.google.cloud.tpu.v1.stub
-