MigratableResource_MlEngineModelVersion class final
Represents one model Version in ml.googleapis.com.
- Inheritance
-
- Object
- ProtoMessage
- MigratableResource_MlEngineModelVersion
Constructors
- MigratableResource_MlEngineModelVersion({String endpoint = '', String version = ''})
- MigratableResource_MlEngineModelVersion.fromJson(Object? j)
-
factory
Properties
- endpoint → String
-
The ml.googleapis.com endpoint that this model Version currently lives
in.
Example values:
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
- version → String
-
Full resource name of ml engine model Version.
Format:
projects/{project}/models/{model}/versions/{version}.final
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