Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason
-
Packages that use AutoMlImageClassificationMetadata.SuccessfulStopReason Package Description com.google.cloud.aiplatform.v1.schema.trainingjob.definition -
-
Uses of AutoMlImageClassificationMetadata.SuccessfulStopReason in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlImageClassificationMetadata.SuccessfulStopReason Modifier and Type Method Description static AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadata.SuccessfulStopReason. forNumber(int value)
AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadata.Builder. getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadata. getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadataOrBuilder. getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.static AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadata.SuccessfulStopReason. valueOf(int value)
Deprecated.static AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadata.SuccessfulStopReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AutoMlImageClassificationMetadata.SuccessfulStopReason
AutoMlImageClassificationMetadata.SuccessfulStopReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoMlImageClassificationMetadata.SuccessfulStopReason[]
AutoMlImageClassificationMetadata.SuccessfulStopReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return types with arguments of type AutoMlImageClassificationMetadata.SuccessfulStopReason Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AutoMlImageClassificationMetadata.SuccessfulStopReason>
AutoMlImageClassificationMetadata.SuccessfulStopReason. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlImageClassificationMetadata.SuccessfulStopReason Modifier and Type Method Description AutoMlImageClassificationMetadata.Builder
AutoMlImageClassificationMetadata.Builder. setSuccessfulStopReason(AutoMlImageClassificationMetadata.SuccessfulStopReason value)
For successful job completions, this is the reason why the job has finished.
-