Uses of Enum
com.google.cloud.aiplatform.v1.Model.DeploymentResourcesType
Packages that use Model.DeploymentResourcesType
-
Uses of Model.DeploymentResourcesType in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Model.DeploymentResourcesTypeModifier and TypeMethodDescriptionModel.DeploymentResourcesType.forNumber(int value) Model.Builder.getSupportedDeploymentResourcesTypes(int index) Output only.Model.getSupportedDeploymentResourcesTypes(int index) Output only.ModelOrBuilder.getSupportedDeploymentResourcesTypes(int index) Output only.Model.DeploymentResourcesType.valueOf(int value) Deprecated.Model.DeploymentResourcesType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Model.DeploymentResourcesType[]Model.DeploymentResourcesType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Model.DeploymentResourcesTypeModifier and TypeMethodDescriptionModel.Builder.getSupportedDeploymentResourcesTypesList()Output only.Output only.ModelOrBuilder.getSupportedDeploymentResourcesTypesList()Output only.static com.google.protobuf.Internal.EnumLiteMap<Model.DeploymentResourcesType>Model.DeploymentResourcesType.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Model.DeploymentResourcesTypeModifier and TypeMethodDescriptionModel.Builder.addSupportedDeploymentResourcesTypes(Model.DeploymentResourcesType value) Output only.Model.Builder.setSupportedDeploymentResourcesTypes(int index, Model.DeploymentResourcesType value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type Model.DeploymentResourcesTypeModifier and TypeMethodDescriptionModel.Builder.addAllSupportedDeploymentResourcesTypes(Iterable<? extends Model.DeploymentResourcesType> values) Output only.