AiEndpointArgs

constructor(dedicatedEndpointEnabled: Output<Boolean>? = null, description: Output<String>? = null, displayName: Output<String>? = null, encryptionSpec: Output<AiEndpointEncryptionSpecArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, network: Output<String>? = null, predictRequestResponseLoggingConfig: Output<AiEndpointPredictRequestResponseLoggingConfigArgs>? = null, privateServiceConnectConfig: Output<AiEndpointPrivateServiceConnectConfigArgs>? = null, project: Output<String>? = null, region: Output<String>? = null, trafficSplit: Output<String>? = null)