Uses of Class
com.google.cloud.aiplatform.v1.NotebookExecutionJob.DirectNotebookSource.Builder
Packages that use NotebookExecutionJob.DirectNotebookSource.Builder
-
Uses of NotebookExecutionJob.DirectNotebookSource.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NotebookExecutionJob.DirectNotebookSource.BuilderModifier and TypeMethodDescriptionNotebookExecutionJob.DirectNotebookSource.Builder.clear()NotebookExecutionJob.DirectNotebookSource.Builder.clearContent()The base64-encoded contents of the input notebook file.NotebookExecutionJob.Builder.getDirectNotebookSourceBuilder()The contents of an input notebook file.NotebookExecutionJob.DirectNotebookSource.Builder.mergeFrom(NotebookExecutionJob.DirectNotebookSource other) NotebookExecutionJob.DirectNotebookSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NotebookExecutionJob.DirectNotebookSource.Builder.mergeFrom(com.google.protobuf.Message other) NotebookExecutionJob.DirectNotebookSource.newBuilder()NotebookExecutionJob.DirectNotebookSource.newBuilder(NotebookExecutionJob.DirectNotebookSource prototype) NotebookExecutionJob.DirectNotebookSource.newBuilderForType()NotebookExecutionJob.DirectNotebookSource.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NotebookExecutionJob.DirectNotebookSource.Builder.setContent(com.google.protobuf.ByteString value) The base64-encoded contents of the input notebook file.NotebookExecutionJob.DirectNotebookSource.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type NotebookExecutionJob.DirectNotebookSource.BuilderModifier and TypeMethodDescriptionNotebookExecutionJob.Builder.setDirectNotebookSource(NotebookExecutionJob.DirectNotebookSource.Builder builderForValue) The contents of an input notebook file.