Class: Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageClassificationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageClassificationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_classification.rb
Defined Under Namespace
Modules: SuccessfulStopReason
Instance Attribute Summary collapse
-
#cost_milli_node_hours ⇒ ::Integer
The actual training cost of creating this model, expressed in milli node hours, i.e.
-
#successful_stop_reason ⇒ ::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageClassificationMetadata::SuccessfulStopReason
For successful job completions, this is the reason why the job has finished.
Instance Attribute Details
#cost_milli_node_hours ⇒ ::Integer
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_classification.rb', line 120 class AutoMlImageClassificationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module SuccessfulStopReason # Should not be set. SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0 # The inputs.budgetMilliNodeHours had been reached. BUDGET_REACHED = 1 # Further training of the Model ceased to increase its quality, since it # already has converged. MODEL_CONVERGED = 2 end end |
#successful_stop_reason ⇒ ::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageClassificationMetadata::SuccessfulStopReason
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_classification.rb', line 120 class AutoMlImageClassificationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module SuccessfulStopReason # Should not be set. SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0 # The inputs.budgetMilliNodeHours had been reached. BUDGET_REACHED = 1 # Further training of the Model ceased to increase its quality, since it # already has converged. MODEL_CONVERGED = 2 end end |