GoogleCloudAiplatformV1SandboxEnvironment constructor
GoogleCloudAiplatformV1SandboxEnvironment({
- GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo? connectionInfo,
- String? createTime,
- String? displayName,
- String? expireTime,
- String? latestSandboxEnvironmentSnapshot,
- String? name,
- String? owner,
- String? sandboxEnvironmentSnapshot,
- String? sandboxEnvironmentTemplate,
- GoogleCloudAiplatformV1SandboxEnvironmentSpec? spec,
- String? state,
- String? ttl,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1SandboxEnvironment({
this.connectionInfo,
this.createTime,
this.displayName,
this.expireTime,
this.latestSandboxEnvironmentSnapshot,
this.name,
this.owner,
this.sandboxEnvironmentSnapshot,
this.sandboxEnvironmentTemplate,
this.spec,
this.state,
this.ttl,
this.updateTime,
});