Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo
- 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
Describes the info for output of EvaluationService.
Instance Attribute Summary collapse
-
#gcs_output_directory ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1OutputInfo
constructor
A new instance of GoogleCloudAiplatformV1beta1OutputInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1OutputInfo
Returns a new instance of GoogleCloudAiplatformV1beta1OutputInfo.
32327 32328 32329 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32327 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_output_directory ⇒ String
Output only. The full path of the Cloud Storage directory created, into which
the evaluation results and aggregation results are written.
Corresponds to the JSON property gcsOutputDirectory
32325 32326 32327 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32325 def gcs_output_directory @gcs_output_directory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32332 32333 32334 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32332 def update!(**args) @gcs_output_directory = args[:gcs_output_directory] if args.key?(:gcs_output_directory) end |