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.
9198 9199 9200 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9198 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
9196 9197 9198 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9196 def map_instance @map_instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9203 9204 9205 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9203 def update!(**args) @map_instance = args[:map_instance] if args.key?(:map_instance) end |