GoogleCloudAiplatformV1UnmanagedContainerModel class
Contains model information necessary to perform batch prediction without requiring a full model import.
Constructors
- GoogleCloudAiplatformV1UnmanagedContainerModel({String? artifactUri, GoogleCloudAiplatformV1ModelContainerSpec? containerSpec, GoogleCloudAiplatformV1PredictSchemata? predictSchemata})
- GoogleCloudAiplatformV1UnmanagedContainerModel.fromJson(Map json_)
Properties
- artifactUri ↔ String?
-
The path to the directory containing the Model artifact and any of its
supporting files.
getter/setter pair
- containerSpec ↔ GoogleCloudAiplatformV1ModelContainerSpec?
-
Input only.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- predictSchemata ↔ GoogleCloudAiplatformV1PredictSchemata?
-
Contains the schemata used in Model's predictions and explanations
getter/setter pair
- 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