235 строки
18 KiB
YAML
235 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse"
|
|
name: "RSectionResponse"
|
|
nameWithType: "RSectionResponse"
|
|
summary: "The RSection<wbr>Response model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **RSectionResponse**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.RSectionResponse()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.RSectionResponse()"
|
|
name: "RSectionResponse()"
|
|
nameWithType: "RSectionResponse.RSectionResponse()"
|
|
syntax: "public RSectionResponse()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.bioConductorPackages()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.bioConductorPackages()"
|
|
name: "bioConductorPackages()"
|
|
nameWithType: "RSectionResponse.bioConductorPackages()"
|
|
summary: "Get the bio<wbr>Conductor<wbr>Packages property: The packages from Bioconductor."
|
|
syntax: "public List<String> bioConductorPackages()"
|
|
desc: "Get the bioConductorPackages property: The packages from Bioconductor."
|
|
returns:
|
|
description: "the bioConductorPackages value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.cranPackages()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.cranPackages()"
|
|
name: "cranPackages()"
|
|
nameWithType: "RSectionResponse.cranPackages()"
|
|
summary: "Get the cran<wbr>Packages property: The CRAN packages to use."
|
|
syntax: "public List<RCranPackage> cranPackages()"
|
|
desc: "Get the cranPackages property: The CRAN packages to use."
|
|
returns:
|
|
description: "the cranPackages value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RCranPackage?alt=com.azure.resourcemanager.machinelearningservices.models.RCranPackage&text=RCranPackage\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.customUrlPackages()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.customUrlPackages()"
|
|
name: "customUrlPackages()"
|
|
nameWithType: "RSectionResponse.customUrlPackages()"
|
|
summary: "Get the custom<wbr>Url<wbr>Packages property: The packages from custom urls."
|
|
syntax: "public List<String> customUrlPackages()"
|
|
desc: "Get the customUrlPackages property: The packages from custom urls."
|
|
returns:
|
|
description: "the customUrlPackages value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.gitHubPackages()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.gitHubPackages()"
|
|
name: "gitHubPackages()"
|
|
nameWithType: "RSectionResponse.gitHubPackages()"
|
|
summary: "Get the git<wbr>Hub<wbr>Packages property: The packages directly from Git<wbr>Hub."
|
|
syntax: "public List<RGitHubPackageResponse> gitHubPackages()"
|
|
desc: "Get the gitHubPackages property: The packages directly from GitHub."
|
|
returns:
|
|
description: "the gitHubPackages value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse&text=RGitHubPackageResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.rVersion()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.rVersion()"
|
|
name: "rVersion()"
|
|
nameWithType: "RSectionResponse.rVersion()"
|
|
summary: "Get the r<wbr>Version property: The version of R to be installed."
|
|
syntax: "public String rVersion()"
|
|
desc: "Get the rVersion property: The version of R to be installed."
|
|
returns:
|
|
description: "the rVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.rscriptPath()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.rscriptPath()"
|
|
name: "rscriptPath()"
|
|
nameWithType: "RSectionResponse.rscriptPath()"
|
|
summary: "Get the rscript<wbr>Path property: The Rscript path to use if an environment build is not required."
|
|
syntax: "public String rscriptPath()"
|
|
desc: "Get the rscriptPath property: The Rscript path to use if an environment build is not required. The path specified gets used to call the user script."
|
|
returns:
|
|
description: "the rscriptPath value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.snapshotDate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.snapshotDate()"
|
|
name: "snapshotDate()"
|
|
nameWithType: "RSectionResponse.snapshotDate()"
|
|
summary: "Get the snapshot<wbr>Date property: Date of MRAN snapshot to use in YYYY-MM-DD format, e.<wbr>g."
|
|
syntax: "public String snapshotDate()"
|
|
desc: "Get the snapshotDate property: Date of MRAN snapshot to use in YYYY-MM-DD format, e.g. \"2019-04-17\"."
|
|
returns:
|
|
description: "the snapshotDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.userManaged()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.userManaged()"
|
|
name: "userManaged()"
|
|
nameWithType: "RSectionResponse.userManaged()"
|
|
summary: "Get the user<wbr>Managed property: Indicates whether the environment is managed by user or by AzureML."
|
|
syntax: "public Boolean userManaged()"
|
|
desc: "Get the userManaged property: Indicates whether the environment is managed by user or by AzureML."
|
|
returns:
|
|
description: "the userManaged value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RSectionResponse.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withBioConductorPackages(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withBioConductorPackages(List<String> bioConductorPackages)"
|
|
name: "withBioConductorPackages(List<String> bioConductorPackages)"
|
|
nameWithType: "RSectionResponse.withBioConductorPackages(List<String> bioConductorPackages)"
|
|
summary: "Set the bio<wbr>Conductor<wbr>Packages property: The packages from Bioconductor."
|
|
parameters:
|
|
- description: "the bioConductorPackages value to set."
|
|
name: "bioConductorPackages"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public RSectionResponse withBioConductorPackages(List<String> bioConductorPackages)"
|
|
desc: "Set the bioConductorPackages property: The packages from Bioconductor."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withCranPackages(java.util.List<com.azure.resourcemanager.machinelearningservices.models.RCranPackage>)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withCranPackages(List<RCranPackage> cranPackages)"
|
|
name: "withCranPackages(List<RCranPackage> cranPackages)"
|
|
nameWithType: "RSectionResponse.withCranPackages(List<RCranPackage> cranPackages)"
|
|
summary: "Set the cran<wbr>Packages property: The CRAN packages to use."
|
|
parameters:
|
|
- description: "the cranPackages value to set."
|
|
name: "cranPackages"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RCranPackage?alt=com.azure.resourcemanager.machinelearningservices.models.RCranPackage&text=RCranPackage\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RSectionResponse withCranPackages(List<RCranPackage> cranPackages)"
|
|
desc: "Set the cranPackages property: The CRAN packages to use."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withCustomUrlPackages(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withCustomUrlPackages(List<String> customUrlPackages)"
|
|
name: "withCustomUrlPackages(List<String> customUrlPackages)"
|
|
nameWithType: "RSectionResponse.withCustomUrlPackages(List<String> customUrlPackages)"
|
|
summary: "Set the custom<wbr>Url<wbr>Packages property: The packages from custom urls."
|
|
parameters:
|
|
- description: "the customUrlPackages value to set."
|
|
name: "customUrlPackages"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public RSectionResponse withCustomUrlPackages(List<String> customUrlPackages)"
|
|
desc: "Set the customUrlPackages property: The packages from custom urls."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withGitHubPackages(java.util.List<com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse>)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withGitHubPackages(List<RGitHubPackageResponse> gitHubPackages)"
|
|
name: "withGitHubPackages(List<RGitHubPackageResponse> gitHubPackages)"
|
|
nameWithType: "RSectionResponse.withGitHubPackages(List<RGitHubPackageResponse> gitHubPackages)"
|
|
summary: "Set the git<wbr>Hub<wbr>Packages property: The packages directly from Git<wbr>Hub."
|
|
parameters:
|
|
- description: "the gitHubPackages value to set."
|
|
name: "gitHubPackages"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RGitHubPackageResponse&text=RGitHubPackageResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RSectionResponse withGitHubPackages(List<RGitHubPackageResponse> gitHubPackages)"
|
|
desc: "Set the gitHubPackages property: The packages directly from GitHub."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withRVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withRVersion(String rVersion)"
|
|
name: "withRVersion(String rVersion)"
|
|
nameWithType: "RSectionResponse.withRVersion(String rVersion)"
|
|
summary: "Set the r<wbr>Version property: The version of R to be installed."
|
|
parameters:
|
|
- description: "the rVersion value to set."
|
|
name: "rVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RSectionResponse withRVersion(String rVersion)"
|
|
desc: "Set the rVersion property: The version of R to be installed."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withRscriptPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withRscriptPath(String rscriptPath)"
|
|
name: "withRscriptPath(String rscriptPath)"
|
|
nameWithType: "RSectionResponse.withRscriptPath(String rscriptPath)"
|
|
summary: "Set the rscript<wbr>Path property: The Rscript path to use if an environment build is not required."
|
|
parameters:
|
|
- description: "the rscriptPath value to set."
|
|
name: "rscriptPath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RSectionResponse withRscriptPath(String rscriptPath)"
|
|
desc: "Set the rscriptPath property: The Rscript path to use if an environment build is not required. The path specified gets used to call the user script."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withSnapshotDate(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withSnapshotDate(String snapshotDate)"
|
|
name: "withSnapshotDate(String snapshotDate)"
|
|
nameWithType: "RSectionResponse.withSnapshotDate(String snapshotDate)"
|
|
summary: "Set the snapshot<wbr>Date property: Date of MRAN snapshot to use in YYYY-MM-DD format, e.<wbr>g."
|
|
parameters:
|
|
- description: "the snapshotDate value to set."
|
|
name: "snapshotDate"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RSectionResponse withSnapshotDate(String snapshotDate)"
|
|
desc: "Set the snapshotDate property: Date of MRAN snapshot to use in YYYY-MM-DD format, e.g. \"2019-04-17\"."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withUserManaged(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.RSectionResponse.withUserManaged(Boolean userManaged)"
|
|
name: "withUserManaged(Boolean userManaged)"
|
|
nameWithType: "RSectionResponse.withUserManaged(Boolean userManaged)"
|
|
summary: "Set the user<wbr>Managed property: Indicates whether the environment is managed by user or by AzureML."
|
|
parameters:
|
|
- description: "the userManaged value to set."
|
|
name: "userManaged"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public RSectionResponse withUserManaged(Boolean userManaged)"
|
|
desc: "Set the userManaged property: Indicates whether the environment is managed by user or by AzureML."
|
|
returns:
|
|
description: "the RSectionResponse object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RSectionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.RSectionResponse&text=RSectionResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The RSectionResponse model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|