azure_mgmt_machine_learning 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_machine_learning.rb +1 -0
  3. data/lib/generated/azure_mgmt_machine_learning/models/asset_item.rb +0 -1
  4. data/lib/generated/azure_mgmt_machine_learning/models/async_operation_error_info.rb +0 -1
  5. data/lib/generated/azure_mgmt_machine_learning/models/async_operation_status.rb +0 -1
  6. data/lib/generated/azure_mgmt_machine_learning/models/blob_location.rb +0 -1
  7. data/lib/generated/azure_mgmt_machine_learning/models/column_specification.rb +0 -1
  8. data/lib/generated/azure_mgmt_machine_learning/models/commitment_plan.rb +0 -1
  9. data/lib/generated/azure_mgmt_machine_learning/models/diagnostics_configuration.rb +0 -1
  10. data/lib/generated/azure_mgmt_machine_learning/models/example_request.rb +0 -1
  11. data/lib/generated/azure_mgmt_machine_learning/models/graph_edge.rb +0 -1
  12. data/lib/generated/azure_mgmt_machine_learning/models/graph_node.rb +0 -1
  13. data/lib/generated/azure_mgmt_machine_learning/models/graph_package.rb +0 -1
  14. data/lib/generated/azure_mgmt_machine_learning/models/graph_parameter.rb +0 -1
  15. data/lib/generated/azure_mgmt_machine_learning/models/graph_parameter_link.rb +0 -1
  16. data/lib/generated/azure_mgmt_machine_learning/models/input_port.rb +0 -1
  17. data/lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb +0 -1
  18. data/lib/generated/azure_mgmt_machine_learning/models/mode_value_info.rb +0 -1
  19. data/lib/generated/azure_mgmt_machine_learning/models/module_asset_parameter.rb +0 -1
  20. data/lib/generated/azure_mgmt_machine_learning/models/output_port.rb +0 -1
  21. data/lib/generated/azure_mgmt_machine_learning/models/realtime_configuration.rb +0 -1
  22. data/lib/generated/azure_mgmt_machine_learning/models/resource.rb +95 -0
  23. data/lib/generated/azure_mgmt_machine_learning/models/service_input_output_specification.rb +0 -1
  24. data/lib/generated/azure_mgmt_machine_learning/models/storage_account.rb +0 -1
  25. data/lib/generated/azure_mgmt_machine_learning/models/table_specification.rb +0 -1
  26. data/lib/generated/azure_mgmt_machine_learning/models/web_service.rb +1 -2
  27. data/lib/generated/azure_mgmt_machine_learning/models/web_service_keys.rb +0 -1
  28. data/lib/generated/azure_mgmt_machine_learning/models/web_service_parameter.rb +0 -1
  29. data/lib/generated/azure_mgmt_machine_learning/models/web_service_properties.rb +0 -1
  30. data/lib/generated/azure_mgmt_machine_learning/models/web_service_properties_for_graph.rb +0 -1
  31. data/lib/generated/azure_mgmt_machine_learning/version.rb +1 -1
  32. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cfdbe46579dac42598f14e21ccad91558fdf8b2
4
- data.tar.gz: 63b01bee3fe2c4964dc51f5742fc58479b5d1134
3
+ metadata.gz: 08f2a1e9fd84ca51d572a88445695a06b1237fe8
4
+ data.tar.gz: baddb6dca878e1093fdb24031d0c1fe492201275
5
5
  SHA512:
6
- metadata.gz: d80f20f1885c9c71bdb9fd60ba12eb63761798ba45dabdc9468a8435839138792f72944cf17d6d4d0027027664ab999002126ec04def515c5ab7b06ed0d38226
7
- data.tar.gz: 04a422c6ea3d270a22ebcd7a0dbc5bd6720434c677875d3f3ab96dfc9e9c42dc6f7ea336e1ad3c1a933974c3f493f43d6c99292dc934ffd5942330f006e070d1
6
+ metadata.gz: b3be78c56c1acea23d0d23025f66e1907359e85863593304acf37fc7c14a006a4474467f0dd3c0921a4c09809f99721cb69c75e430b064e1f4f0c26d5a6e9bcc
7
+ data.tar.gz: 3abe4bb78e4688d6c7ca6a8f650495a121e7cc57f6b299749b671d90abef4eab64fb190a4632a29412a4a55d120b794a252e37cfa5f981d132d2e3cf2a925aca
@@ -47,6 +47,7 @@ module Azure::ARM::MachineLearning
47
47
  autoload :GraphPackage, 'generated/azure_mgmt_machine_learning/models/graph_package.rb'
