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.
32338 32339 32340 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32338 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
32331 32332 32333 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32331 def inputs @inputs end |
#metadata ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata
The metadata information.
Corresponds to the JSON property metadata
32336 32337 32338 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32336 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32343 32344 32345 32346 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32343 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) @metadata = args[:metadata] if args.key?(:metadata) end |