class Google::Apis::MlV1::GoogleCloudMlV1Location

Attributes

capabilities[RW]

Capabilities available in the location. Corresponds to the JSON property `capabilities` @return [Array<Google::Apis::MlV1::GoogleCloudMlV1Capability>]

name[RW]

Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 1640
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 1645
def update!(**args)
  @capabilities = args[:capabilities] if args.key?(:capabilities)
  @name = args[:name] if args.key?(:name)
end