Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, without populating connection credentials along with {@link Response} on successful
+ * completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, with its connection credentials along with {@link Response} on successful
+ * completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| connectionType | String | No | List connections of this specific type. Allowed values: + * "AzureOpenAI", "AzureBlob", "AzureStorageAccount", "CognitiveSearch", "CosmosDB", "ApiKey", "AppConfig", + * "AppInsights", "CustomKeys". |
| defaultConnection | Boolean | No | List connections that are default + * connections |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items as paginated response with {@link PagedFlux}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, without populating connection credentials along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, with its connection credentials along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| connectionType | String | No | List connections of this specific type. Allowed values: + * "AzureOpenAI", "AzureBlob", "AzureStorageAccount", "CognitiveSearch", "CosmosDB", "ApiKey", "AppConfig", + * "AppInsights", "CustomKeys". |
| defaultConnection | Boolean | No | List connections that are default + * connections |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items as paginated response with {@link PagedIterable}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedFlux}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedFlux}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the DatasetVersion along with {@link Response} on successful completion of
+ * {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to create or replace.
+ * @param body The definition of the DatasetVersion to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return datasetVersion Definition along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * pendingUploadId: String (Optional)
+ * connectionName: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * pendingUploadId: String (Required)
+ * version: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return represents the response for a pending upload request along with {@link Response} on successful completion
+ * of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the SAS credential to access the storage account associated with a Dataset version along with
+ * {@link Response} on successful completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedIterable}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedIterable}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the DatasetVersion along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to create or replace.
+ * @param body The definition of the DatasetVersion to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return datasetVersion Definition along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * pendingUploadId: String (Optional)
+ * connectionName: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * pendingUploadId: String (Required)
+ * version: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return represents the response for a pending upload request along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the SAS credential to access the storage account associated with a Dataset version along with
+ * {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param name Name of the deployment.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a deployed model along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| modelPublisher | String | No | Model publisher to filter models by |
| modelName | String | No | Model name (the publisher specific name) to filter models + * by |
| deploymentType | String | No | Type of deployment to filter list by. Allowed values: + * "ModelDeployment". |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items as paginated response with {@link PagedFlux}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param name Name of the deployment.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a deployed model along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| modelPublisher | String | No | Model publisher to filter models by |
| modelName | String | No | Model name (the publisher specific name) to filter models + * by |
| deploymentType | String | No | Type of deployment to filter list by. Allowed values: + * "ModelDeployment". |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items as paginated response with {@link PagedIterable}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedFlux}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedFlux}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the Index along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to create or replace.
+ * @param body The definition of the Index to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return index resource Definition along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedIterable}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedIterable}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the Index along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to create or replace.
+ * @param body The definition of the Index to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return index resource Definition along with {@link Response}.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, without populating connection credentials along with {@link Response} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, without populating connection credentials along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, with its connection credentials along with {@link Response} on successful
+ * completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a connection by name, with its connection credentials along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| connectionType | String | No | List connections of this specific type. Allowed values: + * "AzureOpenAI", "AzureBlob", "AzureStorageAccount", "CognitiveSearch", "CosmosDB", "ApiKey", "AppConfig", + * "AppInsights", "CustomKeys". |
| defaultConnection | Boolean | No | List connections that are default + * connections |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| connectionType | String | No | List connections of this specific type. Allowed values: + * "AzureOpenAI", "AzureBlob", "AzureStorageAccount", "CognitiveSearch", "CosmosDB", "ApiKey", "AppConfig", + * "AppInsights", "CustomKeys". |
| defaultConnection | Boolean | No | List connections that are default + * connections |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| connectionType | String | No | List connections of this specific type. Allowed values: + * "AzureOpenAI", "AzureBlob", "AzureStorageAccount", "CognitiveSearch", "CosmosDB", "ApiKey", "AppConfig", + * "AppInsights", "CustomKeys". |
| defaultConnection | Boolean | No | List connections that are default + * connections |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| connectionType | String | No | List connections of this specific type. Allowed values: + * "AzureOpenAI", "AzureBlob", "AzureStorageAccount", "CognitiveSearch", "CosmosDB", "ApiKey", "AppConfig", + * "AppInsights", "CustomKeys". |
| defaultConnection | Boolean | No | List connections that are default + * connections |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * type: String(AzureOpenAI/AzureBlob/AzureStorageAccount/CognitiveSearch/CosmosDB/ApiKey/AppConfig/AppInsights/CustomKeys) (Required)
+ * target: String (Required)
+ * isDefault: boolean (Required)
+ * credentials (Required): {
+ * type: String(ApiKey/AAD/SAS/CustomKeys/None) (Required)
+ * }
+ * metadata (Required): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Connection items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the DatasetVersion along with {@link Response} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the DatasetVersion along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to create or replace.
+ * @param body The definition of the DatasetVersion to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return datasetVersion Definition along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to create or replace.
+ * @param body The definition of the DatasetVersion to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return datasetVersion Definition along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * pendingUploadId: String (Optional)
+ * connectionName: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * pendingUploadId: String (Required)
+ * version: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return represents the response for a pending upload request along with {@link Response} on successful completion
+ * of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * pendingUploadId: String (Optional)
+ * connectionName: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * pendingUploadId: String (Required)
+ * version: String (Optional)
+ * pendingUploadType: String(None/BlobReference) (Required)
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return represents the response for a pending upload request along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the SAS credential to access the storage account associated with a Dataset version along with
+ * {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * blobReference (Required): {
+ * blobUri: String (Required)
+ * storageAccountArmId: String (Required)
+ * credential (Required): {
+ * sasUri: String (Required)
+ * type: String (Required)
+ * }
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the DatasetVersion to operate on.
+ * @param body Parameters for the action.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the SAS credential to access the storage account associated with a Dataset version along with
+ * {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(uri_file/uri_folder) (Required)
+ * dataUri: String (Required)
+ * isReference: Boolean (Optional)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of DatasetVersion items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param name Name of the deployment.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a deployed model along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param name Name of the deployment.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a deployed model along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| modelPublisher | String | No | Model publisher to filter models by |
| modelName | String | No | Model name (the publisher specific name) to filter models + * by |
| deploymentType | String | No | Type of deployment to filter list by. Allowed values: + * "ModelDeployment". |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| modelPublisher | String | No | Model publisher to filter models by |
| modelName | String | No | Model name (the publisher specific name) to filter models + * by |
| deploymentType | String | No | Type of deployment to filter list by. Allowed values: + * "ModelDeployment". |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| modelPublisher | String | No | Model publisher to filter models by |
| modelName | String | No | Model name (the publisher specific name) to filter models + * by |
| deploymentType | String | No | Type of deployment to filter list by. Allowed values: + * "ModelDeployment". |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| modelPublisher | String | No | Model publisher to filter models by |
| modelName | String | No | Model name (the publisher specific name) to filter models + * by |
| deploymentType | String | No | Type of deployment to filter list by. Allowed values: + * "ModelDeployment". |
| top | Integer | No | The number of result items to return. |
| skip | Integer | No | The number of result items to skip. |
| maxpagesize | Integer | No | The maximum number of result items per page. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(ModelDeployment) (Required)
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Deployment items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| continuationToken | String | No | Continuation token for pagination. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items as paginated response with {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the Index along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to retrieve.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return the specific version of the Index along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to create or replace.
+ * @param body The definition of the Index to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return index resource Definition along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * Response Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param name The name of the resource.
+ * @param version The specific version id of the Index to create or replace.
+ * @param body The definition of the Index to create or update.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return index resource Definition along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponseResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse} on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private MonoResponse Body Schema
+ * + *
+ * {@code
+ * {
+ * type: String(AzureSearch/CosmosDBNoSqlVectorStore/ManagedAzureSearch) (Required)
+ * id: String (Optional)
+ * name: String (Required)
+ * version: String (Required)
+ * description: String (Optional)
+ * tags (Optional): {
+ * String: String (Required)
+ * }
+ * }
+ * }
+ *
+ *
+ * @param nextLink The URL to get the next list of items.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return paged collection of Index items along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse