Uses of Class
com.google.cloud.aiplatform.v1.StudyTimeConstraint
Packages that use StudyTimeConstraint
-
Uses of StudyTimeConstraint in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StudyTimeConstraintModifier and TypeMethodDescriptionStudyTimeConstraint.Builder.build()StudyTimeConstraint.Builder.buildPartial()static StudyTimeConstraintStudyTimeConstraint.getDefaultInstance()StudyTimeConstraint.Builder.getDefaultInstanceForType()StudyTimeConstraint.getDefaultInstanceForType()StudySpec.StudyStoppingConfig.Builder.getMaximumRuntimeConstraint()If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.getMaximumRuntimeConstraint()If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfigOrBuilder.getMaximumRuntimeConstraint()If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.getMinimumRuntimeConstraint()Each "stopping rule" in this proto specifies an "if" condition.StudySpec.StudyStoppingConfig.getMinimumRuntimeConstraint()Each "stopping rule" in this proto specifies an "if" condition.StudySpec.StudyStoppingConfigOrBuilder.getMinimumRuntimeConstraint()Each "stopping rule" in this proto specifies an "if" condition.static StudyTimeConstraintStudyTimeConstraint.parseDelimitedFrom(InputStream input) static StudyTimeConstraintStudyTimeConstraint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StudyTimeConstraintStudyTimeConstraint.parseFrom(byte[] data) static StudyTimeConstraintStudyTimeConstraint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StudyTimeConstraintStudyTimeConstraint.parseFrom(com.google.protobuf.ByteString data) static StudyTimeConstraintStudyTimeConstraint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StudyTimeConstraintStudyTimeConstraint.parseFrom(com.google.protobuf.CodedInputStream input) static StudyTimeConstraintStudyTimeConstraint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StudyTimeConstraintStudyTimeConstraint.parseFrom(InputStream input) static StudyTimeConstraintStudyTimeConstraint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StudyTimeConstraintStudyTimeConstraint.parseFrom(ByteBuffer data) static StudyTimeConstraintStudyTimeConstraint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type StudyTimeConstraintModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StudyTimeConstraint>StudyTimeConstraint.getParserForType()static com.google.protobuf.Parser<StudyTimeConstraint>StudyTimeConstraint.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type StudyTimeConstraintModifier and TypeMethodDescriptionStudyTimeConstraint.Builder.mergeFrom(StudyTimeConstraint other) StudySpec.StudyStoppingConfig.Builder.mergeMaximumRuntimeConstraint(StudyTimeConstraint value) If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.mergeMinimumRuntimeConstraint(StudyTimeConstraint value) Each "stopping rule" in this proto specifies an "if" condition.static StudyTimeConstraint.BuilderStudyTimeConstraint.newBuilder(StudyTimeConstraint prototype) StudySpec.StudyStoppingConfig.Builder.setMaximumRuntimeConstraint(StudyTimeConstraint value) If the specified time or duration has passed, stop the study.StudySpec.StudyStoppingConfig.Builder.setMinimumRuntimeConstraint(StudyTimeConstraint value) Each "stopping rule" in this proto specifies an "if" condition.