Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesResponse

Inherits:
Object
  • Object
show all
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

Response message for ModelService.BatchImportModelEvaluationSlices

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesResponse

Returns a new instance of GoogleCloudAiplatformV1BatchImportModelEvaluationSlicesResponse.



1469
1470
1471
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1469

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#imported_model_evaluation_slicesArray<String>

Output only. List of imported ModelEvaluationSlice.name. Corresponds to the JSON property importedModelEvaluationSlices

Returns:

  • (Array<String>)


1467
1468
1469
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1467

def imported_model_evaluation_slices
  @imported_model_evaluation_slices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1474
1475
1476
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1474

def update!(**args)
  @imported_model_evaluation_slices = args[:imported_model_evaluation_slices] if args.key?(:imported_model_evaluation_slices)
end