Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata

Returns a new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata.



27124
27125
27126
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27124

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cost_milli_node_hoursFixnum

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

Returns:

  • (Fixnum)


27117
27118
27119
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27117

def cost_milli_node_hours
  @cost_milli_node_hours
end

#successful_stop_reasonString

For successful job completions, this is the reason why the job has finished. Corresponds to the JSON property successfulStopReason

Returns:

  • (String)


27122
27123
27124
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27122

def successful_stop_reason
  @successful_stop_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27129
27130
27131
27132
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27129

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