Uses of Class
com.google.cloud.aiplatform.v1.PublisherModelView
-
Packages that use PublisherModelView Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of PublisherModelView in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PublisherModelView Modifier and Type Method Description static PublisherModelView
PublisherModelView. forNumber(int value)
PublisherModelView
GetPublisherModelRequest.Builder. getView()
Optional.PublisherModelView
GetPublisherModelRequest. getView()
Optional.PublisherModelView
GetPublisherModelRequestOrBuilder. getView()
Optional.static PublisherModelView
PublisherModelView. valueOf(int value)
Deprecated.static PublisherModelView
PublisherModelView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PublisherModelView
PublisherModelView. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublisherModelView[]
PublisherModelView. 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 PublisherModelView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PublisherModelView>
PublisherModelView. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1 with parameters of type PublisherModelView Modifier and Type Method Description GetPublisherModelRequest.Builder
GetPublisherModelRequest.Builder. setView(PublisherModelView value)
Optional.
-