class Google::Apis::MlV1::GoogleCloudMlV1Config

Attributes

tpu_service_account[RW]

The service account Cloud ML uses to run on TPU node. Corresponds to the JSON property `tpuServiceAccount` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 795
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/ml_v1/classes.rb, line 800
def update!(**args)
  @tpu_service_account = args[:tpu_service_account] if args.key?(:tpu_service_account)
end