GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ListModelsResponse (google_api_machine_learning v0.26.0) View Source
Response message for the ListModels method.
Attributes
-
models
(type:list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Model.t)
, default:nil
) - The list of models. -
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_ListModelsResponse{ models: [GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Model.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.