Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs.Builder
Packages that use AutoMlImageSegmentationInputs.Builder
-
Uses of AutoMlImageSegmentationInputs.Builder in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlImageSegmentationInputs.BuilderModifier and TypeMethodDescriptionAutoMlImageSegmentationInputs.Builder.clear()AutoMlImageSegmentationInputs.Builder.clearBaseModelId()The ID of the `base` model.AutoMlImageSegmentationInputs.Builder.clearBudgetMilliNodeHours()The training budget of creating this model, expressed in milli node hours i.e. 1,000 value in this field means 1 node hour.AutoMlImageSegmentationInputs.Builder.clearModelType().google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs.ModelType model_type = 1;AutoMlImageSegmentation.Builder.getInputsBuilder()The input parameters of this TrainingJob.AutoMlImageSegmentationInputs.Builder.mergeFrom(AutoMlImageSegmentationInputs other) AutoMlImageSegmentationInputs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlImageSegmentationInputs.Builder.mergeFrom(com.google.protobuf.Message other) AutoMlImageSegmentationInputs.newBuilder()AutoMlImageSegmentationInputs.newBuilder(AutoMlImageSegmentationInputs prototype) AutoMlImageSegmentationInputs.newBuilderForType()protected AutoMlImageSegmentationInputs.BuilderAutoMlImageSegmentationInputs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlImageSegmentationInputs.Builder.setBaseModelId(String value) The ID of the `base` model.AutoMlImageSegmentationInputs.Builder.setBaseModelIdBytes(com.google.protobuf.ByteString value) The ID of the `base` model.AutoMlImageSegmentationInputs.Builder.setBudgetMilliNodeHours(long value) The training budget of creating this model, expressed in milli node hours i.e. 1,000 value in this field means 1 node hour.AutoMlImageSegmentationInputs.Builder.setModelType(AutoMlImageSegmentationInputs.ModelType value) .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs.ModelType model_type = 1;AutoMlImageSegmentationInputs.Builder.setModelTypeValue(int value) .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs.ModelType model_type = 1;AutoMlImageSegmentationInputs.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlImageSegmentationInputs.BuilderModifier and TypeMethodDescriptionAutoMlImageSegmentation.Builder.setInputs(AutoMlImageSegmentationInputs.Builder builderForValue) The input parameters of this TrainingJob.