Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse

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

Response message for ExpressModeService.RetrieveExpressProject.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse

Returns a new instance of GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse.



48272
48273
48274
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48272

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

Instance Attribute Details

#express_projectGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExpressProject

The project for Vertex AI Express Mode. Corresponds to the JSON property expressProject



48270
48271
48272
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48270

def express_project
  @express_project
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48277
48278
48279
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48277

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