Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Pipeline

A Pipeline to orchestrate and execute machine learning workflows.

Properties

compartmentId

compartmentId: string

The OCID of the compartment where you want to create the pipeline.

Optional configurationDetails

configurationDetails: model.PipelineDefaultConfigurationDetails

createdBy

createdBy: string

The OCID of the user who created the pipeline.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

Optional description

description: undefined | string

A short description of the pipeline.

displayName

displayName: string

A user-friendly display name for the resource.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {@code {"Department": "Finance"}}

id

id: string

The OCID of the pipeline.

Optional infrastructureConfigurationDetails

infrastructureConfigurationDetails: model.PipelineInfrastructureConfigurationDetails

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.

lifecycleState

lifecycleState: PipelineLifecycleState

The current state of the pipeline.

Optional logConfigurationDetails

logConfigurationDetails: model.PipelineLogConfigurationDetails

projectId

projectId: string

The OCID of the project to associate the pipeline with.

stepDetails

stepDetails: Array<PipelineStepDetails>

Array of step details for each step.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

timeCreated

timeCreated: Date

The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z

Optional timeUpdated

timeUpdated: Date

The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Pipeline): object

getJsonObj