GoogleCloudAiplatformV1DeployedModel constructor
GoogleCloudAiplatformV1DeployedModel({
- GoogleCloudAiplatformV1AutomaticResources? automaticResources,
- String? createTime,
- GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
- bool? disableContainerLogging,
- bool? disableExplanations,
- String? displayName,
- bool? enableAccessLogging,
- GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
- String? id,
- String? model,
- String? modelVersionId,
- GoogleCloudAiplatformV1PrivateEndpoints? privateEndpoints,
- String? serviceAccount,
Implementation
GoogleCloudAiplatformV1DeployedModel({
this.automaticResources,
this.createTime,
this.dedicatedResources,
this.disableContainerLogging,
this.disableExplanations,
this.displayName,
this.enableAccessLogging,
this.explanationSpec,
this.id,
this.model,
this.modelVersionId,
this.privateEndpoints,
this.serviceAccount,
this.sharedResources,
});