google_api_machine_learning v0.15.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ListLocationsResponse View Source
Attributes
locations
(type:list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Location.t)
, default:nil
) - Locations where at least one type of CMLE capability is available.nextPageToken
(type:String.t
, default:nil
) - Optional. Pass this token as thepage_token
field of the request for a subsequent call.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ListLocationsResponse{ locations: [GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Location.t()], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.