class Google::Apis::MlV1::GoogleCloudMlV1ListStudiesResponse

Attributes

studies[RW]

The studies associated with the project. Corresponds to the JSON property `studies` @return [Array<Google::Apis::MlV1::GoogleCloudMlV1Study>]

Public Class Methods

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