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.



26006
26007
26008
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 26006

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)


25999
26000
26001
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25999

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)


26004
26005
26006
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 26004

def successful_stop_reason
  @successful_stop_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26011
26012
26013
26014
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 26011

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