package tpu
import "google.golang.org/genproto/googleapis/cloud/tpu/v1"
Package tpu aliases all exported identifiers in package "cloud.google.com/go/tpu/apiv1/tpupb".
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterTpuServer(s *grpc.Server, srv TpuServer)
- type AcceleratorType
- type CreateNodeRequest
- type DeleteNodeRequest
- type GetAcceleratorTypeRequest
- type GetNodeRequest
- type GetTensorFlowVersionRequest
- type ListAcceleratorTypesRequest
- type ListAcceleratorTypesResponse
- type ListNodesRequest
- type ListNodesResponse
- type ListTensorFlowVersionsRequest
- type ListTensorFlowVersionsResponse
- type NetworkEndpoint
- type Node
- type Node_ApiVersion
- type Node_Health
- type Node_State
- type OperationMetadata
- type ReimageNodeRequest
- type SchedulingConfig
- type StartNodeRequest
- type StopNodeRequest
- type Symptom
- type Symptom_SymptomType
- type TensorFlowVersion
- type TpuClient
- type TpuServer
- type UnimplementedTpuServer
Constants ¶
const ( Node_API_VERSION_UNSPECIFIED = src.Node_API_VERSION_UNSPECIFIED Node_CREATING = src.Node_CREATING Node_DELETING = src.Node_DELETING Node_DEPRECATED_UNHEALTHY = src.Node_DEPRECATED_UNHEALTHY Node_HEALTHY = src.Node_HEALTHY Node_HEALTH_UNSPECIFIED = src.Node_HEALTH_UNSPECIFIED Node_HIDDEN = src.Node_HIDDEN Node_HIDING = src.Node_HIDING Node_PREEMPTED = src.Node_PREEMPTED Node_READY = src.Node_READY Node_REIMAGING = src.Node_REIMAGING Node_REPAIRING = src.Node_REPAIRING Node_RESTARTING = src.Node_RESTARTING Node_STARTING = src.Node_STARTING Node_STATE_UNSPECIFIED = src.Node_STATE_UNSPECIFIED Node_STOPPED = src.Node_STOPPED Node_STOPPING = src.Node_STOPPING Node_TERMINATED = src.Node_TERMINATED Node_TIMEOUT = src.Node_TIMEOUT Node_UNHEALTHY_MAINTENANCE = src.Node_UNHEALTHY_MAINTENANCE Node_UNHEALTHY_TENSORFLOW = src.Node_UNHEALTHY_TENSORFLOW Node_UNHIDING = src.Node_UNHIDING Node_V1 = src.Node_V1 Node_V1_ALPHA1 = src.Node_V1_ALPHA1 Node_V2_ALPHA1 = src.Node_V2_ALPHA1 Symptom_EXECUTE_TIMED_OUT = src.Symptom_EXECUTE_TIMED_OUT Symptom_HBM_OUT_OF_MEMORY = src.Symptom_HBM_OUT_OF_MEMORY Symptom_LOW_MEMORY = src.Symptom_LOW_MEMORY Symptom_MESH_BUILD_FAIL = src.Symptom_MESH_BUILD_FAIL Symptom_OUT_OF_MEMORY = src.Symptom_OUT_OF_MEMORY Symptom_PROJECT_ABUSE = src.Symptom_PROJECT_ABUSE Symptom_SYMPTOM_TYPE_UNSPECIFIED = src.Symptom_SYMPTOM_TYPE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/tpu/apiv1/tpupb
Variables ¶
var ( File_google_cloud_tpu_v1_cloud_tpu_proto = src.File_google_cloud_tpu_v1_cloud_tpu_proto Node_ApiVersion_name = src.Node_ApiVersion_name Node_ApiVersion_value = src.Node_ApiVersion_value Node_Health_name = src.Node_Health_name Node_Health_value = src.Node_Health_value Node_State_name = src.Node_State_name Node_State_value = src.Node_State_value Symptom_SymptomType_name = src.Symptom_SymptomType_name Symptom_SymptomType_value = src.Symptom_SymptomType_value )
Deprecated: Please use vars in: cloud.google.com/go/tpu/apiv1/tpupb
Functions ¶
func RegisterTpuServer ¶
Deprecated: Please use funcs in: cloud.google.com/go/tpu/apiv1/tpupb
Types ¶
type AcceleratorType ¶
type AcceleratorType = src.AcceleratorType
A accelerator type that a Node can be configured with.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type CreateNodeRequest ¶
type CreateNodeRequest = src.CreateNodeRequest
Request for [CreateNode][google.cloud.tpu.v1.Tpu.CreateNode].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type DeleteNodeRequest ¶
type DeleteNodeRequest = src.DeleteNodeRequest
Request for [DeleteNode][google.cloud.tpu.v1.Tpu.DeleteNode].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type GetAcceleratorTypeRequest ¶
type GetAcceleratorTypeRequest = src.GetAcceleratorTypeRequest
Request for [GetAcceleratorType][google.cloud.tpu.v1.Tpu.GetAcceleratorType].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type GetNodeRequest ¶
type GetNodeRequest = src.GetNodeRequest
Request for [GetNode][google.cloud.tpu.v1.Tpu.GetNode].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type GetTensorFlowVersionRequest ¶
type GetTensorFlowVersionRequest = src.GetTensorFlowVersionRequest
Request for [GetTensorFlowVersion][google.cloud.tpu.v1.Tpu.GetTensorFlowVersion].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ListAcceleratorTypesRequest ¶
type ListAcceleratorTypesRequest = src.ListAcceleratorTypesRequest
Request for [ListAcceleratorTypes][google.cloud.tpu.v1.Tpu.ListAcceleratorTypes].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ListAcceleratorTypesResponse ¶
type ListAcceleratorTypesResponse = src.ListAcceleratorTypesResponse
Response for [ListAcceleratorTypes][google.cloud.tpu.v1.Tpu.ListAcceleratorTypes].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ListNodesRequest ¶
type ListNodesRequest = src.ListNodesRequest
Request for [ListNodes][google.cloud.tpu.v1.Tpu.ListNodes].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ListNodesResponse ¶
type ListNodesResponse = src.ListNodesResponse
Response for [ListNodes][google.cloud.tpu.v1.Tpu.ListNodes].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ListTensorFlowVersionsRequest ¶
type ListTensorFlowVersionsRequest = src.ListTensorFlowVersionsRequest
Request for [ListTensorFlowVersions][google.cloud.tpu.v1.Tpu.ListTensorFlowVersions].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ListTensorFlowVersionsResponse ¶
type ListTensorFlowVersionsResponse = src.ListTensorFlowVersionsResponse
Response for [ListTensorFlowVersions][google.cloud.tpu.v1.Tpu.ListTensorFlowVersions].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type NetworkEndpoint ¶
type NetworkEndpoint = src.NetworkEndpoint
A network endpoint over which a TPU worker can be reached.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Node ¶
A TPU instance.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Node_ApiVersion ¶
type Node_ApiVersion = src.Node_ApiVersion
TPU API Version.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Node_Health ¶
type Node_Health = src.Node_Health
Health defines the status of a TPU node as reported by Health Monitor.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Node_State ¶
type Node_State = src.Node_State
Represents the different states of a TPU node during its lifecycle.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
Metadata describing an [Operation][google.longrunning.Operation]
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type ReimageNodeRequest ¶
type ReimageNodeRequest = src.ReimageNodeRequest
Request for [ReimageNode][google.cloud.tpu.v1.Tpu.ReimageNode].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type SchedulingConfig ¶
type SchedulingConfig = src.SchedulingConfig
Sets the scheduling options for this node.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type StartNodeRequest ¶
type StartNodeRequest = src.StartNodeRequest
Request for [StartNode][google.cloud.tpu.v1.Tpu.StartNode].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type StopNodeRequest ¶
type StopNodeRequest = src.StopNodeRequest
Request for [StopNode][google.cloud.tpu.v1.Tpu.StopNode].
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Symptom ¶
A Symptom instance.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Symptom_SymptomType ¶
type Symptom_SymptomType = src.Symptom_SymptomType
SymptomType represents the different types of Symptoms that a TPU can be at.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type TensorFlowVersion ¶
type TensorFlowVersion = src.TensorFlowVersion
A tensorflow version that a Node can be configured with.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type TpuClient ¶
TpuClient is the client API for Tpu service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
func NewTpuClient ¶
func NewTpuClient(cc grpc.ClientConnInterface) TpuClient
Deprecated: Please use funcs in: cloud.google.com/go/tpu/apiv1/tpupb
type TpuServer ¶
TpuServer is the server API for Tpu service.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type UnimplementedTpuServer ¶
type UnimplementedTpuServer = src.UnimplementedTpuServer
UnimplementedTpuServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.