Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata.Builder
Packages that use AutoMlImageSegmentationMetadata.Builder
-
Uses of AutoMlImageSegmentationMetadata.Builder in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlImageSegmentationMetadata.BuilderModifier and TypeMethodDescriptionAutoMlImageSegmentationMetadata.Builder.clear()AutoMlImageSegmentationMetadata.Builder.clearCostMilliNodeHours()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.Builder.clearSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageSegmentation.Builder.getMetadataBuilder()The metadata information.AutoMlImageSegmentationMetadata.Builder.mergeFrom(AutoMlImageSegmentationMetadata other) AutoMlImageSegmentationMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlImageSegmentationMetadata.Builder.mergeFrom(com.google.protobuf.Message other) AutoMlImageSegmentationMetadata.newBuilder()AutoMlImageSegmentationMetadata.newBuilder(AutoMlImageSegmentationMetadata prototype) AutoMlImageSegmentationMetadata.newBuilderForType()protected AutoMlImageSegmentationMetadata.BuilderAutoMlImageSegmentationMetadata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlImageSegmentationMetadata.Builder.setCostMilliNodeHours(long value) 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.Builder.setSuccessfulStopReason(AutoMlImageSegmentationMetadata.SuccessfulStopReason value) For successful job completions, this is the reason why the job has finished.AutoMlImageSegmentationMetadata.Builder.setSuccessfulStopReasonValue(int value) For successful job completions, this is the reason why the job has finished.AutoMlImageSegmentationMetadata.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlImageSegmentationMetadata.BuilderModifier and TypeMethodDescriptionAutoMlImageSegmentation.Builder.setMetadata(AutoMlImageSegmentationMetadata.Builder builderForValue) The metadata information.