| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af65c0d commit 6876f64
40 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1970,10 +1970,12 @@ libraries: | |||
| 1970 | 1970 | tag_format: '{id}-v{version}' | |
| 1971 | 1971 | - id: google-cloud-hypercomputecluster | |
| 1972 | 1972 | version: 0.2.0 | |
| 1973 | - last_generated_commit: c662840a94dbdf708caa44893a2d49119cdd391c | ||
| 1973 | + last_generated_commit: 23ec7b6ee94a2fe364cdb5a212949f1cf37f85ad | ||
| 1974 | 1974 | apis: | |
| 1975 | 1975 | - path: google/cloud/hypercomputecluster/v1beta | |
| 1976 | 1976 | service_config: hypercomputecluster_v1beta.yaml | |
| 1977 | + - path: google/cloud/hypercomputecluster/v1 | ||
| 1978 | + service_config: hypercomputecluster_v1.yaml | ||
| 1977 | 1979 | source_roots: | |
| 1978 | 1980 | - packages/google-cloud-hypercomputecluster | |
| 1979 | 1981 | preserve_regex: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ Python Client for Cluster Director API | |||
| 3 | 3 | ||
| 4 | 4 | |preview| |pypi| |versions| | |
| 5 | 5 | ||
| 6 | - `Cluster Director API`_: | ||
| 6 | + `Cluster Director API`_: The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads. | ||
| 7 | 7 | ||
| 8 | 8 | - `Client Library Documentation`_ | |
| 9 | 9 | - `Product Documentation`_ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ Python Client for Cluster Director API | |||
| 3 | 3 | ||
| 4 | 4 | |preview| |pypi| |versions| | |
| 5 | 5 | ||
| 6 | - `Cluster Director API`_: | ||
| 6 | + `Cluster Director API`_: The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads. | ||
| 7 | 7 | ||
| 8 | 8 | - `Client Library Documentation`_ | |
| 9 | 9 | - `Product Documentation`_ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,10 @@ | |||
| 1 | + HypercomputeCluster | ||
| 2 | + ------------------------------------- | ||
| 3 | + | ||
| 4 | + .. automodule:: google.cloud.hypercomputecluster_v1.services.hypercompute_cluster | ||
| 5 | + :members: | ||
| 6 | + :inherited-members: | ||
| 7 | + | ||
| 8 | + .. automodule:: google.cloud.hypercomputecluster_v1.services.hypercompute_cluster.pagers | ||
| 9 | + :members: | ||
| 10 | + :inherited-members: | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,6 @@ | |||
| 1 | + Services for Google Cloud Hypercomputecluster v1 API | ||
| 2 | + ==================================================== | ||
| 3 | + .. toctree:: | ||
| 4 | + :maxdepth: 2 | ||
| 5 | + | ||
| 6 | + hypercompute_cluster | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,6 @@ | |||
| 1 | + Types for Google Cloud Hypercomputecluster v1 API | ||
| 2 | + ================================================= | ||
| 3 | + | ||
| 4 | + .. automodule:: google.cloud.hypercomputecluster_v1.types | ||
| 5 | + :members: | ||
| 6 | + :show-inheritance: | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,17 @@ | |||
| 2 | 2 | ||
| 3 | 3 | .. include:: multiprocessing.rst | |
| 4 | 4 | ||
| 5 | + This package includes clients for multiple versions of Cluster Director API. | ||
| 6 | + By default, you will get version ``hypercomputecluster_v1``. | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + API Reference | ||
| 10 | + ------------- | ||
| 11 | + .. toctree:: | ||
| 12 | + :maxdepth: 2 | ||
| 13 | + | ||
| 14 | + hypercomputecluster_v1/services_ | ||
| 15 | + hypercomputecluster_v1/types_ | ||
| 5 | 16 | ||
| 6 | 17 | API Reference | |
| 7 | 18 | ------------- | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,13 +18,13 @@ | |||
| 18 | 18 | __version__ = package_version.__version__ | |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | - from google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.async_client import ( | ||
| 21 | + from google.cloud.hypercomputecluster_v1.services.hypercompute_cluster.async_client import ( | ||
| 22 | 22 | HypercomputeClusterAsyncClient, | |
| 23 | 23 | ) | |
| 24 | - from google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.client import ( | ||
| 24 | + from google.cloud.hypercomputecluster_v1.services.hypercompute_cluster.client import ( | ||
| 25 | 25 | HypercomputeClusterClient, | |
| 26 | 26 | ) | |
| 27 | - from google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster import ( | ||
| 27 | + from google.cloud.hypercomputecluster_v1.types.hypercompute_cluster import ( | ||
| 28 | 28 | BootDisk, | |
| 29 | 29 | BucketReference, | |
| 30 | 30 | Cluster, | |
@@ -67,8 +67,33 @@ | |||
| 67 | 67 | StorageResourceConfig, | |
| 68 | 68 | UpdateClusterRequest, | |
| 69 | 69 | ) | |
| 70 | - from google.cloud.hypercomputecluster_v1beta.types.operation_metadata import ( | ||
| 70 | + from google.cloud.hypercomputecluster_v1.types.operation_metadata import ( | ||
| 71 | + CheckClusterHealth, | ||
| 72 | + CreateFilestoreInstance, | ||
| 73 | + CreateLoginNode, | ||
| 74 | + CreateLustreInstance, | ||
| 75 | + CreateNetwork, | ||
| 76 | + CreateNodeset, | ||
| 77 | + CreateOrchestrator, | ||
| 78 | + CreatePartition, | ||
| 79 | + CreatePrivateServiceAccess, | ||
| 80 | + CreateStorageBucket, | ||
| 81 | + DeleteFilestoreInstance, | ||
| 82 | + DeleteLoginNode, | ||
| 83 | + DeleteLustreInstance, | ||
| 84 | + DeleteNetwork, | ||
| 85 | + DeleteNodeset, | ||
| 86 | + DeleteOrchestrator, | ||
| 87 | + DeletePartition, | ||
| 88 | + DeletePrivateServiceAccess, | ||
| 89 | + DeleteStorageBucket, | ||
| 71 | 90 | OperationMetadata, | |
| 91 | + OperationProgress, | ||
| 92 | + OperationStep, | ||
| 93 | + UpdateLoginNode, | ||
| 94 | + UpdateNodeset, | ||
| 95 | + UpdateOrchestrator, | ||
| 96 | + UpdatePartition, | ||
| 72 | 97 | ) | |
| 73 | 98 | ||
| 74 | 99 | __all__ = ( | |
@@ -115,5 +140,30 @@ | |||
| 115 | 140 | "StorageResource", | |
| 116 | 141 | "StorageResourceConfig", | |
| 117 | 142 | "UpdateClusterRequest", | |
| 143 | + "CheckClusterHealth", | ||
| 144 | + "CreateFilestoreInstance", | ||
| 145 | + "CreateLoginNode", | ||
| 146 | + "CreateLustreInstance", | ||
| 147 | + "CreateNetwork", | ||
| 148 | + "CreateNodeset", | ||
| 149 | + "CreateOrchestrator", | ||
| 150 | + "CreatePartition", | ||
| 151 | + "CreatePrivateServiceAccess", | ||
| 152 | + "CreateStorageBucket", | ||
| 153 | + "DeleteFilestoreInstance", | ||
| 154 | + "DeleteLoginNode", | ||
| 155 | + "DeleteLustreInstance", | ||
| 156 | + "DeleteNetwork", | ||
| 157 | + "DeleteNodeset", | ||
| 158 | + "DeleteOrchestrator", | ||
| 159 | + "DeletePartition", | ||
| 160 | + "DeletePrivateServiceAccess", | ||
| 161 | + "DeleteStorageBucket", | ||
| 118 | 162 | "OperationMetadata", | |
| 163 | + "OperationProgress", | ||
| 164 | + "OperationStep", | ||
| 165 | + "UpdateLoginNode", | ||
| 166 | + "UpdateNodeset", | ||
| 167 | + "UpdateOrchestrator", | ||
| 168 | + "UpdatePartition", | ||
| 119 | 169 | ) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments