public interface AutoMlImageClassificationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
long |
The costMilliNodeHours. |
getSuccessfulStopReason()
public abstract AutoMlImageClassificationMetadata.SuccessfulStopReason getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.SuccessfulStopReason |
The successfulStopReason. |
getSuccessfulStopReasonValue()
public abstract int getSuccessfulStopReasonValue()For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for successfulStopReason. |