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.
1392 1393 1394 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1392 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
1390 1391 1392 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1390 def model_evaluation_slices @model_evaluation_slices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1397 1398 1399 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1397 def update!(**args) @model_evaluation_slices = args[:model_evaluation_slices] if args.key?(:model_evaluation_slices) end |