Class: Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageObjectDetectionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageObjectDetectionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_object_detection.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::AutoMlImageObjectDetectionMetadata::SuccessfulStopReason
For successful job completions, this is the reason why the job has finished.
Instance Attribute Details
#cost_milli_node_hours ⇒ ::Integer
Returns The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_object_detection.rb', line 112 class AutoMlImageObjectDetectionMetadata 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::AutoMlImageObjectDetectionMetadata::SuccessfulStopReason
Returns For successful job completions, this is the reason why the job has finished.
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_object_detection.rb', line 112 class AutoMlImageObjectDetectionMetadata 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 |