Class: Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTables
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTables
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb
Overview
A TrainingJob that trains and uploads an AutoML Tables Model.
Instance Attribute Summary collapse
-
#inputs ⇒ ::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs
The input parameters of this TrainingJob.
-
#metadata ⇒ ::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesMetadata
The metadata information.
Instance Attribute Details
#inputs ⇒ ::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs
Returns The input parameters of this TrainingJob.
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb', line 34 class AutoMlTables include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesMetadata
Returns The metadata information.
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb', line 34 class AutoMlTables include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |