pub struct GoogleCloudAiplatformV1PipelineJob {Show 20 fields
pub error: Option<GoogleRpcStatus>,
pub create_time: Option<DateTime<Utc>>,
pub schedule_name: Option<String>,
pub update_time: Option<DateTime<Utc>>,
pub display_name: Option<String>,
pub pipeline_spec: Option<HashMap<String, Value>>,
pub end_time: Option<DateTime<Utc>>,
pub service_account: Option<String>,
pub runtime_config: Option<GoogleCloudAiplatformV1PipelineJobRuntimeConfig>,
pub reserved_ip_ranges: Option<Vec<String>>,
pub template_uri: Option<String>,
pub start_time: Option<DateTime<Utc>>,
pub network: Option<String>,
pub encryption_spec: Option<GoogleCloudAiplatformV1EncryptionSpec>,
pub labels: Option<HashMap<String, String>>,
pub preflight_validations: Option<bool>,
pub state: Option<String>,
pub job_detail: Option<GoogleCloudAiplatformV1PipelineJobDetail>,
pub name: Option<String>,
pub template_metadata: Option<GoogleCloudAiplatformV1PipelineTemplateMetadata>,
}Expand description
An instance of a machine learning PipelineJob.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations pipeline jobs get projects (response)
- locations pipeline jobs create projects (request|response)
Fields§
§error: Option<GoogleRpcStatus>Output only. The error that occurred during pipeline execution. Only populated when the pipeline’s state is FAILED or CANCELLED.
create_time: Option<DateTime<Utc>>Output only. Pipeline creation time.
schedule_name: Option<String>Output only. The schedule resource name. Only returned if the Pipeline is created by Schedule API.
update_time: Option<DateTime<Utc>>Output only. Timestamp when this PipelineJob was most recently updated.
display_name: Option<String>The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
pipeline_spec: Option<HashMap<String, Value>>The spec of the pipeline.
end_time: Option<DateTime<Utc>>Output only. Pipeline end time.
service_account: Option<String>The service account that the pipeline workload runs as. If not specified, the Compute Engine default service account in the project will be used. See https://cloud.google.com/compute/docs/access/service-accounts#default_service_account Users starting the pipeline must have the iam.serviceAccounts.actAs permission on this service account.
runtime_config: Option<GoogleCloudAiplatformV1PipelineJobRuntimeConfig>Runtime config of the pipeline.
reserved_ip_ranges: Option<Vec<String>>A list of names for the reserved ip ranges under the VPC network that can be used for this Pipeline Job’s workload. If set, we will deploy the Pipeline Job’s workload within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: [‘vertex-ai-ip-range’].
template_uri: Option<String>A template uri from where the PipelineJob.pipeline_spec, if empty, will be downloaded. Currently, only uri from Vertex Template Registry & Gallery is supported. Reference to https://cloud.google.com/vertex-ai/docs/pipelines/create-pipeline-template.
start_time: Option<DateTime<Utc>>Output only. Pipeline start time.
network: Option<String>The full name of the Compute Engine network to which the Pipeline Job’s workload should be peered. For example, projects/12345/global/networks/myVPC. Format is of the form projects/{project}/global/networks/{network}. Where {project} is a project number, as in 12345, and {network} is a network name. Private services access must already be configured for the network. Pipeline job will apply the network configuration to the Google Cloud resources being launched, if applied, such as Vertex AI Training or Dataflow job. If left unspecified, the workload is not peered with any network.
encryption_spec: Option<GoogleCloudAiplatformV1EncryptionSpec>Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
labels: Option<HashMap<String, String>>The labels with user-defined metadata to organize PipelineJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. Note there is some reserved label key for Vertex AI Pipelines. - vertex-ai-pipelines-run-billing-id, user set value will get overrided.
preflight_validations: Option<bool>Optional. Whether to do component level validations before job creation.
state: Option<String>Output only. The detailed state of the job.
job_detail: Option<GoogleCloudAiplatformV1PipelineJobDetail>Output only. The details of pipeline run. Not available in the list view.
name: Option<String>Output only. The resource name of the PipelineJob.
template_metadata: Option<GoogleCloudAiplatformV1PipelineTemplateMetadata>Output only. Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
Trait Implementations§
Source§impl Clone for GoogleCloudAiplatformV1PipelineJob
impl Clone for GoogleCloudAiplatformV1PipelineJob
Source§fn clone(&self) -> GoogleCloudAiplatformV1PipelineJob
fn clone(&self) -> GoogleCloudAiplatformV1PipelineJob
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for GoogleCloudAiplatformV1PipelineJob
impl Default for GoogleCloudAiplatformV1PipelineJob
Source§fn default() -> GoogleCloudAiplatformV1PipelineJob
fn default() -> GoogleCloudAiplatformV1PipelineJob
Source§impl<'de> Deserialize<'de> for GoogleCloudAiplatformV1PipelineJob
impl<'de> Deserialize<'de> for GoogleCloudAiplatformV1PipelineJob
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl RequestValue for GoogleCloudAiplatformV1PipelineJob
impl ResponseResult for GoogleCloudAiplatformV1PipelineJob
Auto Trait Implementations§
impl Freeze for GoogleCloudAiplatformV1PipelineJob
impl RefUnwindSafe for GoogleCloudAiplatformV1PipelineJob
impl Send for GoogleCloudAiplatformV1PipelineJob
impl Sync for GoogleCloudAiplatformV1PipelineJob
impl Unpin for GoogleCloudAiplatformV1PipelineJob
impl UnwindSafe for GoogleCloudAiplatformV1PipelineJob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more