Class: Google::Cloud::AIPlatform::V1::TrainingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TrainingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb
Overview
CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
Instance Attribute Summary collapse
-
#timeout_training_milli_hours ⇒ ::Integer
The timeout hours for the CMLE training job, expressed in milli hours i.e.
Instance Attribute Details
#timeout_training_milli_hours ⇒ ::Integer
Returns The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
200 201 202 203 |
# File 'proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb', line 200 class TrainingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |