GoogleCloudMlV1ReplicaConfig class
Represents the configuration for a replica in a cluster.
Constructors
-
GoogleCloudMlV1ReplicaConfig({GoogleCloudMlV1AcceleratorConfig? acceleratorConfig, List<
String> ? containerArgs, List<String> ? containerCommand, GoogleCloudMlV1DiskConfig? diskConfig, String? imageUri, String? tpuTfVersion}) - GoogleCloudMlV1ReplicaConfig.fromJson(Map json_)
Properties
- acceleratorConfig ↔ GoogleCloudMlV1AcceleratorConfig?
-
Represents the type and number of accelerators used by the replica.
getter/setter pair
-
containerArgs
↔ List<
String> ? -
Arguments to the entrypoint command.
getter/setter pair
-
containerCommand
↔ List<
String> ? -
The command with which the replica's custom container is run.
getter/setter pair
- diskConfig ↔ GoogleCloudMlV1DiskConfig?
-
Represents the configuration of disk options.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUri ↔ String?
-
The Docker image to run on the replica.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tpuTfVersion ↔ String?
-
The AI Platform runtime version that includes a TensorFlow version
matching the one used in the custom container.
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