package
0.0.0-20240419173310-c3186a4386eb
Repository: https://github.com/tensorflow/tpu.git
Documentation: pkg.go.dev
# Functions
AuthCommand constructs the auth subcommand tree.
ConfigCommand creates the config subcommand.
ConfigCommandAlias creates an alias to the config command with a shorter name.
DeleteCommand creates the delete command.
DeleteCommandAlias creates an alias for the delete command with a shorter name.
ListCommand creates the list command.
ListCommandAlias creates an alias to the list command with a shorter name.
PauseCommand creates the pause command.
PauseCommandAlias creates an alias to the pause command with a shorter name.
QuotaCommand creates the quota command.
RestartCommand creates the restart subcommand.
StatusCommand creates the status command.
StatusCommandAlias creates an alias for the status command with a shorter name.
TFVersionsCommand creates the 'tf-versions' command.
TPULocationsCommand creates the tpu-locations command.
TPUSizeCommand constructs the tpu-sizes subcommand.
UpCommand creates the up command.
VersionCommand creates the version command.
# Interfaces
AuthResourceManagementCP abstracts the key operations the auth subcommand family must perform.
ConfigGcloudCLI encapsulates interaction with the gcloud CLI toolchain.
DeleteGCECP abstracts the control plane interfaces required for the delete command.
DeleteTPUCP abstratcs the control plane interfaces required for the delete command.
ListGCEInstancesCP lists the available Compute Engine instances.
ListTPUInstancesCP lists the available TPU instances.
PauseGCECP abstracts the control plane interfaces required for the pause command.
PauseTPUCP abstracts the control plane interfaces required for the pause command.
RestartTPUCP abstracts the control plane interfaces required for the restart command.
StatusGCECP encapsulates the control plane interfaces required to execute the Status command.
StatusTPUCP encapsulates the control plane interfaces required to execute the Status command.
TFVersionsCP lists the available TensorFlow versions.
TPULocationsCP lists available TPU locations.
TPUSizeCP represents the interface required of the TPU control plane to run this subcommand.
UpGCECP abstracts the control plane interface requred for the up command.
UpGcloudCLI abstracts the interaction with the gcloud command line tools for the up command.
UpResourceManagementCP abstracts the control plane interface required for the up command.
UpTPUCP abstracts the control plane interface required for the up command.