GoogleCloudAiplatformV1DeployRequestEndpointConfig class
The endpoint config to use for the deployment.
Constructors
- GoogleCloudAiplatformV1DeployRequestEndpointConfig.new({bool? dedicatedEndpointDisabled, bool? dedicatedEndpointEnabled, String? endpointDisplayName, String? endpointUserId, GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig})
- GoogleCloudAiplatformV1DeployRequestEndpointConfig.fromJson(Map json_)
Properties
- dedicatedEndpointDisabled ↔ bool?
-
By default, if dedicated endpoint is enabled and private service connect
config is not set, the endpoint will be exposed through a dedicated DNS
[Endpoint.dedicated_endpoint_dns].
getter/setter pair
- dedicatedEndpointEnabled ↔ bool?
-
Use dedicated_endpoint_disabled instead.
getter/setter pair
- endpointDisplayName ↔ String?
-
The user-specified display name of the endpoint.
getter/setter pair
- endpointUserId ↔ String?
-
The ID to use for endpoint, which will become the final component of the
endpoint resource name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- privateServiceConnectConfig ↔ GoogleCloudAiplatformV1PrivateServiceConnectConfig?
-
Configuration for private service connect.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited