UNPKG

@kubernetes-models/gke

Version:
1 lines 803 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"VertexAIEndpoint",{enumerable:!0,get:function(){return VertexAIEndpoint}});let _base=require("@kubernetes-models/base"),_VertexaiCnrmCloudGoogleComV1alpha1VertexAIEndpoint=require("../../_schemas/VertexaiCnrmCloudGoogleComV1alpha1VertexAIEndpoint.js");class VertexAIEndpoint extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:VertexAIEndpoint.apiVersion,kind:VertexAIEndpoint.kind,...data})}}VertexAIEndpoint.apiVersion="vertexai.cnrm.cloud.google.com/v1alpha1",VertexAIEndpoint.kind="VertexAIEndpoint",VertexAIEndpoint.is=(0,_base.createTypeMetaGuard)(VertexAIEndpoint),(0,_base.setValidateFunc)(VertexAIEndpoint,_VertexaiCnrmCloudGoogleComV1alpha1VertexAIEndpoint.validate);