48
48
  autoload :StorageAccount, 'generated/azure_mgmt_machine_learning/models/storage_account.rb'
49
49
  autoload :AsyncOperationStatus, 'generated/azure_mgmt_machine_learning/models/async_operation_status.rb'
50
+ autoload :Resource, 'generated/azure_mgmt_machine_learning/models/resource.rb'
50
51
  autoload :PaginatedWebServicesList, 'generated/azure_mgmt_machine_learning/models/paginated_web_services_list.rb'
51
52
  autoload :ExampleRequest, 'generated/azure_mgmt_machine_learning/models/example_request.rb'
52
53
  autoload :AsyncOperationErrorInfo, 'generated/azure_mgmt_machine_learning/models/async_operation_error_info.rb'
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Asset's friendly name.
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The error code.
17
16
  attr_accessor :code
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Async operation id.
17
16
  attr_accessor :id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The URI from which the blob is accessible from. For
17
16
  # example, aml://abc for system assets or https://xyz for user assets or
18
17
  # payload.
@@ -14,7 +14,6 @@ module Azure::ARM::MachineLearning
14
14
 
15
15
  include MsRestAzure
16
16
 
17
- include MsRest::JSONable
18
17
  # @return [ColumnType] Data type of the column. Possible values include:
19
18
  # 'Boolean', 'Integer', 'Number', 'String'
20
19
  attr_accessor :type
@@ -13,7 +13,6 @@ module Azure::ARM::MachineLearning
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Specifies the Azure Resource Manager ID of the
18
17
  # commitment plan associated with the web service.
19
18
  attr_accessor :id
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [DiagnosticsLevel] Specifies the verbosity of the diagnostic
17
16
  # output. Valid values are: None - disables tracing; Error - collects
18
17
  # only error (stderr) traces; All - collects all traces (stdout and
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return Sample input data for the web service's input(s) given as an
17
16
  # input name to sample input values matrix map.
18
17
  attr_accessor :inputs
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The source graph node's identifier.
17
16
  attr_accessor :source_node_id
18
17
 
@@ -14,7 +14,6 @@ module Azure::ARM::MachineLearning
14
14
 
15
15
  include MsRestAzure
16
16
 
17
- include MsRest::JSONable
18
17
  # @return [String] The id of the asset represented by this node.
19
18
  attr_accessor :asset_id
20
19
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Hash{String => GraphNode}] The set of nodes making up the
17
16
  # graph, provided as a nodeId to GraphNode map
18
17
  attr_accessor :nodes
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Description of this graph parameter.
17
16
  attr_accessor :description
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The graph node's identifier
17
16
  attr_accessor :node_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [InputPortType] Port data type. Possible values include:
17
16
  # 'Dataset'. Default value: 'Dataset' .
18
17
  attr_accessor :type
@@ -13,7 +13,6 @@ module Azure::ARM::MachineLearning
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Specifies the workspace ID of the machine learning
18
17
  # workspace associated with the web service
19
18
  attr_accessor :id
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The interface string name for the nested parameter.
17
16
  attr_accessor :interface_string
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Parameter name.
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [OutputPortType] Port data type. Possible values include:
17
16
  # 'Dataset'. Default value: 'Dataset' .
18
17
  attr_accessor :type
@@ -13,7 +13,6 @@ module Azure::ARM::MachineLearning
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [Integer] Specifies the maximum concurrent calls that can be
18
17
  # made to the web service. Minimum value: 4, Maximum value: 200.
