public interface AutoMlImageSegmentationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
AutoMlImageSegmentationMetadata.SuccessfulStopReason |
getSuccessfulStopReason()
For successful job completions, this is the reason why the job has
finished.
|
int |
getSuccessfulStopReasonValue()
For successful job completions, this is the reason why the job has
finished.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;int getSuccessfulStopReasonValue()
For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata.SuccessfulStopReason successful_stop_reason = 2;
AutoMlImageSegmentationMetadata.SuccessfulStopReason getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata.SuccessfulStopReason successful_stop_reason = 2;
Copyright © 2024 Google LLC. All rights reserved.