Uses of Class
com.google.cloud.aiplatform.v1.Study.Builder
Packages that use Study.Builder
-
Uses of Study.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Study.BuilderModifier and TypeMethodDescriptionListStudiesResponse.Builder.addStudiesBuilder()The studies associated with the project.ListStudiesResponse.Builder.addStudiesBuilder(int index) The studies associated with the project.Study.Builder.clear()Study.Builder.clearCreateTime()Output only.Study.Builder.clearDisplayName()Required.Study.Builder.clearInactiveReason()Output only.Study.Builder.clearName()Output only.Study.Builder.clearState()Output only.Study.Builder.clearStudySpec()Required.ListStudiesResponse.Builder.getStudiesBuilder(int index) The studies associated with the project.CreateStudyRequest.Builder.getStudyBuilder()Required.Study.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Study.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Study.Builder.mergeFrom(com.google.protobuf.Message other) Study.Builder.mergeStudySpec(StudySpec value) Required.static Study.BuilderStudy.newBuilder()static Study.BuilderStudy.newBuilder(Study prototype) Study.newBuilderForType()protected Study.BuilderStudy.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Study.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Study.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Study.Builder.setDisplayName(String value) Required.Study.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.Study.Builder.setInactiveReason(String value) Output only.Study.Builder.setInactiveReasonBytes(com.google.protobuf.ByteString value) Output only.Output only.Study.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Study.Builder.setState(Study.State value) Output only.Study.Builder.setStateValue(int value) Output only.Study.Builder.setStudySpec(StudySpec value) Required.Study.Builder.setStudySpec(StudySpec.Builder builderForValue) Required.Study.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Study.BuilderModifier and TypeMethodDescriptionListStudiesResponse.Builder.getStudiesBuilderList()The studies associated with the project.Methods in com.google.cloud.aiplatform.v1 with parameters of type Study.BuilderModifier and TypeMethodDescriptionListStudiesResponse.Builder.addStudies(int index, Study.Builder builderForValue) The studies associated with the project.ListStudiesResponse.Builder.addStudies(Study.Builder builderForValue) The studies associated with the project.ListStudiesResponse.Builder.setStudies(int index, Study.Builder builderForValue) The studies associated with the project.CreateStudyRequest.Builder.setStudy(Study.Builder builderForValue) Required.