GoogleCloudAiplatformV1DeployRequestEndpointConfig constructor

GoogleCloudAiplatformV1DeployRequestEndpointConfig({
  1. bool? dedicatedEndpointDisabled,
  2. bool? dedicatedEndpointEnabled,
  3. String? endpointDisplayName,
  4. String? endpointUserId,
  5. GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
})

Implementation

GoogleCloudAiplatformV1DeployRequestEndpointConfig({
  this.dedicatedEndpointDisabled,
  this.dedicatedEndpointEnabled,
  this.endpointDisplayName,
  this.endpointUserId,
  this.privateServiceConnectConfig,
});