google-apis-hypercomputecluster_v1 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/hypercomputecluster_v1/classes.rb +10 -10
- data/lib/google/apis/hypercomputecluster_v1/gem_version.rb +2 -2
- data/lib/google/apis/hypercomputecluster_v1/service.rb +7 -2
- data/lib/google/apis/hypercomputecluster_v1.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db842bb684bc5a36d005857fad4c6509ee9da65e4d3ad0b701700c72e4aadd66
|
|
4
|
+
data.tar.gz: 61d48733fe20a04fc2eb18538a513b909541bab3031fab7f3c8c89d0cd203471
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e80a85bb900597556b5f4d13c8e89a60c7ab88a57120a17617c4d166a8e52aff36bb1df842b9e9074eb94cc4fb114360bee26739a94e71bbcd3230d342bdc7e8
|
|
7
|
+
data.tar.gz: acde44003598731e055a24a52af90f9d95b8825b44359f5c5790d0621fe8fe633812f7acee54cba7d7ba325fc6c7fe579e3113caae0f2c8c9bc43ddf553637c6
|
data/CHANGELOG.md
CHANGED
|
@@ -1332,7 +1332,8 @@ module Google
|
|
|
1332
1332
|
# @return [String]
|
|
1333
1333
|
attr_accessor :machine_type
|
|
1334
1334
|
|
|
1335
|
-
# Optional.
|
|
1335
|
+
# Optional. Termination action for the instance. If not specified, Compute
|
|
1336
|
+
# Engine sets the termination action to DELETE.
|
|
1336
1337
|
# Corresponds to the JSON property `terminationAction`
|
|
1337
1338
|
# @return [String]
|
|
1338
1339
|
attr_accessor :termination_action
|
|
@@ -1438,7 +1439,6 @@ module Google
|
|
|
1438
1439
|
attr_accessor :end_time
|
|
1439
1440
|
|
|
1440
1441
|
# Message describing the progress of a cluster mutation long-running operation.
|
|
1441
|
-
# operation.
|
|
1442
1442
|
# Corresponds to the JSON property `progress`
|
|
1443
1443
|
# @return [Google::Apis::HypercomputeclusterV1::OperationProgress]
|
|
1444
1444
|
attr_accessor :progress
|
|
@@ -1479,7 +1479,6 @@ module Google
|
|
|
1479
1479
|
end
|
|
1480
1480
|
|
|
1481
1481
|
# Message describing the progress of a cluster mutation long-running operation.
|
|
1482
|
-
# operation.
|
|
1483
1482
|
class OperationProgress
|
|
1484
1483
|
include Google::Apis::Core::Hashable
|
|
1485
1484
|
|
|
@@ -1783,7 +1782,7 @@ module Google
|
|
|
1783
1782
|
include Google::Apis::Core::Hashable
|
|
1784
1783
|
|
|
1785
1784
|
# Optional. ID of the compute resource on which this nodeset will run. Must
|
|
1786
|
-
# match a key in the cluster's
|
|
1785
|
+
# match a key in the cluster's compute_resources.
|
|
1787
1786
|
# Corresponds to the JSON property `computeId`
|
|
1788
1787
|
# @return [String]
|
|
1789
1788
|
attr_accessor :compute_id
|
|
@@ -1863,15 +1862,16 @@ module Google
|
|
|
1863
1862
|
# @return [Google::Apis::HypercomputeclusterV1::SlurmLoginNodes]
|
|
1864
1863
|
attr_accessor :login_nodes
|
|
1865
1864
|
|
|
1866
|
-
#
|
|
1867
|
-
#
|
|
1865
|
+
# Optional. Compute resource configuration for the Slurm nodesets in your
|
|
1866
|
+
# cluster. If not specified, the cluster won't create any nodes.
|
|
1868
1867
|
# Corresponds to the JSON property `nodeSets`
|
|
1869
1868
|
# @return [Array<Google::Apis::HypercomputeclusterV1::SlurmNodeSet>]
|
|
1870
1869
|
attr_accessor :node_sets
|
|
1871
1870
|
|
|
1872
|
-
#
|
|
1873
|
-
#
|
|
1874
|
-
#
|
|
1871
|
+
# Optional. Configuration for the Slurm partitions in your cluster. Each
|
|
1872
|
+
# partition can contain one or more nodesets, and you can submit separate jobs
|
|
1873
|
+
# on each partition. If you don't specify at least one partition in your cluster,
|
|
1874
|
+
# you can't submit jobs to the cluster.
|
|
1875
1875
|
# Corresponds to the JSON property `partitions`
|
|
1876
1876
|
# @return [Array<Google::Apis::HypercomputeclusterV1::SlurmPartition>]
|
|
1877
1877
|
attr_accessor :partitions
|
|
@@ -1971,7 +1971,7 @@ module Google
|
|
|
1971
1971
|
include Google::Apis::Core::Hashable
|
|
1972
1972
|
|
|
1973
1973
|
# Required. ID of the storage resource to mount, which must match a key in the
|
|
1974
|
-
# cluster's
|
|
1974
|
+
# cluster's storage_resources.
|
|
1975
1975
|
# Corresponds to the JSON property `id`
|
|
1976
1976
|
# @return [String]
|
|
1977
1977
|
attr_accessor :id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module HypercomputeclusterV1
|
|
18
18
|
# Version of the google-apis-hypercomputecluster_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,7 +22,8 @@ module Google
|
|
|
22
22
|
module HypercomputeclusterV1
|
|
23
23
|
# Cluster Director API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
25
|
+
# The Cluster Director API allows you to deploy, manage, and monitor clusters
|
|
26
|
+
# that run AI, ML, or HPC workloads.
|
|
26
27
|
#
|
|
27
28
|
# @example
|
|
28
29
|
# require 'google/apis/hypercomputecluster_v1'
|
|
@@ -81,7 +82,11 @@ module Google
|
|
|
81
82
|
execute_or_queue_command(command, &block)
|
|
82
83
|
end
|
|
83
84
|
|
|
84
|
-
# Lists information about the supported locations for this service.
|
|
85
|
+
# Lists information about the supported locations for this service. This method
|
|
86
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
87
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
88
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
89
|
+
# private or other locations specifically visible to the project.
|
|
85
90
|
# @param [String] name
|
|
86
91
|
# The resource that owns the locations collection, if applicable.
|
|
87
92
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -21,7 +21,8 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# Cluster Director API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
24
|
+
# The Cluster Director API allows you to deploy, manage, and monitor clusters
|
|
25
|
+
# that run AI, ML, or HPC workloads.
|
|
25
26
|
#
|
|
26
27
|
# @see https://docs.cloud.google.com/cluster-director/docs
|
|
27
28
|
module HypercomputeclusterV1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-hypercomputecluster_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-hypercomputecluster_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.3.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-hypercomputecluster_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|