generated/google/apis/tpu_v1alpha1/classes.rb in google-api-client-0.39.5 vs generated/google/apis/tpu_v1alpha1/classes.rb in google-api-client-0.40.0
- old
+ new
@@ -360,11 +360,11 @@
# The network port for the TPU Node as visible to Compute Engine instances.
# Corresponds to the JSON property `port`
# @return [String]
attr_accessor :port
- #
+ # Sets the scheduling options for this node.
# Corresponds to the JSON property `schedulingConfig`
# @return [Google::Apis::TpuV1alpha1::SchedulingConfig]
attr_accessor :scheduling_config
# Output only. The service account used to run the tensor flow services within
@@ -552,14 +552,14 @@
def update!(**args)
@tensorflow_version = args[:tensorflow_version] if args.key?(:tensorflow_version)
end
end
- #
+ # Sets the scheduling options for this node.
class SchedulingConfig
include Google::Apis::Core::Hashable
- #
+ # Defines whether the node is preemptible.
# Corresponds to the JSON property `preemptible`
# @return [Boolean]
attr_accessor :preemptible
alias_method :preemptible?, :preemptible