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.
1962 1963 1964 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1962 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
1960 1961 1962 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1960 def model_evaluation_slices @model_evaluation_slices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1967 1968 1969 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1967 def update!(**args) @model_evaluation_slices = args[:model_evaluation_slices] if args.key?(:model_evaluation_slices) end |