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.
1450 1451 1452 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1450 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
1448 1449 1450 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1448 def model_evaluation_slices @model_evaluation_slices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1455 1456 1457 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1455 def update!(**args) @model_evaluation_slices = args[:model_evaluation_slices] if args.key?(:model_evaluation_slices) end |