Documentation ¶
Overview ¶
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)deprecated
- type AcceleratorTypedeprecated
- type CreateNodeRequestdeprecated
- type DeleteNodeRequestdeprecated
- type GetAcceleratorTypeRequestdeprecated
- type GetNodeRequestdeprecated
- type GetTensorFlowVersionRequestdeprecated
- type ListAcceleratorTypesRequestdeprecated
- type ListAcceleratorTypesResponsedeprecated
- type ListNodesRequestdeprecated
- type ListNodesResponsedeprecated
- type ListTensorFlowVersionsRequestdeprecated
- type ListTensorFlowVersionsResponsedeprecated
- type NetworkEndpointdeprecated
- type Nodedeprecated
- type Node_ApiVersiondeprecated
- type Node_Healthdeprecated
- type Node_Statedeprecated
- type OperationMetadatadeprecated
- type ReimageNodeRequestdeprecated
- type SchedulingConfigdeprecated
- type StartNodeRequestdeprecated
- type StopNodeRequestdeprecated
- type Symptomdeprecated
- type Symptom_SymptomTypedeprecated
- type TensorFlowVersiondeprecated
- type TpuClientdeprecated
- type TpuServerdeprecated
- type UnimplementedTpuServerdeprecated
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
Types ¶
type AcceleratorType
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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_ApiVersion
deprecated
type Node_ApiVersion = src.Node_ApiVersion
TPU API Version.
Deprecated: Please use types in: cloud.google.com/go/tpu/apiv1/tpupb
type Node_Health
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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_SymptomType
deprecated
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
deprecated
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
deprecated
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
deprecated
func NewTpuClient(cc grpc.ClientConnInterface) TpuClient
Deprecated: Please use funcs in: cloud.google.com/go/tpu/apiv1/tpupb
type UnimplementedTpuServer
deprecated
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