feat: Automated regeneration of tpu v1 client
This commit is contained in:
parent
77e387a95b
commit
bc614c2d1b
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/tpu/
|
# @see https://cloud.google.com/tpu/
|
||||||
module TpuV1
|
module TpuV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200909'
|
REVISION = '20201014'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -283,7 +283,7 @@ module Google
|
||||||
class Node
|
class Node
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The type of hardware accelerators associated with this node. Required.
|
# Required. The type of hardware accelerators associated with this node.
|
||||||
# Corresponds to the JSON property `acceleratorType`
|
# Corresponds to the JSON property `acceleratorType`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :accelerator_type
|
attr_accessor :accelerator_type
|
||||||
|
@ -331,7 +331,7 @@ module Google
|
||||||
# @return [Hash<String,String>]
|
# @return [Hash<String,String>]
|
||||||
attr_accessor :labels
|
attr_accessor :labels
|
||||||
|
|
||||||
# Output only. The immutable name of the TPU
|
# Output only. Immutable. The name of the TPU
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
@ -379,7 +379,7 @@ module Google
|
||||||
# @return [Array<Google::Apis::TpuV1::Symptom>]
|
# @return [Array<Google::Apis::TpuV1::Symptom>]
|
||||||
attr_accessor :symptoms
|
attr_accessor :symptoms
|
||||||
|
|
||||||
# The version of Tensorflow running in the Node. Required.
|
# Required. The version of Tensorflow running in the Node.
|
||||||
# Corresponds to the JSON property `tensorflowVersion`
|
# Corresponds to the JSON property `tensorflowVersion`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :tensorflow_version
|
attr_accessor :tensorflow_version
|
||||||
|
|
|
@ -118,7 +118,7 @@ module Google
|
||||||
|
|
||||||
# Gets AcceleratorType.
|
# Gets AcceleratorType.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name.
|
# Required. The resource name.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -148,7 +148,7 @@ module Google
|
||||||
|
|
||||||
# Lists accelerator types supported by this API.
|
# Lists accelerator types supported by this API.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The parent resource name.
|
# Required. The parent resource name.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# List filter.
|
# List filter.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
|
@ -190,7 +190,7 @@ module Google
|
||||||
|
|
||||||
# Creates a node.
|
# Creates a node.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The parent resource name.
|
# Required. The parent resource name.
|
||||||
# @param [Google::Apis::TpuV1::Node] node_object
|
# @param [Google::Apis::TpuV1::Node] node_object
|
||||||
# @param [String] node_id
|
# @param [String] node_id
|
||||||
# The unqualified resource name.
|
# The unqualified resource name.
|
||||||
|
@ -226,7 +226,7 @@ module Google
|
||||||
|
|
||||||
# Deletes a node.
|
# Deletes a node.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name.
|
# Required. The resource name.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -256,7 +256,7 @@ module Google
|
||||||
|
|
||||||
# Gets the details of a node.
|
# Gets the details of a node.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name.
|
# Required. The resource name.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -286,7 +286,7 @@ module Google
|
||||||
|
|
||||||
# Lists nodes.
|
# Lists nodes.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The parent resource name.
|
# Required. The parent resource name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# The maximum number of items to return.
|
# The maximum number of items to return.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
|
@ -568,7 +568,7 @@ module Google
|
||||||
|
|
||||||
# Gets TensorFlow Version.
|
# Gets TensorFlow Version.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name.
|
# Required. The resource name.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -598,7 +598,7 @@ module Google
|
||||||
|
|
||||||
# List TensorFlow versions supported by this API.
|
# List TensorFlow versions supported by this API.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The parent resource name.
|
# Required. The parent resource name.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# List filter.
|
# List filter.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
"sha": "77e387a95bca7c786a8859da316d064c523eb7e6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue