Uses of Class
com.google.cloud.aiplatform.v1.NasJobSpec.Builder
Packages that use NasJobSpec.Builder
-
Uses of NasJobSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NasJobSpec.BuilderModifier and TypeMethodDescriptionNasJobSpec.Builder.clear()NasJobSpec.Builder.clearMultiTrialAlgorithmSpec()The spec of multi-trial algorithms.NasJobSpec.Builder.clearNasAlgorithmSpec()NasJobSpec.Builder.clearResumeNasJobId()The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.NasJobSpec.Builder.clearSearchSpaceSpec()It defines the search space for Neural Architecture Search (NAS).NasJob.Builder.getNasJobSpecBuilder()Required.NasJobSpec.Builder.mergeFrom(NasJobSpec other) NasJobSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NasJobSpec.Builder.mergeFrom(com.google.protobuf.Message other) NasJobSpec.Builder.mergeMultiTrialAlgorithmSpec(NasJobSpec.MultiTrialAlgorithmSpec value) The spec of multi-trial algorithms.static NasJobSpec.BuilderNasJobSpec.newBuilder()static NasJobSpec.BuilderNasJobSpec.newBuilder(NasJobSpec prototype) NasJobSpec.newBuilderForType()protected NasJobSpec.BuilderNasJobSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NasJobSpec.Builder.setMultiTrialAlgorithmSpec(NasJobSpec.MultiTrialAlgorithmSpec value) The spec of multi-trial algorithms.NasJobSpec.Builder.setMultiTrialAlgorithmSpec(NasJobSpec.MultiTrialAlgorithmSpec.Builder builderForValue) The spec of multi-trial algorithms.NasJobSpec.Builder.setResumeNasJobId(String value) The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.NasJobSpec.Builder.setResumeNasJobIdBytes(com.google.protobuf.ByteString value) The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.NasJobSpec.Builder.setSearchSpaceSpec(String value) It defines the search space for Neural Architecture Search (NAS).NasJobSpec.Builder.setSearchSpaceSpecBytes(com.google.protobuf.ByteString value) It defines the search space for Neural Architecture Search (NAS).NasJobSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type NasJobSpec.BuilderModifier and TypeMethodDescriptionNasJob.Builder.setNasJobSpec(NasJobSpec.Builder builderForValue) Required.