GoogleCloudAiplatformV1Endpoint class
Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.
Constructors
-
GoogleCloudAiplatformV1Endpoint({String? createTime, List<
GoogleCloudAiplatformV1DeployedModel> ? deployedModels, String? description, String? displayName, bool? enablePrivateServiceConnect, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, Map<String, String> ? labels, String? modelDeploymentMonitoringJob, String? name, String? network, GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig? predictRequestResponseLoggingConfig, GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig, Map<String, int> ? trafficSplit, String? updateTime}) - GoogleCloudAiplatformV1Endpoint.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this Endpoint was created.
getter/setter pair
-
deployedModels
↔ List<
GoogleCloudAiplatformV1DeployedModel> ? -
The models deployed in this Endpoint.
getter/setter pair
- description ↔ String?
-
The description of the Endpoint.
getter/setter pair
- displayName ↔ String?
-
The display name of the Endpoint.
getter/setter pair
- enablePrivateServiceConnect ↔ bool?
-
Deprecated: If true, expose the Endpoint via private service connect.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for an Endpoint.
getter/setter pair
- etag ↔ String?
-
Used to perform consistent read-modify-write updates.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize your Endpoints.
getter/setter pair
- modelDeploymentMonitoringJob ↔ String?
-
Resource name of the Model Monitoring job associated with this Endpoint if
monitoring is enabled by JobService.CreateModelDeploymentMonitoringJob.
getter/setter pair
- name ↔ String?
-
The resource name of the Endpoint.
getter/setter pair
- network ↔ String?
-
The full name of the Google Compute Engine
network
to which the Endpoint should be peered.
getter/setter pair
- predictRequestResponseLoggingConfig ↔ GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig?
-
Configures the request-response logging for online prediction.
getter/setter pair
- privateServiceConnectConfig ↔ GoogleCloudAiplatformV1PrivateServiceConnectConfig?
-
Configuration for private service connect.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trafficSplit
↔ Map<
String, int> ? -
A map from a DeployedModel's ID to the percentage of this Endpoint's
traffic that should be forwarded to that DeployedModel.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when this Endpoint was last updated.
getter/setter pair
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