Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CheckPoint
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CheckPoint
- 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
Placeholder for all checkpoint related data. Any data needed to restore a request and more go/vertex-extension-query-operation
Instance Attribute Summary collapse
-
#content ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CheckPoint
constructor
A new instance of GoogleCloudAiplatformV1beta1CheckPoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CheckPoint
Returns a new instance of GoogleCloudAiplatformV1beta1CheckPoint.
3452 3453 3454 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3452 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
Required. encoded checkpoint
Corresponds to the JSON property content
3450 3451 3452 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3450 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3457 3458 3459 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3457 def update!(**args) @content = args[:content] if args.key?(:content) end |