Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse
- 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
-
#express_project ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExpressProject
The project for Vertex AI Express Mode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse
Returns a new instance of GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse.
46693 46694 46695 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#express_project ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExpressProject
The project for Vertex AI Express Mode.
Corresponds to the JSON property expressProject
46691 46692 46693 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46691 def express_project @express_project end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46698 46699 46700 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46698 def update!(**args) @express_project = args[:express_project] if args.key?(:express_project) end |