Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse

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.BatchImportEvaluatedAnnotations

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse

Returns a new instance of GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.



1373
1374
1375
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1373

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

Instance Attribute Details

#imported_evaluated_annotations_countFixnum

Output only. Number of EvaluatedAnnotations imported. Corresponds to the JSON property importedEvaluatedAnnotationsCount

Returns:

  • (Fixnum)


1371
1372
1373
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1371

def imported_evaluated_annotations_count
  @imported_evaluated_annotations_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1378
1379
1380
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1378

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