Class: Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageSegmentationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageSegmentationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_segmentation.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::AutoMlImageSegmentationMetadata::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.
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_segmentation.rb', line 98 class AutoMlImageSegmentationMetadata 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::AutoMlImageSegmentationMetadata::SuccessfulStopReason
Returns For successful job completions, this is the reason why the job has finished.
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_segmentation.rb', line 98 class AutoMlImageSegmentationMetadata 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 |