Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunDataSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunDataSource
- 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
The data source for the evaluation run.
Instance Attribute Summary collapse
-
#bigquery_request_set ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryRequestSet
The request set for the evaluation run.
-
#evaluation_set ⇒ String
The EvaluationSet resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationRunDataSource
constructor
A new instance of GoogleCloudAiplatformV1beta1EvaluationRunDataSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationRunDataSource
Returns a new instance of GoogleCloudAiplatformV1beta1EvaluationRunDataSource.
17951 17952 17953 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17951 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_request_set ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryRequestSet
The request set for the evaluation run.
Corresponds to the JSON property bigqueryRequestSet
17943 17944 17945 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17943 def bigquery_request_set @bigquery_request_set end |
#evaluation_set ⇒ String
The EvaluationSet resource name. Format: projects/project/locations/
location/evaluationSets/evaluation_set`
Corresponds to the JSON propertyevaluationSet`
17949 17950 17951 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17949 def evaluation_set @evaluation_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17956 17957 17958 17959 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17956 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 |