Class: Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlImageClassificationMetadata

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



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

Returns For successful job completions, this is the reason why the job has finished.

Returns:



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