Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CheckPoint

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

Placeholder for all checkpoint related data. Any data needed to restore a request and more go/vertex-extension-query-operation

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#contentString

Required. encoded checkpoint Corresponds to the JSON property content

Returns:

  • (String)


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