Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#cost_milli_node_hours ⇒ Fixnum
The actual training cost of creating this model, expressed in milli node hours, i.e.
-
#successful_stop_reason ⇒ String
For successful job completions, this is the reason why the job has finished.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata.
22655 22656 22657 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22655 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cost_milli_node_hours ⇒ Fixnum
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.
Corresponds to the JSON property costMilliNodeHours
22648 22649 22650 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22648 def cost_milli_node_hours @cost_milli_node_hours end |
#successful_stop_reason ⇒ String
For successful job completions, this is the reason why the job has finished.
Corresponds to the JSON property successfulStopReason
22653 22654 22655 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22653 def successful_stop_reason @successful_stop_reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22660 22661 22662 22663 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22660 def update!(**args) @cost_milli_node_hours = args[:cost_milli_node_hours] if args.key?(:cost_milli_node_hours) @successful_stop_reason = args[:successful_stop_reason] if args.key?(:successful_stop_reason) end |