PipelineOperations Class

PipelineOperations operations.

Inheritance
builtins.object
PipelineOperations

Constructor

PipelineOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

api_version

Client Api Version. Constant value: "2017-09-01-preview".

Methods

get

Gets the Pipeline information for the specified pipeline ID.

list

Lists all pipelines.

get

Gets the Pipeline information for the specified pipeline ID.

get(account_name, pipeline_identity, start_date_time=None, end_date_time=None, custom_headers=None, raw=False, **operation_config)

Parameters

account_name
str
Required

The Azure Data Lake Analytics account to execute job operations on.

pipeline_identity
str
Required

Pipeline ID.

start_date_time
datetime
default value: None

The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.

end_date_time
datetime
default value: None

The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

JobPipelineInformation or ClientRawResponse if raw=true

Return type

Exceptions

list

Lists all pipelines.

list(account_name, start_date_time=None, end_date_time=None, custom_headers=None, raw=False, **operation_config)

Parameters

account_name
str
Required

The Azure Data Lake Analytics account to execute job operations on.

start_date_time
datetime
default value: None

The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.

end_date_time
datetime
default value: None

The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

An iterator like instance of JobPipelineInformation

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.datalake.analytics.job.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datalake\\analytics\\job\\models\\__init__.py'>