GoogleCloudAiplatformV1DeployRequestEndpointConfig constructor
GoogleCloudAiplatformV1DeployRequestEndpointConfig({
- bool? dedicatedEndpointDisabled,
- bool? dedicatedEndpointEnabled,
- String? endpointDisplayName,
- String? endpointUserId,
- GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
Implementation
GoogleCloudAiplatformV1DeployRequestEndpointConfig({
this.dedicatedEndpointDisabled,
this.dedicatedEndpointEnabled,
this.endpointDisplayName,
this.endpointUserId,
this.privateServiceConnectConfig,
});