class Google::Apis::MlV1::GoogleCloudMlV1ListLocationsResponse

Attributes

locations[RW]

Locations where at least one type of CMLE capability is available. Corresponds to the JSON property `locations` @return [Array<Google::Apis::MlV1::GoogleCloudMlV1Location>]

next_page_token[RW]

Optional. Pass this token as the `page_token` field of the request for a subsequent call. Corresponds to the JSON property `nextPageToken` @return [String]

Public Class Methods

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