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.
20554 20555 20556 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20554 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
20547 20548 20549 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20547 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
20552 20553 20554 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20552 def successful_stop_reason @successful_stop_reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20559 20560 20561 20562 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20559 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 |