DeployRequest_CustomModel class final
The custom model to deploy from model weights in a Google Cloud Storage URI or Model Registry model.
- Inheritance
-
- Object
- ProtoMessage
- DeployRequest_CustomModel
Constructors
- DeployRequest_CustomModel({String? gcsUri})
- DeployRequest_CustomModel.fromJson(Object? j)
-
factory
Properties
- gcsUri → String?
-
Immutable. The Google Cloud Storage URI of the custom model, storing
weights and config files (which can be used to infer the base model).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - 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(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String