Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Request message for ModelService.BatchImportModelEvaluationSlices
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest
Returns a new instance of GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesRequest.
1639 1640 1641 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1639 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model_evaluation_slices ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelEvaluationSlice>
Required. Model evaluation slice resource to be imported.
Corresponds to the JSON property modelEvaluationSlices
1637 1638 1639 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1637 def model_evaluation_slices @model_evaluation_slices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1644 1645 1646 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1644 def update!(**args) @model_evaluation_slices = args[:model_evaluation_slices] if args.key?(:model_evaluation_slices) end |