$Shared04 class

Used by:

  • aiplatform:v1 : GoogleCloudAiplatformV1DiskSpec
  • ml:v1 : GoogleCloudMlV1__DiskConfig

Constructors

$Shared04({int? bootDiskSizeGb, String? bootDiskType})
$Shared04.fromJson(Map json_)

Properties

bootDiskSizeGb int?
Size in GB of the boot disk (default is 100GB).
getter/setter pair
bootDiskType String?
Type of the boot disk (default is "pd-ssd").
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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