Interface AutoMlImageObjectDetectionMetadataOrBuilder (3.42.0)

public interface AutoMlImageObjectDetectionMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCostMilliNodeHours()

public abstract long getCostMilliNodeHours()

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.

int64 cost_milli_node_hours = 1;

Returns
TypeDescription
long

The costMilliNodeHours.

getSuccessfulStopReason()

public abstract AutoMlImageObjectDetectionMetadata.SuccessfulStopReason getSuccessfulStopReason()

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

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata.SuccessfulStopReason successful_stop_reason = 2;

Returns
TypeDescription
AutoMlImageObjectDetectionMetadata.SuccessfulStopReason

The successfulStopReason.

getSuccessfulStopReasonValue()

public abstract int getSuccessfulStopReasonValue()

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

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata.SuccessfulStopReason successful_stop_reason = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for successfulStopReason.