Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesRequest
- 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
Request message for ModelService.BatchImportModelEvaluationSlices
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesRequest
constructor
A new instance of GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesRequest
Returns a new instance of GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesRequest.
1375 1376 1377 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model_evaluation_slices ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelEvaluationSlice>
Required. Model evaluation slice resource to be imported.
Corresponds to the JSON property modelEvaluationSlices
1373 1374 1375 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1373 def model_evaluation_slices @model_evaluation_slices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1380 1381 1382 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1380 def update!(**args) @model_evaluation_slices = args[:model_evaluation_slices] if args.key?(:model_evaluation_slices) end |