Uses of Class
com.google.cloud.aiplatform.v1.NasJob.Builder
Packages that use NasJob.Builder
-
Uses of NasJob.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NasJob.BuilderModifier and TypeMethodDescriptionListNasJobsResponse.Builder.addNasJobsBuilder()List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobsBuilder(int index) List of NasJobs in the requested page.NasJob.Builder.clear()NasJob.Builder.clearCreateTime()Output only.NasJob.Builder.clearDisplayName()Required.NasJob.Builder.clearEnableRestrictedImageTraining()Deprecated.google.cloud.aiplatform.v1.NasJob.enable_restricted_image_training is deprecated.NasJob.Builder.clearEncryptionSpec()Customer-managed encryption key options for a NasJob.NasJob.Builder.clearEndTime()Output only.NasJob.Builder.clearError()Output only.NasJob.Builder.clearLabels()NasJob.Builder.clearName()Output only.NasJob.Builder.clearNasJobOutput()Output only.NasJob.Builder.clearNasJobSpec()Required.NasJob.Builder.clearSatisfiesPzi()Output only.NasJob.Builder.clearSatisfiesPzs()Output only.NasJob.Builder.clearStartTime()Output only.NasJob.Builder.clearState()Output only.NasJob.Builder.clearUpdateTime()Output only.CreateNasJobRequest.Builder.getNasJobBuilder()Required.ListNasJobsResponse.Builder.getNasJobsBuilder(int index) List of NasJobs in the requested page.NasJob.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.mergeEncryptionSpec(EncryptionSpec value) Customer-managed encryption key options for a NasJob.NasJob.Builder.mergeEndTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.mergeError(Status value) Output only.NasJob.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NasJob.Builder.mergeFrom(com.google.protobuf.Message other) NasJob.Builder.mergeNasJobOutput(NasJobOutput value) Output only.NasJob.Builder.mergeNasJobSpec(NasJobSpec value) Required.NasJob.Builder.mergeStartTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static NasJob.BuilderNasJob.newBuilder()static NasJob.BuilderNasJob.newBuilder(NasJob prototype) NasJob.newBuilderForType()protected NasJob.BuilderNasJob.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NasJob.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize NasJobs.The labels with user-defined metadata to organize NasJobs.NasJob.Builder.removeLabels(String key) The labels with user-defined metadata to organize NasJobs.NasJob.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.NasJob.Builder.setDisplayName(String value) Required.NasJob.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.NasJob.Builder.setEnableRestrictedImageTraining(boolean value) Deprecated.google.cloud.aiplatform.v1.NasJob.enable_restricted_image_training is deprecated.NasJob.Builder.setEncryptionSpec(EncryptionSpec value) Customer-managed encryption key options for a NasJob.NasJob.Builder.setEncryptionSpec(EncryptionSpec.Builder builderForValue) Customer-managed encryption key options for a NasJob.NasJob.Builder.setEndTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Output only.NasJob.Builder.setError(Status.Builder builderForValue) Output only.Output only.NasJob.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.NasJob.Builder.setNasJobOutput(NasJobOutput value) Output only.NasJob.Builder.setNasJobOutput(NasJobOutput.Builder builderForValue) Output only.NasJob.Builder.setNasJobSpec(NasJobSpec value) Required.NasJob.Builder.setNasJobSpec(NasJobSpec.Builder builderForValue) Required.NasJob.Builder.setSatisfiesPzi(boolean value) Output only.NasJob.Builder.setSatisfiesPzs(boolean value) Output only.NasJob.Builder.setStartTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Output only.NasJob.Builder.setStateValue(int value) Output only.NasJob.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.NasJob.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.NasJob.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NasJob.BuilderModifier and TypeMethodDescriptionListNasJobsResponse.Builder.getNasJobsBuilderList()List of NasJobs in the requested page.Methods in com.google.cloud.aiplatform.v1 with parameters of type NasJob.BuilderModifier and TypeMethodDescriptionListNasJobsResponse.Builder.addNasJobs(int index, NasJob.Builder builderForValue) List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobs(NasJob.Builder builderForValue) List of NasJobs in the requested page.CreateNasJobRequest.Builder.setNasJob(NasJob.Builder builderForValue) Required.ListNasJobsResponse.Builder.setNasJobs(int index, NasJob.Builder builderForValue) List of NasJobs in the requested page.