Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassification
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassification
- 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 and uploads an AutoML Video Classification Model.
Instance Attribute Summary collapse
-
#inputs ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs
The input parameters of this TrainingJob.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassification
constructor
A new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassification.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassification
Returns a new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassification.
27877 27878 27879 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27877 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inputs ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlVideoClassificationInputs
The input parameters of this TrainingJob.
Corresponds to the JSON property inputs
27875 27876 27877 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27875 def inputs @inputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27882 27883 27884 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27882 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) end |