Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceMapInstance
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceMapInstance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Instance data specified as a map.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationInstanceMapInstance
constructor
A new instance of GoogleCloudAiplatformV1EvaluationInstanceMapInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationInstanceMapInstance
Returns a new instance of GoogleCloudAiplatformV1EvaluationInstanceMapInstance.
9855 9856 9857 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9855 def initialize(**args) update!(**args) end |
Instance Attribute Details
#map_instance ⇒ Hash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData>
Optional. Map of instance data.
Corresponds to the JSON property mapInstance
9853 9854 9855 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9853 def map_instance @map_instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9860 9861 9862 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9860 def update!(**args) @map_instance = args[:map_instance] if args.key?(:map_instance) end |