Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
A TrainingJob that trains a custom code Model.
Instance Attribute Summary collapse
-
#inputs ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CustomJobSpec
Represents the spec of a CustomJob.
-
#metadata ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata
The metadata information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask
constructor
A new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask
Returns a new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask.
20588 20589 20590 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20588 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inputs ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CustomJobSpec
Represents the spec of a CustomJob.
Corresponds to the JSON property inputs
20581 20582 20583 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20581 def inputs @inputs end |
#metadata ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata
The metadata information.
Corresponds to the JSON property metadata
20586 20587 20588 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20586 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20593 20594 20595 20596 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20593 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) @metadata = args[:metadata] if args.key?(:metadata) end |