Class: Azure::DataFactory::Mgmt::V2017_09_01_preview::Models::AzureMLBatchExecutionActivity

Inherits:
ExecutionActivity show all
Includes:
MsRestAzure
Defined in:
lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb

Overview

Azure ML Batch Execution activity.

Instance Attribute Summary collapse

Attributes inherited from ExecutionActivity

#linked_service_name, #policy

Attributes inherited from Activity

#additional_properties, #depends_on, #description, #name

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAzureMLBatchExecutionActivity

Returns a new instance of AzureMLBatchExecutionActivity.



16
17
18
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb', line 16

def initialize
  @type = "AzureMLBatchExecution"
end

Instance Attribute Details

#global_parametersObject

Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.

Returns:

  • Key,Value pairs to be passed to the Azure ML Batch Execution



26
27
28
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb', line 26

def global_parameters
  @global_parameters
end

#typeObject

Returns the value of attribute type.



20
21
22
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb', line 20

def type
  @type
end

#web_service_inputsHash{String => AzureMLWebServiceFile}

mapping the names of Azure ML endpoint’s Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.

Returns:



40
41
42
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb', line 40

def web_service_inputs
  @web_service_inputs
end

#web_service_outputsHash{String => AzureMLWebServiceFile}

mapping the names of Azure ML endpoint’s Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.

Returns:



33
34
35
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb', line 33

def web_service_outputs
  @web_service_outputs
end

Class Method Details

.mapperObject

Mapper for AzureMLBatchExecutionActivity class as Ruby Hash. This will be used for serialization/deserialization.



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/azure_mlbatch_execution_activity.rb', line 47

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AzureMLBatchExecution',
    type: {
      name: 'Composite',
      class_name: 'AzureMLBatchExecutionActivity',
      model_properties: {
        additional_properties: {
          client_side_validation: true,
          required: false,
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ObjectElementType',
                type: {
                  name: 'Object'
                }
            }
          }
        },
        name: {
          client_side_validation: true,
          required: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        description: {
          client_side_validation: true,
          required: false,
          serialized_name: 'description',
          type: {
            name: 'String'
          }
        },
        depends_on: {
          client_side_validation: true,
          required: false,
          serialized_name: 'dependsOn',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ActivityDependencyElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ActivityDependency'
                }
            }
          }
        },
        type: {
          client_side_validation: true,
          required: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        linked_service_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'linkedServiceName',
          type: {
            name: 'Composite',
            class_name: 'LinkedServiceReference'
          }
        },
        policy: {
          client_side_validation: true,
          required: false,
          serialized_name: 'policy',
          type: {
            name: 'Composite',
            class_name: 'ActivityPolicy'
          }
        },
        global_parameters: {
          client_side_validation: true,
          required: false,
          serialized_name: 'typeProperties.globalParameters',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ObjectElementType',
                type: {
                  name: 'Object'
                }
            }
          }
        },
        web_service_outputs: {
          client_side_validation: true,
          required: false,
          serialized_name: 'typeProperties.webServiceOutputs',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'AzureMLWebServiceFileElementType',
                type: {
                  name: 'Composite',
                  class_name: 'AzureMLWebServiceFile'
                }
            }
          }
        },
        web_service_inputs: {
          client_side_validation: true,
          required: false,
          serialized_name: 'typeProperties.webServiceInputs',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'AzureMLWebServiceFileElementType',
                type: {
                  name: 'Composite',
                  class_name: 'AzureMLWebServiceFile'
                }
            }
          }
        }
      }
    }
  }
end