generated/google/apis/tpu_v1alpha1/classes.rb in google-api-client-0.46.1 vs generated/google/apis/tpu_v1alpha1/classes.rb in google-api-client-0.46.2

- old
+ new

@@ -281,11 +281,11 @@ # A TPU instance. class Node 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` # @return [String] attr_accessor :accelerator_type # The CIDR block that the TPU node will use when selecting an IP address. This @@ -329,11 +329,11 @@ # Resource labels to represent user-provided metadata. # Corresponds to the JSON property `labels` # @return [Hash<String,String>] 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` # @return [String] attr_accessor :name # The name of a network they wish to peer the TPU node to. It must be a @@ -377,10 +377,10 @@ # Output only. The Symptoms that have occurred to the TPU Node. # Corresponds to the JSON property `symptoms` # @return [Array<Google::Apis::TpuV1alpha1::Symptom>] 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` # @return [String] attr_accessor :tensorflow_version # Whether the VPC peering for the node is set up through Service Networking API.