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.
21933 21934 21935 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21933 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
21926 21927 21928 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21926 def inputs @inputs end |
#metadata ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata
The metadata information.
Corresponds to the JSON property metadata
21931 21932 21933 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21931 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21938 21939 21940 21941 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21938 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) @metadata = args[:metadata] if args.key?(:metadata) end |