Amazon.MachineLearning.AmazonMachineLearningClient.AmazonMachineLearningClient C# (CSharp) Метод

AmazonMachineLearningClient() публичный Метод

Constructs AmazonMachineLearningClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonMachineLearningClient ( ) : System
Результат System
        public AmazonMachineLearningClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonMachineLearningConfig()) { }

Same methods

AmazonMachineLearningClient::AmazonMachineLearningClient ( AWSCredentials credentials ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( AWSCredentials credentials, AmazonMachineLearningConfig clientConfig ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( AmazonMachineLearningConfig config ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( RegionEndpoint region ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonMachineLearningConfig clientConfig ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonMachineLearningConfig clientConfig ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonMachineLearningClient