C# 클래스 StockTrendPredictionActor.AzureML.AzureMlClient

상속: IAzureMlClient
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-data-streaming-websockets 1 사용 예제들

공개 메소드들

메소드 설명
AzureMlClient ( Uri serviceUri, string apiKey ) : System
InvokeBatchAsync ( AzureMlBatchRequest request ) : Task

메소드 상세

AzureMlClient() 공개 메소드

public AzureMlClient ( Uri serviceUri, string apiKey ) : System
serviceUri System.Uri
apiKey string
리턴 System

InvokeBatchAsync() 공개 메소드

public InvokeBatchAsync ( AzureMlBatchRequest request ) : Task
request AzureMlBatchRequest
리턴 Task