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.
33236 33237 33238 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33236 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
33229 33230 33231 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33229 def inputs @inputs end |
#metadata ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata
The metadata information.
Corresponds to the JSON property metadata
33234 33235 33236 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33234 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33241 33242 33243 33244 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33241 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) @metadata = args[:metadata] if args.key?(:metadata) end |