class Google::Apis::MlV1::GoogleCloudMlV1GetConfigResponse
Returns service account information associated with a project.
Attributes
config[RW]
Corresponds to the JSON property `config` @return [Google::Apis::MlV1::GoogleCloudMlV1Config]
service_account[RW]
The service account Cloud ML uses to access resources in the project. Corresponds to the JSON property `serviceAccount` @return [String]
service_account_project[RW]
The project number for `service_account`. Corresponds to the JSON property `serviceAccountProject` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 1145 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 1150 def update!(**args) @config = args[:config] if args.key?(:config) @service_account = args[:service_account] if args.key?(:service_account) @service_account_project = args[:service_account_project] if args.key?(:service_account_project) end