Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::TrainingConfig (v0.6.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::TrainingConfig.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#timeout_training_milli_hours

def timeout_training_milli_hours() -> ::Integer
Returns
  • (::Integer) — The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.

#timeout_training_milli_hours=

def timeout_training_milli_hours=(value) -> ::Integer
Parameter
  • value (::Integer) — The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
Returns
  • (::Integer) — The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.