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.
19451 19452 19453 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19451 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
19444 19445 19446 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19444 def inputs @inputs end |
#metadata ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata
The metadata information.
Corresponds to the JSON property metadata
19449 19450 19451 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19449 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19456 19457 19458 19459 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19456 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) @metadata = args[:metadata] if args.key?(:metadata) end |