Uses of Class
com.google.cloud.aiplatform.v1.Model
Packages that use Model
-
Uses of Model in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelModifier and TypeMethodDescriptionModel.Builder.build()Model.Builder.buildPartial()static ModelModel.getDefaultInstance()Model.Builder.getDefaultInstanceForType()Model.getDefaultInstanceForType()UpdateModelRequest.Builder.getModel()Required.UpdateModelRequest.getModel()Required.UpdateModelRequestOrBuilder.getModel()Required.UploadModelRequest.Builder.getModel()Required.UploadModelRequest.getModel()Required.UploadModelRequestOrBuilder.getModel()Required.ListModelsResponse.Builder.getModels(int index) List of Models in the requested page.ListModelsResponse.getModels(int index) List of Models in the requested page.ListModelsResponseOrBuilder.getModels(int index) List of Models in the requested page.ListModelVersionsResponse.Builder.getModels(int index) List of Model versions in the requested page.ListModelVersionsResponse.getModels(int index) List of Model versions in the requested page.ListModelVersionsResponseOrBuilder.getModels(int index) List of Model versions in the requested page.TrainingPipeline.Builder.getModelToUpload()Describes the Model that may be uploaded (via [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel]) by this TrainingPipeline.TrainingPipeline.getModelToUpload()Describes the Model that may be uploaded (via [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel]) by this TrainingPipeline.TrainingPipelineOrBuilder.getModelToUpload()Describes the Model that may be uploaded (via [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel]) by this TrainingPipeline.static ModelModel.parseDelimitedFrom(InputStream input) static ModelModel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelModel.parseFrom(byte[] data) static ModelModel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelModel.parseFrom(com.google.protobuf.ByteString data) static ModelModel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelModel.parseFrom(com.google.protobuf.CodedInputStream input) static ModelModel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelModel.parseFrom(InputStream input) static ModelModel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelModel.parseFrom(ByteBuffer data) static ModelModel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelModifier and TypeMethodDescriptionListModelsResponse.Builder.getModelsList()List of Models in the requested page.ListModelsResponse.getModelsList()List of Models in the requested page.ListModelsResponseOrBuilder.getModelsList()List of Models in the requested page.ListModelVersionsResponse.Builder.getModelsList()List of Model versions in the requested page.ListModelVersionsResponse.getModelsList()List of Model versions in the requested page.ListModelVersionsResponseOrBuilder.getModelsList()List of Model versions in the requested page.com.google.protobuf.Parser<Model>Model.getParserForType()static com.google.protobuf.Parser<Model>Model.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelModifier and TypeMethodDescriptionList of Models in the requested page.List of Models in the requested page.List of Model versions in the requested page.List of Model versions in the requested page.UpdateModelRequest.Builder.mergeModel(Model value) Required.UploadModelRequest.Builder.mergeModel(Model value) Required.TrainingPipeline.Builder.mergeModelToUpload(Model value) Describes the Model that may be uploaded (via [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel]) by this TrainingPipeline.static Model.BuilderModel.newBuilder(Model prototype) Required.Required.List of Models in the requested page.List of Model versions in the requested page.TrainingPipeline.Builder.setModelToUpload(Model value) Describes the Model that may be uploaded (via [ModelService.UploadModel][google.cloud.aiplatform.v1.ModelService.UploadModel]) by this TrainingPipeline.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ModelModifier and TypeMethodDescriptionListModelsResponse.Builder.addAllModels(Iterable<? extends Model> values) List of Models in the requested page.ListModelVersionsResponse.Builder.addAllModels(Iterable<? extends Model> values) List of Model versions in the requested page.