Uses of Class
com.google.cloud.aiplatform.v1.CustomJob.Builder
Packages that use CustomJob.Builder
-
Uses of CustomJob.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CustomJob.BuilderModifier and TypeMethodDescriptionListCustomJobsResponse.Builder.addCustomJobsBuilder()List of CustomJobs in the requested page.ListCustomJobsResponse.Builder.addCustomJobsBuilder(int index) List of CustomJobs in the requested page.CustomJob.Builder.clear()CustomJob.Builder.clearCreateTime()Output only.CustomJob.Builder.clearDisplayName()Required.CustomJob.Builder.clearEncryptionSpec()Customer-managed encryption key options for a CustomJob.CustomJob.Builder.clearEndTime()Output only.CustomJob.Builder.clearError()Output only.CustomJob.Builder.clearJobSpec()Required.CustomJob.Builder.clearLabels()CustomJob.Builder.clearName()Output only.CustomJob.Builder.clearSatisfiesPzi()Output only.CustomJob.Builder.clearSatisfiesPzs()Output only.CustomJob.Builder.clearStartTime()Output only.CustomJob.Builder.clearState()Output only.CustomJob.Builder.clearUpdateTime()Output only.CustomJob.Builder.clearWebAccessUris()CreateCustomJobRequest.Builder.getCustomJobBuilder()Required.ListCustomJobsResponse.Builder.getCustomJobsBuilder(int index) List of CustomJobs in the requested page.CustomJob.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.mergeEncryptionSpec(EncryptionSpec value) Customer-managed encryption key options for a CustomJob.CustomJob.Builder.mergeEndTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.mergeError(Status value) Output only.CustomJob.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomJob.Builder.mergeFrom(com.google.protobuf.Message other) CustomJob.Builder.mergeJobSpec(CustomJobSpec value) Required.CustomJob.Builder.mergeStartTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static CustomJob.BuilderCustomJob.newBuilder()static CustomJob.BuilderCustomJob.newBuilder(CustomJob prototype) CustomJob.newBuilderForType()protected CustomJob.BuilderCustomJob.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CustomJob.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize CustomJobs.CustomJob.Builder.putAllWebAccessUris(Map<String, String> values) Output only.The labels with user-defined metadata to organize CustomJobs.CustomJob.Builder.putWebAccessUris(String key, String value) Output only.CustomJob.Builder.removeLabels(String key) The labels with user-defined metadata to organize CustomJobs.CustomJob.Builder.removeWebAccessUris(String key) Output only.CustomJob.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.CustomJob.Builder.setDisplayName(String value) Required.CustomJob.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.CustomJob.Builder.setEncryptionSpec(EncryptionSpec value) Customer-managed encryption key options for a CustomJob.CustomJob.Builder.setEncryptionSpec(EncryptionSpec.Builder builderForValue) Customer-managed encryption key options for a CustomJob.CustomJob.Builder.setEndTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Output only.CustomJob.Builder.setError(Status.Builder builderForValue) Output only.CustomJob.Builder.setJobSpec(CustomJobSpec value) Required.CustomJob.Builder.setJobSpec(CustomJobSpec.Builder builderForValue) Required.Output only.CustomJob.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.CustomJob.Builder.setSatisfiesPzi(boolean value) Output only.CustomJob.Builder.setSatisfiesPzs(boolean value) Output only.CustomJob.Builder.setStartTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Output only.CustomJob.Builder.setStateValue(int value) Output only.CustomJob.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.CustomJob.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.CustomJob.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CustomJob.BuilderModifier and TypeMethodDescriptionListCustomJobsResponse.Builder.getCustomJobsBuilderList()List of CustomJobs in the requested page.Methods in com.google.cloud.aiplatform.v1 with parameters of type CustomJob.BuilderModifier and TypeMethodDescriptionListCustomJobsResponse.Builder.addCustomJobs(int index, CustomJob.Builder builderForValue) List of CustomJobs in the requested page.ListCustomJobsResponse.Builder.addCustomJobs(CustomJob.Builder builderForValue) List of CustomJobs in the requested page.CreateCustomJobRequest.Builder.setCustomJob(CustomJob.Builder builderForValue) Required.ListCustomJobsResponse.Builder.setCustomJobs(int index, CustomJob.Builder builderForValue) List of CustomJobs in the requested page.