Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs.Builder
Packages that use AutoMlImageObjectDetectionInputs.Builder
-
Uses of AutoMlImageObjectDetectionInputs.Builder in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlImageObjectDetectionInputs.BuilderModifier and TypeMethodDescriptionAutoMlImageObjectDetectionInputs.Builder.clear()AutoMlImageObjectDetectionInputs.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.AutoMlImageObjectDetectionInputs.Builder.clearDisableEarlyStopping()Use the entire training budget.AutoMlImageObjectDetectionInputs.Builder.clearModelType().google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs.ModelType model_type = 1;AutoMlImageObjectDetection.Builder.getInputsBuilder()The input parameters of this TrainingJob.AutoMlImageObjectDetectionInputs.Builder.mergeFrom(AutoMlImageObjectDetectionInputs other) AutoMlImageObjectDetectionInputs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlImageObjectDetectionInputs.Builder.mergeFrom(com.google.protobuf.Message other) AutoMlImageObjectDetectionInputs.newBuilder()AutoMlImageObjectDetectionInputs.newBuilder(AutoMlImageObjectDetectionInputs prototype) AutoMlImageObjectDetectionInputs.newBuilderForType()protected AutoMlImageObjectDetectionInputs.BuilderAutoMlImageObjectDetectionInputs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlImageObjectDetectionInputs.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.AutoMlImageObjectDetectionInputs.Builder.setDisableEarlyStopping(boolean value) Use the entire training budget.AutoMlImageObjectDetectionInputs.Builder.setModelType(AutoMlImageObjectDetectionInputs.ModelType value) .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs.ModelType model_type = 1;AutoMlImageObjectDetectionInputs.Builder.setModelTypeValue(int value) .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs.ModelType model_type = 1;AutoMlImageObjectDetectionInputs.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlImageObjectDetectionInputs.BuilderModifier and TypeMethodDescriptionAutoMlImageObjectDetection.Builder.setInputs(AutoMlImageObjectDetectionInputs.Builder builderForValue) The input parameters of this TrainingJob.