Uses of Class
com.google.cloud.aiplatform.v1.Model.ExportFormat
Packages that use Model.ExportFormat
-
Uses of Model.ExportFormat in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Model.ExportFormatModifier and TypeMethodDescriptionModel.ExportFormat.Builder.build()Model.ExportFormat.Builder.buildPartial()static Model.ExportFormatModel.ExportFormat.getDefaultInstance()Model.ExportFormat.Builder.getDefaultInstanceForType()Model.ExportFormat.getDefaultInstanceForType()Model.Builder.getSupportedExportFormats(int index) Output only.Model.getSupportedExportFormats(int index) Output only.ModelOrBuilder.getSupportedExportFormats(int index) Output only.static Model.ExportFormatModel.ExportFormat.parseDelimitedFrom(InputStream input) static Model.ExportFormatModel.ExportFormat.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.ExportFormatModel.ExportFormat.parseFrom(byte[] data) static Model.ExportFormatModel.ExportFormat.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.ExportFormatModel.ExportFormat.parseFrom(com.google.protobuf.ByteString data) static Model.ExportFormatModel.ExportFormat.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.ExportFormatModel.ExportFormat.parseFrom(com.google.protobuf.CodedInputStream input) static Model.ExportFormatModel.ExportFormat.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.ExportFormatModel.ExportFormat.parseFrom(InputStream input) static Model.ExportFormatModel.ExportFormat.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.ExportFormatModel.ExportFormat.parseFrom(ByteBuffer data) static Model.ExportFormatModel.ExportFormat.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Model.ExportFormatModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Model.ExportFormat>Model.ExportFormat.getParserForType()Model.Builder.getSupportedExportFormatsList()Output only.Model.getSupportedExportFormatsList()Output only.ModelOrBuilder.getSupportedExportFormatsList()Output only.static com.google.protobuf.Parser<Model.ExportFormat>Model.ExportFormat.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type Model.ExportFormatModifier and TypeMethodDescriptionModel.Builder.addSupportedExportFormats(int index, Model.ExportFormat value) Output only.Model.Builder.addSupportedExportFormats(Model.ExportFormat value) Output only.Model.ExportFormat.Builder.mergeFrom(Model.ExportFormat other) static Model.ExportFormat.BuilderModel.ExportFormat.newBuilder(Model.ExportFormat prototype) Model.Builder.setSupportedExportFormats(int index, Model.ExportFormat value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type Model.ExportFormatModifier and TypeMethodDescriptionModel.Builder.addAllSupportedExportFormats(Iterable<? extends Model.ExportFormat> values) Output only.