Class: Google::Apis::PredictionV1_4::Training::DataAnalysis
- Inherits:
-
Object
- Object
- Google::Apis::PredictionV1_4::Training::DataAnalysis
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/prediction_v1_4/classes.rb,
generated/google/apis/prediction_v1_4/representations.rb,
generated/google/apis/prediction_v1_4/representations.rb
Overview
Data Analysis.
Instance Attribute Summary collapse
-
#warnings ⇒ Array<String>
Corresponds to the JSON property
warnings
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataAnalysis
constructor
A new instance of DataAnalysis.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DataAnalysis
Returns a new instance of DataAnalysis
221 222 223 |
# File 'generated/google/apis/prediction_v1_4/classes.rb', line 221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#warnings ⇒ Array<String>
Corresponds to the JSON property warnings
219 220 221 |
# File 'generated/google/apis/prediction_v1_4/classes.rb', line 219 def warnings @warnings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
226 227 228 |
# File 'generated/google/apis/prediction_v1_4/classes.rb', line 226 def update!(**args) @warnings = args[:warnings] if args.key?(:warnings) end |