GoogleCloudAiplatformV1CreatePipelineJobRequest class
Request message for PipelineService.CreatePipelineJob.
Constructors
- GoogleCloudAiplatformV1CreatePipelineJobRequest({String? parent, GoogleCloudAiplatformV1PipelineJob? pipelineJob, String? pipelineJobId})
- GoogleCloudAiplatformV1CreatePipelineJobRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The resource name of the Location to create the PipelineJob in.
getter/setter pair
- pipelineJob ↔ GoogleCloudAiplatformV1PipelineJob?
-
The PipelineJob to create.
getter/setter pair
- pipelineJobId ↔ String?
-
The ID to use for the PipelineJob, which will become the final component
of the PipelineJob name.
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