StaticInputData Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. MonitoringInputDataBase - com.
azure. resourcemanager. machinelearning. models. StaticInputData
- com.
- com.
public final class StaticInputData
extends MonitoringInputDataBase
Static input data definition.
Constructor Summary
| Constructor | Description |
|---|---|
| StaticInputData() |
Creates an instance of Static |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
|
Monitoring |
inputDataType()
Get the input |
| String |
preprocessingComponentId()
Get the preprocessing |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Offset |
windowEnd()
Get the window |
|
Offset |
windowStart()
Get the window |
|
Static |
withColumns(Map<String,String> columns)
Set the columns property: Mapping of column names to special uses. |
|
Static |
withDataContext(String dataContext)
Set the data |
|
Static |
withJobInputType(JobInputType jobInputType)
Set the job |
|
Static |
withPreprocessingComponentId(String preprocessingComponentId)
Set the preprocessing |
|
Static |
withUri(String uri)
Set the uri property: [Required] Input Asset URI. |
|
Static |
withWindowEnd(OffsetDateTime windowEnd)
Set the window |
|
Static |
withWindowStart(OffsetDateTime windowStart)
Set the window |
Methods inherited from MonitoringInputDataBase
Methods inherited from java.lang.Object
Constructor Details
StaticInputData
public StaticInputData()
Creates an instance of StaticInputData class.
Method Details
fromJson
public static StaticInputData fromJson(JsonReader jsonReader)
Reads an instance of StaticInputData from the JsonReader.
Parameters:
Returns:
Throws:
inputDataType
public MonitoringInputDataType inputDataType()
Get the inputDataType property: [Required] Specifies the type of signal to monitor.
Overrides:
StaticInputData.inputDataType()Returns:
preprocessingComponentId
public String preprocessingComponentId()
Get the preprocessingComponentId property: Reference to the component asset used to preprocess the data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticInputData.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
StaticInputData.validate()windowEnd
public OffsetDateTime windowEnd()
Get the windowEnd property: [Required] The end date of the data window.
Returns:
windowStart
public OffsetDateTime windowStart()
Get the windowStart property: [Required] The start date of the data window.
Returns:
withColumns
public StaticInputData withColumns(Map<String,String> columns)
Set the columns property: Mapping of column names to special uses.
Overrides:
StaticInputData.withColumns(Map<String,String> columns)Parameters:
withDataContext
public StaticInputData withDataContext(String dataContext)
Set the dataContext property: The context metadata of the data source.
Overrides:
StaticInputData.withDataContext(String dataContext)Parameters:
withJobInputType
public StaticInputData withJobInputType(JobInputType jobInputType)
Set the jobInputType property: [Required] Specifies the type of job.
Overrides:
StaticInputData.withJobInputType(JobInputType jobInputType)Parameters:
withPreprocessingComponentId
public StaticInputData withPreprocessingComponentId(String preprocessingComponentId)
Set the preprocessingComponentId property: Reference to the component asset used to preprocess the data.
Parameters:
Returns:
withUri
public StaticInputData withUri(String uri)
Set the uri property: [Required] Input Asset URI.
Overrides:
StaticInputData.withUri(String uri)Parameters:
withWindowEnd
public StaticInputData withWindowEnd(OffsetDateTime windowEnd)
Set the windowEnd property: [Required] The end date of the data window.
Parameters:
Returns:
withWindowStart
public StaticInputData withWindowStart(OffsetDateTime windowStart)
Set the windowStart property: [Required] The start date of the data window.
Parameters:
Returns: