Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunDataSource

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

The data source for the evaluation run.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationRunDataSource

Returns a new instance of GoogleCloudAiplatformV1EvaluationRunDataSource.



9780
9781
9782
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9780

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

Instance Attribute Details

#bigquery_request_setGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryRequestSet

The request set for the evaluation run. Corresponds to the JSON property bigqueryRequestSet



9772
9773
9774
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9772

def bigquery_request_set
  @bigquery_request_set
end

#evaluation_setString

The EvaluationSet resource name. Format: projects/project/locations/ location/evaluationSets/evaluation_set` Corresponds to the JSON propertyevaluationSet`

Returns:

  • (String)


9778
9779
9780
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9778

def evaluation_set
  @evaluation_set
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9785
9786
9787
9788
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9785

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