19
18
  attr_accessor :max_concurrent_calls
@@ -0,0 +1,95 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::MachineLearning
7
+ module Models
8
+ #
9
+ # Azure resource.
10
+ #
11
+ class Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Specifies the resource ID.
16
+ attr_accessor :id
17
+
18
+ # @return [String] Specifies the name of the resource.
19
+ attr_accessor :name
20
+
21
+ # @return [String] Specifies the location of the resource.
22
+ attr_accessor :location
23
+
24
+ # @return [String] Specifies the type of the resource.
25
+ attr_accessor :type
26
+
27
+ # @return [Hash{String => String}] Contains resource tags defined as
28
+ # key/value pairs.
29
+ attr_accessor :tags
30
+
31
+
32
+ #
33
+ # Mapper for Resource class as Ruby Hash.
34
+ # This will be used for serialization/deserialization.
35
+ #
36
+ def self.mapper()
37
+ {
38
+ required: false,
39
+ serialized_name: 'Resource',
40
+ type: {
41
+ name: 'Composite',
42
+ class_name: 'Resource',
43
+ model_properties: {
44
+ id: {
45
+ required: false,
46
+ read_only: true,
47
+ serialized_name: 'id',
48
+ type: {
49
+ name: 'String'
50
+ }
51
+ },
52
+ name: {
53
+ required: false,
54
+ read_only: true,
55
+ serialized_name: 'name',
56
+ type: {
57
+ name: 'String'
58
+ }
59
+ },
60
+ location: {
61
+ required: true,
62
+ serialized_name: 'location',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ },
67
+ type: {
68
+ required: false,
69
+ read_only: true,
70
+ serialized_name: 'type',
71
+ type: {
72
+ name: 'String'
73
+ }
74
+ },
75
+ tags: {
76
+ required: false,
77
+ serialized_name: 'tags',
78
+ type: {
79
+ name: 'Dictionary',
80
+ value: {
81
+ required: false,
82
+ serialized_name: 'StringElementType',
83
+ type: {
84
+ name: 'String'
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+ }
91
+ }
92
+ end
93
+ end
94
+ end
95
+ end
@@ -13,7 +13,6 @@ module Azure::ARM::MachineLearning
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] The title of your Swagger schema.
18
17
  attr_accessor :title
19
18
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Specifies the name of the storage account.
17
16
  attr_accessor :name
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::MachineLearning
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Swagger schema title.
18
17
  attr_accessor :title
19
18
 
@@ -8,11 +8,10 @@ module Azure::ARM::MachineLearning
8
8
  #
9
9
  # Instance of an Azure ML web service resource.
10
10
  #
11
- class WebService < MsRestAzure::Resource
11
+ class WebService < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [WebServiceProperties] Contains the property payload that
17
16
  # describes the web service.
18
17
  attr_accessor :properties
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The primary access key.
17
16
  attr_accessor :primary
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return The parameter value
17
16
  attr_accessor :value
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  @@discriminatorMap = Hash.new
17
16
  @@discriminatorMap["Graph"] = "WebServicePropertiesForGraph"
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::MachineLearning
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
 
17
16
  def initialize
18
17
  @packageType = "Graph"
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::MachineLearning
7
- VERSION = '0.13.0'
7
+ VERSION = '0.14.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_machine_learning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -118,6 +118,7 @@ files:
118
118
  - lib/generated/azure_mgmt_machine_learning/models/parameter_type.rb
119
119
  - lib/generated/azure_mgmt_machine_learning/models/provisioning_state.rb
120
120
  - lib/generated/azure_mgmt_machine_learning/models/realtime_configuration.rb
121
+ - lib/generated/azure_mgmt_machine_learning/models/resource.rb
121
122
  - lib/generated/azure_mgmt_machine_learning/models/service_input_output_specification.rb
122
123
  - lib/generated/azure_mgmt_machine_learning/models/storage_account.rb
123
124
  - lib/generated/azure_mgmt_machine_learning/models/table_specification.rb