Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.aiplatform/v1beta1.getPipelineJob
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets a PipelineJob.
Using getPipelineJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPipelineJob(args: GetPipelineJobArgs, opts?: InvokeOptions): Promise<GetPipelineJobResult>
function getPipelineJobOutput(args: GetPipelineJobOutputArgs, opts?: InvokeOptions): Output<GetPipelineJobResult>
def get_pipeline_job(location: Optional[str] = None,
pipeline_job_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineJobResult
def get_pipeline_job_output(location: Optional[pulumi.Input[str]] = None,
pipeline_job_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineJobResult]
func LookupPipelineJob(ctx *Context, args *LookupPipelineJobArgs, opts ...InvokeOption) (*LookupPipelineJobResult, error)
func LookupPipelineJobOutput(ctx *Context, args *LookupPipelineJobOutputArgs, opts ...InvokeOption) LookupPipelineJobResultOutput
> Note: This function is named LookupPipelineJob
in the Go SDK.
public static class GetPipelineJob
{
public static Task<GetPipelineJobResult> InvokeAsync(GetPipelineJobArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineJobResult> Invoke(GetPipelineJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelineJobResult> getPipelineJob(GetPipelineJobArgs args, InvokeOptions options)
public static Output<GetPipelineJobResult> getPipelineJob(GetPipelineJobArgs args, InvokeOptions options)
fn::invoke:
function: google-native:aiplatform/v1beta1:getPipelineJob
arguments:
# arguments dictionary
The following arguments are supported:
- Location
This property is required. string - Pipeline
Job Id This property is required. string - Project string
- Location
This property is required. string - Pipeline
Job Id This property is required. string - Project string
- location
This property is required. String - pipeline
Job Id This property is required. String - project String
- location
This property is required. string - pipeline
Job Id This property is required. string - project string
- location
This property is required. str - pipeline_
job_ id This property is required. str - project str
- location
This property is required. String - pipeline
Job Id This property is required. String - project String
getPipelineJob Result
The following output properties are available:
- Create
Time string - Pipeline creation time.
- Display
Name string - The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Encryption
Spec Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
- End
Time string - Pipeline end time.
- Error
Pulumi.
Google Native. Aiplatform. V1Beta1. Outputs. Google Rpc Status Response - The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
- Job
Detail Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Pipeline Job Detail Response - The details of pipeline run. Not available in the list view.
- Labels Dictionary<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. - Name string
- The resource name of the PipelineJob.
- Network 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 formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, 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. - Pipeline
Spec Dictionary<string, string> - The spec of the pipeline.
- Reserved
Ip List<string>Ranges - 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'].
- Runtime
Config Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Pipeline Job Runtime Config Response - Runtime config of the pipeline.
- Schedule
Name string - The schedule resource name. Only returned if the Pipeline is created by Schedule API.
- Service
Account 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. - Start
Time string - Pipeline start time.
- State string
- The detailed state of the job.
- Template
Metadata Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Pipeline Template Metadata Response - Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
- Template
Uri 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.
- Update
Time string - Timestamp when this PipelineJob was most recently updated.
- Create
Time string - Pipeline creation time.
- Display
Name string - The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
- End
Time string - Pipeline end time.
- Error
Google
Rpc Status Response - The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
- Job
Detail GoogleCloud Aiplatform V1beta1Pipeline Job Detail Response - The details of pipeline run. Not available in the list view.
- Labels map[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. - Name string
- The resource name of the PipelineJob.
- Network 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 formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, 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. - Pipeline
Spec map[string]string - The spec of the pipeline.
- Reserved
Ip []stringRanges - 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'].
- Runtime
Config GoogleCloud Aiplatform V1beta1Pipeline Job Runtime Config Response - Runtime config of the pipeline.
- Schedule
Name string - The schedule resource name. Only returned if the Pipeline is created by Schedule API.
- Service
Account 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. - Start
Time string - Pipeline start time.
- State string
- The detailed state of the job.
- Template
Metadata GoogleCloud Aiplatform V1beta1Pipeline Template Metadata Response - Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
- Template
Uri 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.
- Update
Time string - Timestamp when this PipelineJob was most recently updated.
- create
Time String - Pipeline creation time.
- display
Name String - The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
- end
Time String - Pipeline end time.
- error
Google
Rpc Status Response - The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
- job
Detail GoogleCloud Aiplatform V1beta1Pipeline Job Detail Response - The details of pipeline run. Not available in the list view.
- labels Map<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. - name String
- The resource name of the PipelineJob.
- network 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 formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, 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. - pipeline
Spec Map<String,String> - The spec of the pipeline.
- reserved
Ip List<String>Ranges - 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'].
- runtime
Config GoogleCloud Aiplatform V1beta1Pipeline Job Runtime Config Response - Runtime config of the pipeline.
- schedule
Name String - The schedule resource name. Only returned if the Pipeline is created by Schedule API.
- service
Account 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. - start
Time String - Pipeline start time.
- state String
- The detailed state of the job.
- template
Metadata GoogleCloud Aiplatform V1beta1Pipeline Template Metadata Response - Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
- template
Uri 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.
- update
Time String - Timestamp when this PipelineJob was most recently updated.
- create
Time string - Pipeline creation time.
- display
Name string - The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
- end
Time string - Pipeline end time.
- error
Google
Rpc Status Response - The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
- job
Detail GoogleCloud Aiplatform V1beta1Pipeline Job Detail Response - The details of pipeline run. Not available in the list view.
- labels {[key: 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. - name string
- The resource name of the PipelineJob.
- network 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 formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, 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. - pipeline
Spec {[key: string]: string} - The spec of the pipeline.
- reserved
Ip string[]Ranges - 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'].
- runtime
Config GoogleCloud Aiplatform V1beta1Pipeline Job Runtime Config Response - Runtime config of the pipeline.
- schedule
Name string - The schedule resource name. Only returned if the Pipeline is created by Schedule API.
- service
Account 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. - start
Time string - Pipeline start time.
- state string
- The detailed state of the job.
- template
Metadata GoogleCloud Aiplatform V1beta1Pipeline Template Metadata Response - Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
- template
Uri 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.
- update
Time string - Timestamp when this PipelineJob was most recently updated.
- create_
time str - Pipeline creation time.
- display_
name str - The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryption_
spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
- end_
time str - Pipeline end time.
- error
Google
Rpc Status Response - The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
- job_
detail GoogleCloud Aiplatform V1beta1Pipeline Job Detail Response - The details of pipeline run. Not available in the list view.
- labels Mapping[str, str]
- 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. - name str
- The resource name of the PipelineJob.
- network str
- 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 formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, 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. - pipeline_
spec Mapping[str, str] - The spec of the pipeline.
- reserved_
ip_ Sequence[str]ranges - 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'].
- runtime_
config GoogleCloud Aiplatform V1beta1Pipeline Job Runtime Config Response - Runtime config of the pipeline.
- schedule_
name str - The schedule resource name. Only returned if the Pipeline is created by Schedule API.
- service_
account str - 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. - start_
time str - Pipeline start time.
- state str
- The detailed state of the job.
- template_
metadata GoogleCloud Aiplatform V1beta1Pipeline Template Metadata Response - Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
- template_
uri str - 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.
- update_
time str - Timestamp when this PipelineJob was most recently updated.
- create
Time String - Pipeline creation time.
- display
Name String - The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- encryption
Spec Property Map - Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
- end
Time String - Pipeline end time.
- error Property Map
- The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
- job
Detail Property Map - The details of pipeline run. Not available in the list view.
- labels Map<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. - name String
- The resource name of the PipelineJob.
- network 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 formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, 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. - pipeline
Spec Map<String> - The spec of the pipeline.
- reserved
Ip List<String>Ranges - 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'].
- runtime
Config Property Map - Runtime config of the pipeline.
- schedule
Name String - The schedule resource name. Only returned if the Pipeline is created by Schedule API.
- service
Account 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. - start
Time String - Pipeline start time.
- state String
- The detailed state of the job.
- template
Metadata Property Map - Pipeline template metadata. Will fill up fields if PipelineJob.template_uri is from supported template registry.
- template
Uri 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.
- update
Time String - Timestamp when this PipelineJob was most recently updated.
Supporting Types
GoogleCloudAiplatformV1beta1ContextResponse
- Create
Time This property is required. string - Timestamp when this Context was created.
- Description
This property is required. string - Description of the Context
- Display
Name This property is required. string - User provided display name of the Context. May be up to 128 Unicode characters.
- Etag
This property is required. string - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels
This property is required. Dictionary<string, string> - The labels with user-defined metadata to organize your Contexts. 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. No more than 64 user labels can be associated with one Context (System labels are excluded).
- Metadata
This property is required. Dictionary<string, string> - Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- Name
This property is required. string - Immutable. The resource name of the Context.
- Parent
Contexts This property is required. List<string> - A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.
- Schema
Title This property is required. string - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- Schema
Version This property is required. string - The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- Update
Time This property is required. string - Timestamp when this Context was last updated.
- Create
Time This property is required. string - Timestamp when this Context was created.
- Description
This property is required. string - Description of the Context
- Display
Name This property is required. string - User provided display name of the Context. May be up to 128 Unicode characters.
- Etag
This property is required. string - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels
This property is required. map[string]string - The labels with user-defined metadata to organize your Contexts. 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. No more than 64 user labels can be associated with one Context (System labels are excluded).
- Metadata
This property is required. map[string]string - Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- Name
This property is required. string - Immutable. The resource name of the Context.
- Parent
Contexts This property is required. []string - A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.
- Schema
Title This property is required. string - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- Schema
Version This property is required. string - The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- Update
Time This property is required. string - Timestamp when this Context was last updated.
- create
Time This property is required. String - Timestamp when this Context was created.
- description
This property is required. String - Description of the Context
- display
Name This property is required. String - User provided display name of the Context. May be up to 128 Unicode characters.
- etag
This property is required. String - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. Map<String,String> - The labels with user-defined metadata to organize your Contexts. 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. No more than 64 user labels can be associated with one Context (System labels are excluded).
- metadata
This property is required. Map<String,String> - Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. String - Immutable. The resource name of the Context.
- parent
Contexts This property is required. List<String> - A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.
- schema
Title This property is required. String - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema
Version This property is required. String - The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- update
Time This property is required. String - Timestamp when this Context was last updated.
- create
Time This property is required. string - Timestamp when this Context was created.
- description
This property is required. string - Description of the Context
- display
Name This property is required. string - User provided display name of the Context. May be up to 128 Unicode characters.
- etag
This property is required. string - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. {[key: string]: string} - The labels with user-defined metadata to organize your Contexts. 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. No more than 64 user labels can be associated with one Context (System labels are excluded).
- metadata
This property is required. {[key: string]: string} - Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. string - Immutable. The resource name of the Context.
- parent
Contexts This property is required. string[] - A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.
- schema
Title This property is required. string - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema
Version This property is required. string - The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- update
Time This property is required. string - Timestamp when this Context was last updated.
- create_
time This property is required. str - Timestamp when this Context was created.
- description
This property is required. str - Description of the Context
- display_
name This property is required. str - User provided display name of the Context. May be up to 128 Unicode characters.
- etag
This property is required. str - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. Mapping[str, str] - The labels with user-defined metadata to organize your Contexts. 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. No more than 64 user labels can be associated with one Context (System labels are excluded).
- metadata
This property is required. Mapping[str, str] - Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. str - Immutable. The resource name of the Context.
- parent_
contexts This property is required. Sequence[str] - A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.
- schema_
title This property is required. str - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema_
version This property is required. str - The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- update_
time This property is required. str - Timestamp when this Context was last updated.
- create
Time This property is required. String - Timestamp when this Context was created.
- description
This property is required. String - Description of the Context
- display
Name This property is required. String - User provided display name of the Context. May be up to 128 Unicode characters.
- etag
This property is required. String - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. Map<String> - The labels with user-defined metadata to organize your Contexts. 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. No more than 64 user labels can be associated with one Context (System labels are excluded).
- metadata
This property is required. Map<String> - Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. String - Immutable. The resource name of the Context.
- parent
Contexts This property is required. List<String> - A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.
- schema
Title This property is required. String - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema
Version This property is required. String - The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- update
Time This property is required. String - Timestamp when this Context was last updated.
GoogleCloudAiplatformV1beta1EncryptionSpecResponse
- Kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- Kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. String - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms_
key_ name This property is required. str - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. String - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
GoogleCloudAiplatformV1beta1ExecutionResponse
- Create
Time This property is required. string - Timestamp when this Execution was created.
- Description
This property is required. string - Description of the Execution
- Display
Name This property is required. string - User provided display name of the Execution. May be up to 128 Unicode characters.
- Etag
This property is required. string - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels
This property is required. Dictionary<string, string> - The labels with user-defined metadata to organize your Executions. 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. No more than 64 user labels can be associated with one Execution (System labels are excluded).
- Metadata
This property is required. Dictionary<string, string> - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- Name
This property is required. string - The resource name of the Execution.
- Schema
Title This property is required. string - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- Schema
Version This property is required. string - The version of the schema in
schema_title
to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store. - State
This property is required. string - The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
- Update
Time This property is required. string - Timestamp when this Execution was last updated.
- Create
Time This property is required. string - Timestamp when this Execution was created.
- Description
This property is required. string - Description of the Execution
- Display
Name This property is required. string - User provided display name of the Execution. May be up to 128 Unicode characters.
- Etag
This property is required. string - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels
This property is required. map[string]string - The labels with user-defined metadata to organize your Executions. 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. No more than 64 user labels can be associated with one Execution (System labels are excluded).
- Metadata
This property is required. map[string]string - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- Name
This property is required. string - The resource name of the Execution.
- Schema
Title This property is required. string - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- Schema
Version This property is required. string - The version of the schema in
schema_title
to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store. - State
This property is required. string - The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
- Update
Time This property is required. string - Timestamp when this Execution was last updated.
- create
Time This property is required. String - Timestamp when this Execution was created.
- description
This property is required. String - Description of the Execution
- display
Name This property is required. String - User provided display name of the Execution. May be up to 128 Unicode characters.
- etag
This property is required. String - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. Map<String,String> - The labels with user-defined metadata to organize your Executions. 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. No more than 64 user labels can be associated with one Execution (System labels are excluded).
- metadata
This property is required. Map<String,String> - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. String - The resource name of the Execution.
- schema
Title This property is required. String - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema
Version This property is required. String - The version of the schema in
schema_title
to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store. - state
This property is required. String - The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
- update
Time This property is required. String - Timestamp when this Execution was last updated.
- create
Time This property is required. string - Timestamp when this Execution was created.
- description
This property is required. string - Description of the Execution
- display
Name This property is required. string - User provided display name of the Execution. May be up to 128 Unicode characters.
- etag
This property is required. string - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. {[key: string]: string} - The labels with user-defined metadata to organize your Executions. 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. No more than 64 user labels can be associated with one Execution (System labels are excluded).
- metadata
This property is required. {[key: string]: string} - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. string - The resource name of the Execution.
- schema
Title This property is required. string - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema
Version This property is required. string - The version of the schema in
schema_title
to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store. - state
This property is required. string - The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
- update
Time This property is required. string - Timestamp when this Execution was last updated.
- create_
time This property is required. str - Timestamp when this Execution was created.
- description
This property is required. str - Description of the Execution
- display_
name This property is required. str - User provided display name of the Execution. May be up to 128 Unicode characters.
- etag
This property is required. str - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. Mapping[str, str] - The labels with user-defined metadata to organize your Executions. 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. No more than 64 user labels can be associated with one Execution (System labels are excluded).
- metadata
This property is required. Mapping[str, str] - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. str - The resource name of the Execution.
- schema_
title This property is required. str - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema_
version This property is required. str - The version of the schema in
schema_title
to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store. - state
This property is required. str - The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
- update_
time This property is required. str - Timestamp when this Execution was last updated.
- create
Time This property is required. String - Timestamp when this Execution was created.
- description
This property is required. String - Description of the Execution
- display
Name This property is required. String - User provided display name of the Execution. May be up to 128 Unicode characters.
- etag
This property is required. String - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels
This property is required. Map<String> - The labels with user-defined metadata to organize your Executions. 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. No more than 64 user labels can be associated with one Execution (System labels are excluded).
- metadata
This property is required. Map<String> - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
- name
This property is required. String - The resource name of the Execution.
- schema
Title This property is required. String - The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
- schema
Version This property is required. String - The version of the schema in
schema_title
to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store. - state
This property is required. String - The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
- update
Time This property is required. String - Timestamp when this Execution was last updated.
GoogleCloudAiplatformV1beta1PipelineJobDetailResponse
- Pipeline
Context This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Context Response - The context of the pipeline.
- Pipeline
Run Context This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Context Response - The context of the current pipeline run.
- Task
Details This property is required. List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Pipeline Task Detail Response> - The runtime details of the tasks under the pipeline.
- Pipeline
Context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the pipeline.
- Pipeline
Run Context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the current pipeline run.
- Task
Details This property is required. []GoogleCloud Aiplatform V1beta1Pipeline Task Detail Response - The runtime details of the tasks under the pipeline.
- pipeline
Context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the pipeline.
- pipeline
Run Context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the current pipeline run.
- task
Details This property is required. List<GoogleCloud Aiplatform V1beta1Pipeline Task Detail Response> - The runtime details of the tasks under the pipeline.
- pipeline
Context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the pipeline.
- pipeline
Run Context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the current pipeline run.
- task
Details This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Detail Response[] - The runtime details of the tasks under the pipeline.
- pipeline_
context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the pipeline.
- pipeline_
run_ context This property is required. GoogleCloud Aiplatform V1beta1Context Response - The context of the current pipeline run.
- task_
details This property is required. Sequence[GoogleCloud Aiplatform V1beta1Pipeline Task Detail Response] - The runtime details of the tasks under the pipeline.
- pipeline
Context This property is required. Property Map - The context of the pipeline.
- pipeline
Run Context This property is required. Property Map - The context of the current pipeline run.
- task
Details This property is required. List<Property Map> - The runtime details of the tasks under the pipeline.
GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigResponse
- Failure
Policy This property is required. string - Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
- Gcs
Output Directory This property is required. string - A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern
{job_id}/{task_id}/{output_key}
under the specified output directory. The service account specified in this pipeline must have thestorage.objects.get
andstorage.objects.create
permissions for this bucket. - Input
Artifacts This property is required. Dictionary<string, string> - The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
- Parameter
Values This property is required. Dictionary<string, string> - The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. - Parameters
This property is required. Dictionary<string, string> - Deprecated. Use RuntimeConfig.parameter_values instead. The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
- Failure
Policy This property is required. string - Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
- Gcs
Output Directory This property is required. string - A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern
{job_id}/{task_id}/{output_key}
under the specified output directory. The service account specified in this pipeline must have thestorage.objects.get
andstorage.objects.create
permissions for this bucket. - Input
Artifacts This property is required. map[string]string - The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
- Parameter
Values This property is required. map[string]string - The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. - Parameters
This property is required. map[string]string - Deprecated. Use RuntimeConfig.parameter_values instead. The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
- failure
Policy This property is required. String - Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
- gcs
Output Directory This property is required. String - A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern
{job_id}/{task_id}/{output_key}
under the specified output directory. The service account specified in this pipeline must have thestorage.objects.get
andstorage.objects.create
permissions for this bucket. - input
Artifacts This property is required. Map<String,String> - The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
- parameter
Values This property is required. Map<String,String> - The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. - parameters
This property is required. Map<String,String> - Deprecated. Use RuntimeConfig.parameter_values instead. The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
- failure
Policy This property is required. string - Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
- gcs
Output Directory This property is required. string - A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern
{job_id}/{task_id}/{output_key}
under the specified output directory. The service account specified in this pipeline must have thestorage.objects.get
andstorage.objects.create
permissions for this bucket. - input
Artifacts This property is required. {[key: string]: string} - The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
- parameter
Values This property is required. {[key: string]: string} - The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. - parameters
This property is required. {[key: string]: string} - Deprecated. Use RuntimeConfig.parameter_values instead. The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
- failure_
policy This property is required. str - Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
- gcs_
output_ directory This property is required. str - A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern
{job_id}/{task_id}/{output_key}
under the specified output directory. The service account specified in this pipeline must have thestorage.objects.get
andstorage.objects.create
permissions for this bucket. - input_
artifacts This property is required. Mapping[str, str] - The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
- parameter_
values This property is required. Mapping[str, str] - The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. - parameters
This property is required. Mapping[str, str] - Deprecated. Use RuntimeConfig.parameter_values instead. The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
- failure
Policy This property is required. String - Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
- gcs
Output Directory This property is required. String - A path in a Cloud Storage bucket, which will be treated as the root output directory of the pipeline. It is used by the system to generate the paths of output artifacts. The artifact paths are generated with a sub-path pattern
{job_id}/{task_id}/{output_key}
under the specified output directory. The service account specified in this pipeline must have thestorage.objects.get
andstorage.objects.create
permissions for this bucket. - input
Artifacts This property is required. Map<String> - The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
- parameter
Values This property is required. Map<String> - The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL. - parameters
This property is required. Map<String> - Deprecated. Use RuntimeConfig.parameter_values instead. The runtime parameters of the PipelineJob. The parameters will be passed into PipelineJob.pipeline_spec to replace the placeholders at runtime. This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
GoogleCloudAiplatformV1beta1PipelineTaskDetailPipelineTaskStatusResponse
- Error
This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Rpc Status Response - The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
- State
This property is required. string - The state of the task.
- Update
Time This property is required. string - Update time of this status.
- Error
This property is required. GoogleRpc Status Response - The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
- State
This property is required. string - The state of the task.
- Update
Time This property is required. string - Update time of this status.
- error
This property is required. GoogleRpc Status Response - The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
- state
This property is required. String - The state of the task.
- update
Time This property is required. String - Update time of this status.
- error
This property is required. GoogleRpc Status Response - The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
- state
This property is required. string - The state of the task.
- update
Time This property is required. string - Update time of this status.
- error
This property is required. GoogleRpc Status Response - The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
- state
This property is required. str - The state of the task.
- update_
time This property is required. str - Update time of this status.
- error
This property is required. Property Map - The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
- state
This property is required. String - The state of the task.
- update
Time This property is required. String - Update time of this status.
GoogleCloudAiplatformV1beta1PipelineTaskDetailResponse
- Create
Time This property is required. string - Task create time.
- End
Time This property is required. string - Task end time.
- Error
This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Rpc Status Response - The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
- Execution
This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Execution Response - The execution metadata of the task.
- Executor
Detail This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Pipeline Task Executor Detail Response - The detailed execution info.
- Inputs
This property is required. Dictionary<string, string> - The runtime input artifacts of the task.
- Outputs
This property is required. Dictionary<string, string> - The runtime output artifacts of the task.
- Parent
Task Id This property is required. string - The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
- Pipeline
Task Status This property is required. List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Pipeline Task Detail Pipeline Task Status Response> - A list of task status. This field keeps a record of task status evolving over time.
- Start
Time This property is required. string - Task start time.
- State
This property is required. string - State of the task.
- Task
Id This property is required. string - The system generated ID of the task.
- Task
Name This property is required. string - The user specified name of the task that is defined in pipeline_spec.
- Create
Time This property is required. string - Task create time.
- End
Time This property is required. string - Task end time.
- Error
This property is required. GoogleRpc Status Response - The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
- Execution
This property is required. GoogleCloud Aiplatform V1beta1Execution Response - The execution metadata of the task.
- Executor
Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Response - The detailed execution info.
- Inputs
This property is required. map[string]string - The runtime input artifacts of the task.
- Outputs
This property is required. map[string]string - The runtime output artifacts of the task.
- Parent
Task Id This property is required. string - The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
- Pipeline
Task Status This property is required. []GoogleCloud Aiplatform V1beta1Pipeline Task Detail Pipeline Task Status Response - A list of task status. This field keeps a record of task status evolving over time.
- Start
Time This property is required. string - Task start time.
- State
This property is required. string - State of the task.
- Task
Id This property is required. string - The system generated ID of the task.
- Task
Name This property is required. string - The user specified name of the task that is defined in pipeline_spec.
- create
Time This property is required. String - Task create time.
- end
Time This property is required. String - Task end time.
- error
This property is required. GoogleRpc Status Response - The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
- execution
This property is required. GoogleCloud Aiplatform V1beta1Execution Response - The execution metadata of the task.
- executor
Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Response - The detailed execution info.
- inputs
This property is required. Map<String,String> - The runtime input artifacts of the task.
- outputs
This property is required. Map<String,String> - The runtime output artifacts of the task.
- parent
Task Id This property is required. String - The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
- pipeline
Task Status This property is required. List<GoogleCloud Aiplatform V1beta1Pipeline Task Detail Pipeline Task Status Response> - A list of task status. This field keeps a record of task status evolving over time.
- start
Time This property is required. String - Task start time.
- state
This property is required. String - State of the task.
- task
Id This property is required. String - The system generated ID of the task.
- task
Name This property is required. String - The user specified name of the task that is defined in pipeline_spec.
- create
Time This property is required. string - Task create time.
- end
Time This property is required. string - Task end time.
- error
This property is required. GoogleRpc Status Response - The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
- execution
This property is required. GoogleCloud Aiplatform V1beta1Execution Response - The execution metadata of the task.
- executor
Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Response - The detailed execution info.
- inputs
This property is required. {[key: string]: string} - The runtime input artifacts of the task.
- outputs
This property is required. {[key: string]: string} - The runtime output artifacts of the task.
- parent
Task Id This property is required. string - The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
- pipeline
Task Status This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Detail Pipeline Task Status Response[] - A list of task status. This field keeps a record of task status evolving over time.
- start
Time This property is required. string - Task start time.
- state
This property is required. string - State of the task.
- task
Id This property is required. string - The system generated ID of the task.
- task
Name This property is required. string - The user specified name of the task that is defined in pipeline_spec.
- create_
time This property is required. str - Task create time.
- end_
time This property is required. str - Task end time.
- error
This property is required. GoogleRpc Status Response - The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
- execution
This property is required. GoogleCloud Aiplatform V1beta1Execution Response - The execution metadata of the task.
- executor_
detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Response - The detailed execution info.
- inputs
This property is required. Mapping[str, str] - The runtime input artifacts of the task.
- outputs
This property is required. Mapping[str, str] - The runtime output artifacts of the task.
- parent_
task_ id This property is required. str - The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
- pipeline_
task_ status This property is required. Sequence[GoogleCloud Aiplatform V1beta1Pipeline Task Detail Pipeline Task Status Response] - A list of task status. This field keeps a record of task status evolving over time.
- start_
time This property is required. str - Task start time.
- state
This property is required. str - State of the task.
- task_
id This property is required. str - The system generated ID of the task.
- task_
name This property is required. str - The user specified name of the task that is defined in pipeline_spec.
- create
Time This property is required. String - Task create time.
- end
Time This property is required. String - Task end time.
- error
This property is required. Property Map - The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
- execution
This property is required. Property Map - The execution metadata of the task.
- executor
Detail This property is required. Property Map - The detailed execution info.
- inputs
This property is required. Map<String> - The runtime input artifacts of the task.
- outputs
This property is required. Map<String> - The runtime output artifacts of the task.
- parent
Task Id This property is required. String - The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
- pipeline
Task Status This property is required. List<Property Map> - A list of task status. This field keeps a record of task status evolving over time.
- start
Time This property is required. String - Task start time.
- state
This property is required. String - State of the task.
- task
Id This property is required. String - The system generated ID of the task.
- task
Name This property is required. String - The user specified name of the task that is defined in pipeline_spec.
GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetailResponse
- Failed
Main Jobs This property is required. List<string> - The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
- Failed
Pre Caching Check Jobs This property is required. List<string> - The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events. The list includes the all attempts in chronological order. - Main
Job This property is required. string - The name of the CustomJob for the main container execution.
- Pre
Caching Check Job This property is required. string - The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events.
- Failed
Main Jobs This property is required. []string - The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
- Failed
Pre Caching Check Jobs This property is required. []string - The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events. The list includes the all attempts in chronological order. - Main
Job This property is required. string - The name of the CustomJob for the main container execution.
- Pre
Caching Check Job This property is required. string - The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events.
- failed
Main Jobs This property is required. List<String> - The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
- failed
Pre Caching Check Jobs This property is required. List<String> - The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events. The list includes the all attempts in chronological order. - main
Job This property is required. String - The name of the CustomJob for the main container execution.
- pre
Caching Check Job This property is required. String - The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events.
- failed
Main Jobs This property is required. string[] - The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
- failed
Pre Caching Check Jobs This property is required. string[] - The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events. The list includes the all attempts in chronological order. - main
Job This property is required. string - The name of the CustomJob for the main container execution.
- pre
Caching Check Job This property is required. string - The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events.
- failed_
main_ jobs This property is required. Sequence[str] - The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
- failed_
pre_ caching_ check_ jobs This property is required. Sequence[str] - The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events. The list includes the all attempts in chronological order. - main_
job This property is required. str - The name of the CustomJob for the main container execution.
- pre_
caching_ check_ job This property is required. str - The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events.
- failed
Main Jobs This property is required. List<String> - The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
- failed
Pre Caching Check Jobs This property is required. List<String> - The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events. The list includes the all attempts in chronological order. - main
Job This property is required. String - The name of the CustomJob for the main container execution.
- pre
Caching Check Job This property is required. String - The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the
pre_caching_check
hook in the lifecycle events.
GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetailResponse
- Failed
Jobs This property is required. List<string> - The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
- Job
This property is required. string - The name of the CustomJob.
- Failed
Jobs This property is required. []string - The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
- Job
This property is required. string - The name of the CustomJob.
- failed
Jobs This property is required. List<String> - The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
- job
This property is required. String - The name of the CustomJob.
- failed
Jobs This property is required. string[] - The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
- job
This property is required. string - The name of the CustomJob.
- failed_
jobs This property is required. Sequence[str] - The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
- job
This property is required. str - The name of the CustomJob.
- failed
Jobs This property is required. List<String> - The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
- job
This property is required. String - The name of the CustomJob.
GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailResponse
- Container
Detail This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Pipeline Task Executor Detail Container Detail Response - The detailed info for a container executor.
- Custom
Job Detail This property is required. Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Pipeline Task Executor Detail Custom Job Detail Response - The detailed info for a custom job executor.
- Container
Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Container Detail Response - The detailed info for a container executor.
- Custom
Job Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Custom Job Detail Response - The detailed info for a custom job executor.
- container
Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Container Detail Response - The detailed info for a container executor.
- custom
Job Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Custom Job Detail Response - The detailed info for a custom job executor.
- container
Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Container Detail Response - The detailed info for a container executor.
- custom
Job Detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Custom Job Detail Response - The detailed info for a custom job executor.
- container_
detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Container Detail Response - The detailed info for a container executor.
- custom_
job_ detail This property is required. GoogleCloud Aiplatform V1beta1Pipeline Task Executor Detail Custom Job Detail Response - The detailed info for a custom job executor.
- container
Detail This property is required. Property Map - The detailed info for a container executor.
- custom
Job Detail This property is required. Property Map - The detailed info for a custom job executor.
GoogleCloudAiplatformV1beta1PipelineTemplateMetadataResponse
- Version
This property is required. string - The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".
- Version
This property is required. string - The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".
- version
This property is required. String - The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".
- version
This property is required. string - The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".
- version
This property is required. str - The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".
- version
This property is required. String - The version_name in artifact registry. Will always be presented in output if the PipelineJob.template_uri is from supported template registry. Format is "sha256:abcdef123456...".
GoogleRpcStatusResponse
- Code
This property is required. int - The status code, which should be an enum value of google.rpc.Code.
- Details
This property is required. List<ImmutableDictionary<string, string>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message
This property is required. string - A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code
This property is required. int - The status code, which should be an enum value of google.rpc.Code.
- Details
This property is required. []map[string]string - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message
This property is required. string - A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code
This property is required. Integer - The status code, which should be an enum value of google.rpc.Code.
- details
This property is required. List<Map<String,String>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message
This property is required. String - A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code
This property is required. number - The status code, which should be an enum value of google.rpc.Code.
- details
This property is required. {[key: string]: string}[] - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message
This property is required. string - A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code
This property is required. int - The status code, which should be an enum value of google.rpc.Code.
- details
This property is required. Sequence[Mapping[str, str]] - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message
This property is required. str - A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code
This property is required. Number - The status code, which should be an enum value of google.rpc.Code.
- details
This property is required. List<Map<String>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message
This property is required. String - A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi