GoogleCloudAiplatformV1UploadModelRequest class
Request message for ModelService.UploadModel.
Constructors
- GoogleCloudAiplatformV1UploadModelRequest({GoogleCloudAiplatformV1Model? model, String? modelId, String? parentModel, String? serviceAccount})
- GoogleCloudAiplatformV1UploadModelRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- model ↔ GoogleCloudAiplatformV1Model?
-
The Model to create.
getter/setter pair
- modelId ↔ String?
-
The ID to use for the uploaded Model, which will become the final
component of the model resource name.
getter/setter pair
- parentModel ↔ String?
-
The resource name of the model into which to upload the version.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
The user-provided custom service account to use to do the model upload.
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